

MCQOPTIONS
Saved Bookmarks
This section includes 7 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which command is used to moves a paragraph forward? |
A. | ( |
B. | [ |
C. | { |
D. | } |
E. | |
Answer» E. | |
2. |
Which command is used to positions the cursor at the beginning of a line? |
A. | 0 |
B. | ! |
C. | | |
D. | Both A and C |
Answer» E. | |
3. |
Which command is used to moves the cursor down one line? |
A. | i |
B. | j |
C. | k |
D. | l |
Answer» C. k | |
4. |
Which operator is used to show unused line in VI editior? |
A. | $ |
B. | # |
C. | ! |
D. | ~ |
Answer» E. | |
5. |
In vi editor ctrl-l is used to? |
A. | to delete one line from file |
B. | to save the file |
C. | to edit the file |
D. | clear the screen |
Answer» E. | |
6. |
Esc key is used for? |
A. | switching to command mode from ex mode |
B. | switching to input mode from command mode |
C. | switching to command mode from input mode |
D. | switching to ex mode from input mode |
Answer» D. switching to ex mode from input mode | |
7. |
which mode is used for file handling and substitution? |
A. | Command mode |
B. | ex mode |
C. | def mode |
D. | Both A and B |
Answer» C. def mode | |