Explore topic-wise MCQs in Unix.

This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Unix knowledge and support exam preparation. Choose a topic below to get started.

1.

Using ‘w’ command we can _____________

A. move back to the beginning of the word
B. move forward to the end of the word
C. move forward to the beginning of the word
D. move back to the end of the word
Answer» D. move back to the end of the word
2.

Using ‘e’ command we can _____________

A. move back to the beginning of the word
B. move forward to the end of the word
C. move forward to the beginning of the word
D. move back to the end of the word
Answer» C. move forward to the beginning of the word
3.

Using ‘b’ command we can _____________

A. move back to the beginning of the word
B. move forward to the end of the word
C. move forward to the beginning of the word
D. move back to the end of the word
Answer» B. move forward to the end of the word
4.

We can perform word navigation in vi editor.

A. True
B. False
Answer» B. False
5.

We can prefix the repeat factor with navigation keys (h, j, k and l).

A. True
B. False
Answer» B. False
6.

Which one of the following keys are used to moving cursor rightwards along a line?

A. k
B. h
C. l
D. j
Answer» D. j
7.

Which of the following keys is used to moving cursor leftwards along a line?

A. k
B. h
C. l
D. j
Answer» C. l
8.

Which of the following keys are used to moving the cursor up and down?

A. k
B. h
C. l
D. k and j
Answer» E.
9.

For navigation purposes, the mode should be _____ mode.

A. command
B. input
C. insert
D. ex
Answer» B. input