Computer Knowledge

Computer Software Operations

1,659 Questions

This hub provides extensive practice on computer software operations and keyboard shortcuts. It covers document formatting, spreadsheet navigation, and common application commands. These questions are essential for candidates preparing for banking, railways, and staff selection computer proficiency tests.

Keyboard shortcutsSpreadsheet formattingDocument editingWeb page navigationMail merge operations

Computer Software Operations Questions

Multiple choice technology platforms and products
  1. w

  2. z

  3. W

  4. Z

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In vi editor, the 'z' command is used to reposition the current line on the screen. It can be used with variants like 'zt' (move current line to top), 'z.' (move current line to center), or 'zb' (move current line to bottom). Commands 'w' and 'W' are for word navigation, while 'Z' is for saving and quitting.

Multiple choice technology operating systems
  1. This is an invalid command

  2. The editor goes in to insert mode and start inserting text after the current cursor location

  3. The editor searches for charater "a" in the open file

  4. The editor gives a beep sound

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In vi editor command mode, pressing 'a' switches to insert mode and positions the cursor after the current character. The 'a' command is 'append' - it starts inserting text after the current cursor position, as opposed to 'i' (insert) which inserts text before the cursor.

Multiple choice technology operating systems
  1. command mode

  2. Last line mode

  3. insert or input mode

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Vi editor has three main modes: command mode (default, for navigation and commands), insert/input mode (for typing text), and last line mode (also called ex mode, entered with : for complex commands). All three modes listed are valid vi editor modes.

Multiple choice technology operating systems
  1. nroff

  2. mm

  3. fmt

  4. tbl

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The fmt command in Unix/Linux is specifically designed for text formatting operations including margin justification, crown margin mode, and line wrapping. nroff is document formatting, mm is a macro package for groff, and tbl is table formatting - none handle crown margin mode directly.

Multiple choice technology operating systems
  1. Single quote

  2. front slash

  3. full stop

  4. back slash

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A backslash () at the end of a line acts as a line continuation character, allowing a command to span multiple lines. Single quotes start/end a quoted string, front slash is path separator, and full stop ends a sentence or denotes current directory.

Multiple choice technology operating systems
  1. nroff

  2. mm

  3. tbl

  4. fmt

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The 'fmt' command is a simple text formatter that fills and joins lines to create output with even left and right margins - this is crown margin mode. 'nroff' and 'mm' are document formatting systems, 'tbl' is for table formatting, but 'fmt' is specifically designed for margin adjustment and text filling.

Multiple choice technology operating systems
  1. back slash

  2. Single quote

  3. full stop (dot)

  4. frontslash

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In shell scripting, the backslash () is the line continuation character. When placed at the end of a line, it escapes the newline character, allowing the command to continue on the next line. This is essential for writing long, readable multi-line commands or scripts.

Multiple choice technology
  1. ALT + TAB

  2. CTRL + TAB

  3. CTRL + SHIFT

  4. There are no windows in Lotus Notes.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Lotus Notes, CTRL+TAB switches between open windows within the application. ALT+TAB switches between different applications at the operating system level. Lotus Notes does support multiple windows for viewing different databases or documents simultaneously.