adplus-dvertising

Welcome to the Vi Editor MCQs Page

Dive deep into the fascinating world of Vi Editor with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Vi Editor, a crucial aspect of UNIX. In this section, you will encounter a diverse range of MCQs that cover various aspects of Vi Editor, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within UNIX.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Vi Editor. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of UNIX.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Vi Editor. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Vi Editor MCQs | Page 17 of 18

Q161.
To append contents of buffer to file01, we can use __________
Discuss
Answer: (a).: w >> file01
Q162.
Which of the following is an invalid command?
Discuss
Answer: (d).:w # file01
Q163.
For searching a character, ___ and ___ are used.
Discuss
Answer: (a).f, t
Q164.
For moving the cursor forward to the first occurrence of a character, __ is used.

a.

d

b.

t

c.

f

d.

n

Discuss
Answer: (c).f
Q165.
t command positions the cursor a single character before the occurrence.
Discuss
Answer: (a).True
Q166.
__ and __ commands works in a reverse manner as f and t.
Discuss
Answer: (a).F, T
Q167.
For repeating the character search , and ; are used.
Discuss
Answer: (a).True
Q168.
For customizing vi, which of the following command is used?
Discuss
Answer: (d).set, map, abbr
Q169.
vi environment is determined by variable settings. These variables are controlled by ____ command.
Discuss
Answer: (a).:set
Q170.
For automatic indentation, ____ is used with : set command.
Discuss
Answer: (b).autoindent

Suggested Topics

Are you eager to expand your knowledge beyond UNIX? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!