Questions · Page 2 of 3

MCQ

MCQ 511 Mark
The arrow keys are used to move the $………….$ In up,down,left and right direction.
  • cursor
  • B
    window  
  • C
    screen
  • D
    none of these
Answer
Correct option: A.
cursor
View full question & answer
MCQ 521 Mark
By pressing which key can we go from command mode to the last line mode ?
  • Colon$(:)$
  • B
    $ESC$
  • C
    $TAB$
  • D
    $\$$
Answer
Correct option: A.
Colon$(:)$
View full question & answer
MCQ 531 Mark
Which command is used to save a file and quit editing mode in Vim editor ?
  • A
    :x
  • B
    :wq
  • C
    :q
  • Both $(A)$ and $(B)$
Answer
Correct option: D.
Both $(A)$ and $(B)$
View full question & answer
MCQ 551 Mark
Which method is used to create a file in Vim editor ?
  • A
    TypevifollowedbyafilenameandpressEnterkey
  • B
    TypeviatthepromptandpressEnterkey
  • C
    Catfilename
  • Both $(A)$ and $(B)$
Answer
Correct option: D.
Both $(A)$ and $(B)$
View full question & answer
MCQ 561 Mark
By pressing which key twice can we toggle back to the command mode from the last line mode ?
  • A
    Colon(:) 
  • $ESC $
  • C
    $TAB$
  • D
    $
Answer
Correct option: B.
$ESC $
View full question & answer
MCQ 571 Mark
To go to the last line mode we first need to be in which mode ?
  • Command mode
  • B
    Insert 
  • C
    Lastline
  • D
    None of these
Answer
Correct option: A.
Command mode
View full question & answer
MCQ 581 Mark
Which command is used to append text after at the end of the current line ?
  • A
    $a$
  • B
    $i$
  • $A$
  • D
    $I$
Answer
Correct option: C.
$A$
View full question & answer
MCQ 591 Mark
Which command is used to get into insert mode ?
  • A
    $a $
  • B
    $i$
  • C
    $s$
  • Both $(A)$ and $(B)$
Answer
Correct option: D.
Both $(A)$ and $(B)$
View full question & answer
MCQ 601 Mark
Which command is used to create a file in Vim editor ?
  • A
    $vifilename
  • B
    $vi
  • C
    $catfilename
  • Both $(A)$ and $(B)$
Answer
Correct option: D.
Both $(A)$ and $(B)$
View full question & answer
MCQ 611 Mark
Which character switches to block visual mode allowing to manipulating rectangular blocks of text?
  • A
    v
  • B
    V
  • CTRL+v
  • D
    d
Answer
Correct option: C.
CTRL+v
View full question & answer
MCQ 621 Mark
Which character switches to the visual mode allowing to manipulate characters ?
  • v
  • B
    V
  • C
    CTRL+v
  • D
    d
Answer
Correct option: A.
v
View full question & answer
MCQ 631 Mark
Visual mode is $……………….$
  • A
    isaflexibleandeasywaytoselectapieceoftextfromthefile
  • B
    istheonlywaytoselectablockoftextthatneedstobemodified.
  • C
    isanextensiontothecommandmode
  • all of these
Answer
Correct option: D.
all of these
View full question & answer
MCQ 641 Mark
Which mode is the only way to select a block of text that needs to be modified ?
  • Visualmode
  • B
    Insert
  • C
    Lastline   
  • D
    Noneofthese
Answer
Correct option: A.
Visualmode
View full question & answer
MCQ 651 Mark
What is an extension to the command mode known as ?
  • Visualmode
  • B
    Insert
  • C
    Lastline
  • D
    Noneofthese
Answer
Correct option: A.
Visualmode
View full question & answer
MCQ 661 Mark
To perform which operation normally is the last line mode used for ? To perform operations like quitting the Vim session or saving a file.
  • A
    Quitting the Vim session
  • B
    Saving a file
  • C
    Type the text 
  • Both $(A)$ and $(B)$
Answer
Correct option: D.
Both $(A)$ and $(B)$
View full question & answer
MCQ 671 Mark
Which command is used to insert a new line above the current cursor position ?
  • $O$
  • B
    $o$
  • C
    $A$
  • D
    $I$
Answer
Correct option: A.
$O$
View full question & answer
MCQ 681 Mark
Which command is used to insert text after the current cursor position ?
  • $a$
  • B
    $i$
  • C
    $A$
  • D
    $I$
Answer
Correct option: A.
$a$
View full question & answer
MCQ 691 Mark
How can we toggle between the command mode and the insert mode ?
  • A
    By pressing the SHIFT key    
  •  By pressing the ESC key
  • C
    By pressing the TAB key
  • D
    By pressing the CTRL key
Answer
Correct option: B.
 By pressing the ESC key
View full question & answer
MCQ 701 Mark
What can be done in insert mode ?
  • A
    We can type textin file
  • B
    Navigate within the file
  • C
    None of these
  • Both $(A)$ and $(B)$
Answer
Correct option: D.
Both $(A)$ and $(B)$
View full question & answer
MCQ 711 Mark
When a new file is opened in Vim the cursor appears in the top $………..$ of the screen.
  • left corner
  • B
    center 
  • C
    right corner
  • D
    none of these
Answer
Correct option: A.
left corner
View full question & answer
MCQ 721 Mark
When  a new file is opened in vim $…………..$ symbol indicates that the lines are yet to be used by the editor.
  • A
    $@$
  • B
    $\#$
  • ~$($tilde$)$
  • D
    $\$$
Answer
Correct option: C.
~$($tilde$)$
View full question & answer
MCQ 731 Mark
When a new file is opened in Vim it is filled with $…..$ tildes $($~$)$ on the left side of the screen.
  • A
    $@$
  • B
    $\#$
  • ~$($tilde$) $
  • D
    $\$$
