MCQ 11 MarkWhich command displays a message on the screen ?✓EchoBEgoC DispDDisplayAnswerCorrect option: A. EchoView full question & answer→
MCQ 21 MarkTwo command can be joined using which symbol ?✓|$($pipe$)$B#$($hash$)$C@D%AnswerCorrect option: A. |$($pipe$)$View full question & answer→
MCQ 31 MarkWhich command is called a filter command ?AWho BClearCEcho ✓CutAnswerCorrect option: D. CutView full question & answer→
MCQ 41 MarkFor a script to be executed it needs to have $……………$ permission.✓execute BreadCwriteDall of theseAnswerCorrect option: A. execute View full question & answer→
MCQ 51 MarkWhich command is used to execute the script use sh or bash command ?AshBbashCksh✓Both $(A)$ and $(B)$AnswerCorrect option: D. Both $(A)$ and $(B)$View full question & answer→
MCQ 61 Mark$……………$ in the script is not executed.Ashell scriptBVariable✓CommentDBlockAnswerCorrect option: C. CommentView full question & answer→
MCQ 71 MarkA comment in Ubuntu Linux is begins with which symbol ?✓#B?C$D@AnswerCorrect option: A. #View full question & answer→
MCQ 81 MarkIn Vim editor which command is used to delete the character under the cursor ?A$R$B$r$✓$x$D$X$AnswerCorrect option: C. $x$View full question & answer→
MCQ 91 MarkWhat is defined as “set of commands written in plain text file that performs a designated task in a controlled order “✓shellscriptBVariable CComment DBlockAnswerCorrect option: A. shellscriptView full question & answer→
MCQ 101 MarkWhat allows us to execute more than one command at one go in a better way ?✓shellscript BVariableCForloopDBlockAnswerCorrect option: A. shellscript View full question & answer→
MCQ 111 Mark$………….$ The document is one of the most common operations that a user would perform once the document is created .ASkipping✓EditingCCompilingDinsertingAnswerCorrect option: B. EditingView full question & answer→
MCQ 121 MarkIn Vim editor which command moves to first line of file ?ANb✓ggCbDBAnswerCorrect option: B. ggView full question & answer→
MCQ 131 MarkIn Vim editor which command is used to replace single character ?A$R$✓$r$C$x$D$X$AnswerCorrect option: B. $r$View full question & answer→
MCQ 141 MarkWhich of the following syntax is used to substitute all occurances of phrase $1$ with phrase $2$ in the current line ?A:%s/phrase1/phrase2/gB:%s/phrase1/phrase2/gc✓:s/phrase1/phrase2/gD:s/phrase1/phrase2/gcAnswerCorrect option: C. :s/phrase1/phrase2/gView full question & answer→
MCQ 151 MarkIn Vim editor which command is used to replace single character ?A$R$B$r$✓$x$D$X$AnswerCorrect option: C. $x$View full question & answer→
MCQ 161 MarkIn Vim editor which command is used to Delete single line ?A$U$✓$u$C$C$D$dd$AnswerCorrect option: B. $u$View full question & answer→
MCQ 171 MarkIn Vim editor which command is used to delete N number of word ?Acw✓NdwCdwDNddAnswerCorrect option: B. NdwView full question & answer→
MCQ 181 MarkIn Vim editor which command is used to delete one word ?AcwBNdw✓dwDNddAnswerCorrect option: C. dwView full question & answer→
MCQ 191 MarkIn Vim editor which command is used to earch for text in a backward direction ?A/✓?CnDSHIFT+nAnswerCorrect option: B. ?View full question & answer→
MCQ 201 MarkIn Vim editor which command is used to overwrite substitute one character under cursor and continue to insert ?✓$s $B$S$C$x$D$X$AnswerCorrect option: A. $s $View full question & answer→
MCQ 211 MarkThe Vim editor allows to $……$Asearch text or a regular expression with in the fileBsubstitution of a word in place of another wordCnone of these✓Both $(A)$ and $(B)$AnswerCorrect option: D. Both $(A)$ and $(B)$View full question & answer→
MCQ 221 MarkIn Vim editor which command is used to overwrite characters from cursor onward ?✓$R$B$r$C$x$ D$X$AnswerCorrect option: A. $R$View full question & answer→
MCQ 231 MarkIn Vim editor which command is used to delete content of line after cursor and insert new text ?✓$D$B$dd$C$C$D$Ndd$AnswerCorrect option: A. $D$View full question & answer→
MCQ 241 MarkIn Vim editor which command is used which to delete number of lines ?✓$ U$B$u$C$C$D$Ndd$AnswerCorrect option: A. $ U$View full question & answer→
MCQ 251 MarkIn Vim editor which command is used to copy single line from current cursor position into the buffer ?A$p$B$yy$C$Nyy$✓$Yy$AnswerCorrect option: D. $Yy$View full question & answer→
MCQ 261 MarkIn Vim editor which command is used to place contents of buffer after current line defined by current cursor position ?✓$p$ B$yy$C$Nyy $D$x$AnswerCorrect option: A. $p$ View full question & answer→
MCQ 271 MarkIn Vim editor which command moves the cursor back by N number of words ?✓$Nb$B$e$C$b$D$B$AnswerCorrect option: A. $Nb$View full question & answer→
MCQ 281 MarkBuffer Which acts like temporary memory is known as $….$✓clipboardBharddisk Csmartmemory DpendriveAnswerCorrect option: A. clipboardView full question & answer→
MCQ 291 MarkIn Vim editor which command is used to search again in the opposite direction ?A/B?Cn✓SHIFT+nAnswerCorrect option: D. SHIFT+nView full question & answer→
MCQ 301 MarkIn Vim editor which command moves the cursor to end of file ?A$) $B$($✓$G$D$W$AnswerCorrect option: C. $G$View full question & answer→
MCQ 311 Mark$…………$ in the script is not executed; they are messeges that help user understand the usage or meaning of the script.AshellscriptBVariable✓CommentDBlockAnswerCorrect option: C. CommentView full question & answer→
MCQ 321 MarkIn Vim editor which command moves the cursor to the beginmng of current sentence ?A$)$✓$($C$G$D$W$AnswerCorrect option: B. $($View full question & answer→
MCQ 331 MarkIn Vim editor which command is used to change case of individual character ?A$.(dot)$✓ ~C@D%AnswerCorrect option: B. ~View full question & answer→
MCQ 341 MarkIn Vim editor which command is used to undo last change ?A$U$✓$u$C$C$D$dd$AnswerCorrect option: B. $u$View full question & answer→
MCQ 351 MarkTo execute the Linux commands from within the Vim editor type$ ……$ symbol before the command.A%✓!C?D#AnswerCorrect option: B. !View full question & answer→
MCQ 361 MarkIn Vim editor which command moves the cursor to the beginmng of next sentence ?✓$)$B$($C$G $D$W$AnswerCorrect option: A. $)$View full question & answer→
MCQ 371 MarkIn Vim editor which command moves the cursor back a word at a time ?A$Nb$B$e$C$c$✓$B$AnswerCorrect option: D. $B$View full question & answer→
MCQ 381 MarkIn Vim editor Which command moves cursor up in first column ?A-✓+C*D/AnswerCorrect option: B. +View full question & answer→
MCQ 391 MarkIn Vim editor which command moves the cursor to the bottom of the page ?A$M$B$H$✓$L$D$\$$AnswerCorrect option: C. $L$View full question & answer→
MCQ 401 MarkWhen Vim editor is opened without typing file name initially , the text will be directly stored in the $……….$✓system buffer Bhard diskCregister DbusAnswerCorrect option: A. system buffer View full question & answer→
MCQ 411 MarkIn Vim editor which command moves the cursor to the middle of the page ?✓$M$B$H$C$L$D$\$$AnswerCorrect option: A. $M$View full question & answer→
MCQ 421 MarkIn Vim editor which command scrolls forward one page ?ACTRL+dBCTRL+u✓Ctrl+f D CTRL+bAnswerCorrect option: C. Ctrl+f View full question & answer→
MCQ 431 MarkIn Vim editor which command is used to repeat last command action ?✓.(dot) B~C@D%AnswerCorrect option: A. .(dot) View full question & answer→
MCQ 441 MarkIn Vim editor which command scrolls down one half of a page ?✓CTRL+dBCTRL+uCCtrl+f D CTRL+bAnswerCorrect option: A. CTRL+dView full question & answer→
MCQ 451 MarkIn file in Vim editor which command moves curser to down?AhBI ✓JDkAnswerCorrect option: C. JView full question & answer→
MCQ 461 MarkIn Vim editor which command moves the cursor to the top of the page ?A$M$✓$H$C$L$D$\$$AnswerCorrect option: B. $H$View full question & answer→
MCQ 471 MarkWhich command is used to quit editing mode without saving changes made in the file in Vim editor ?A$:w$B$:wq$C$:q$✓$:Q!$AnswerCorrect option: D. $:Q!$View full question & answer→
MCQ 481 MarkIn file in Vim editor which command moves curser to up?A$h$B$I$C$J$✓$k$AnswerCorrect option: D. $k$View full question & answer→
MCQ 491 MarkIn file in Vim editor which command moves curser to left?✓$h$B$I$C$J$D$k$AnswerCorrect option: A. $h$View full question & answer→
MCQ 501 MarkIn file in Vim editor which command moves curser to right ?✓$h$B$I$C$J$D$k$AnswerCorrect option: A. $h$View full question & answer→