Tag: operating systems

Questions Related to operating systems

  1. To quit the vi editor

  2. To save file

  3. To save file with file name (save as)

  4. To clear the screen


Correct Option: B

esc + : + q

  1. To quit without saving

  2. To save and quit vi editor

  3. To quit the vi editor

  4. To find the next occurance of the letter 'q'


Correct Option: C

esc + : + q!

  1. To save and quit vi editor

  2. To continue with search

  3. To copy the line where cursor is located

  4. To quit without saving


Correct Option: D

n

  1. To open a new file

  2. To insert new text

  3. To save and quit vi editor

  4. To continue with search


Correct Option: D
  1. To replace word with a space

  2. To continue with search

  3. To search for specified word in backward direction

  4. To search for specified word in forward direction


Correct Option: C
  1. To search for specified word in backward direction

  2. To search for specified word in forward direction

  3. To replace word with a space

  4. To continue searching


Correct Option: B
  1. To copy the line where cursor is located

  2. Search for the letter y

  3. Save and quit the editor

  4. Confirm quit without saving


Correct Option: A

esc + dw

  1. To delete all occurances of the letter w

  2. To delete word from cursor position

  3. To delete entire line where cursor is located

  4. To paste the text just deleted or copied at the cursor


Correct Option: B
  1. To put cursor at the end of the next occurance of either Mumbai or Pune

  2. To Find all occurrence of Mumbai and Replace with Pune with confirmation

  3. To Find all occurrence of Mumbai and Replace with Pune without confirmation

  4. To put cursor at the beginning of the next occurance of either Mumbai or Pune


Correct Option: C

To which operating system is GNU/Linux compatible?

  1. Windows

  2. Unix

  3. it's a system on it's own

  4. don't know


Correct Option: B