Answer
Correct option: C.
~$($tilde$) $
View full question & answer
MCQ 751 Mark
Which command is to be issued to insert the text in the file ?
  • A
    Insert$($i$)$
  • B
    Append$($a$)$
  • C
    Open$($o$)$
  • Any of these
Answer
Correct option: D.
Any of these
View full question & answer
MCQ 761 Mark
Which are the modes available in Vim editor ?
  • A
    Command
  • B
    Insert
  • C
    Last line
  • All of these
Answer
Correct option: D.
All of these
View full question & answer
MCQ 781 Mark
To work with the Vim editor, we will have to $…………..$ it first.
  • initiate
  • B
    compile
  • C
    interprete
  • D
    Noneofthese
Answer
Correct option: A.
initiate
View full question & answer
MCQ 791 Mark
Where is the name of the file along with the information about the total number of lines and column within the file displayed ?
  • Command line
  • B
    command prompt
  • C
    Shell
  • D
    None of these
Answer
Correct option: A.
Command line
View full question & answer
MCQ 801 Mark
What is the last line of a new file opened in Vim known as ?
  • Command line 
  • B
    command prompt
  • C
    Shell 
  • D
    None of these
Answer
Correct option: A.
Command line 
View full question & answer
MCQ 811 Mark
In Linux , the output of the command in displayed on the $…………..$
  • A
    editor
  • B
    graph
  • screen
  • D
    shellscript
Answer
Correct option: C.
screen
View full question & answer
MCQ 831 Mark
Which type of graphical editor available to serve the purpose of writing shell scripts ?
  • A
    Gedit
  • B
    Kwriter
  • Both(A)and(B)
  • D
    Noneofthese
Answer
Correct option: C.
Both(A)and(B)
C. Both (A) and (B)
View full question & answer
MCQ 841 Mark
Which Editor is available with almost all Unix and Linux flavors ?
  • A
    edit
  • B
    pee
  • C
    nona  
  • Vim
Answer
Correct option: D.
Vim
View full question & answer
MCQ 851 Mark
Which editor can be used from both a command line interface and as a standalone in a graphical user interface ?
  • A
    ed
  • B
    pico
  • C
    nano
  • Vim
Answer
Correct option: D.
Vim
View full question & answer
MCQ 861 Mark
Which is a highly configurable text editor built to enable efficient text editing ?
  • A
    ed
  • B
    pico
  • C
    nano
  • Vim
Answer
Correct option: D.
Vim
View full question & answer
MCQ 881 Mark
What is full form of Vim ?
  • ViImproved  
  • B
    VirtualimportantMachine
  • C
    ViIndependent
  • D
    VeryImproved
Answer
Correct option: A.
ViImproved  
View full question & answer
MCQ 891 Mark
Which desktop environment provides Gedit graphical editor ?
  • A
    $\text{KDE}$
  • B
    $\text{DEK}$
  • C
    $\text{NOMEG}$
  • $\text{GNOME}$
Answer
Correct option: D.
$\text{GNOME}$
View full question & answer
MCQ 901 Mark
Which graphical editor is available with $\text{GNOME}$ desktop environment ?
  • Gedit 
  • B
    Kwrite
  • C
    editG 
  • D
    writeK
Answer
Correct option: A.
Gedit 
View full question & answer
MCQ 911 Mark
$………….$ Assists us in writing the shell script.
  • A
    Terminal
  • B
    Application
  • Editor
  • D
    Both $(A)$ and $(B)$
Answer
Correct option: C.
Editor
View full question & answer
MCQ 921 Mark
After typing the sequence of commands ina text file, this text file should be given $…….$ Execution.
  • A
    kernel
  • linuxshell
  • C
    interpreter
  • D
    compiler
Answer
Correct option: B.
linuxshell
View full question & answer
MCQ 931 Mark
The  $…………..$ command although it allows us to create a file is not a $…….$ Option to use when creating a shell script .
  • good
  • B
    worthy
  • C
    possible
  • D
    practicle
Answer
Correct option: A.
good
View full question & answer
MCQ 941 Mark
What is the use of cat command ?
  • Create a file
  • B
    Create directory
  • C
    Change directory 
  • D
    None of these
Answer
Correct option: A.
Create a file
View full question & answer
MCQ 951 Mark
The process of executing multiple commands using pipes is$ ……………$
  • A
    smart work
  • tedious
  • C
    perfect work
  • D
    none of these
Answer
Correct option: B.
tedious
View full question & answer
MCQ 971 Mark
The shell scripts are commonly used by the users to perform$………….$
  • A
    creating users
  • B
    routine individual tasks
  • C
    system administration
  • Both $(B)$ and $(C)$
Answer
Correct option: D.
Both $(B)$ and $(C)$
View full question & answer
MCQ 981 Mark
In Ubuntu Linux multiple commands can be executed by using $………….$
  • pipes
  • B
    conditions
  • C
    filter
  • D
    all of these
Answer
Correct option: A.
pipes
View full question & answer
MCQ 991 Mark
The $…………$ are commonly used by the users to perform routine individual tasks and system administration.
  • A
    Pipe
  • B
    Editor
  • Shell script
  • D
    Kernel
Answer
Correct option: C.
Shell script
View full question & answer
MCQ 1001 Mark
$………..$ can be defined as series of commands written in a plain text file.
  • A
    Pipe
  • B
    Editor
  • Shell script
  • D
    Kernel
Answer
Correct option: C.
Shell script
View full question & answer
MCQ - Page 2 - Computer STD 11 Arts Questions - Vidyadip