Moderate

Which of the following set options is used with vi editor to ignore case while searching for patterns ?

Correct answer: A. ic

  • A. ic
  • B. ai
  • C. sm
  • D. ts

Explanation

The vi setting ic means ignore case during pattern searches, so uppercase and lowercase letters are treated as equivalent. The other settings control different editor behaviours and do not affect search case sensitivity.

Last updated

Practise Software Development Lifecycle

423 free Software Development Lifecycle MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions