Moderate

Which command will be used with vi editor to replace text from cursor to right ?

Correct answer: B. R

  • A. r
  • B. R
  • C. s
  • D. S

Explanation

Uppercase `R` enters replace mode and replaces successive characters from the cursor toward the right until the mode is exited. Lowercase `r` replaces only one character, while `s` and `S` delete and substitute characters or a line.

Last updated

Practise Software Design and Architecture

493 free Software Design and Architecture 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