Computer Knowledge

Computer Software Operations

1,772 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 operating systems
  1. Right ALT+Right SHIFT+PRINT SCREEN

  2. Left ALT+Right SHIFT+PRINT SCREEN

  3. Left ALT+left SHIFT+PRINT SCREEN

  4. Left CTRL+left SHIFT+PRINT SCREEN

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

Left ALT+left SHIFT+PRINT SCREEN is the keyboard shortcut that toggles Windows High Contrast mode on or off. This accessibility feature adjusts color schemes and display settings to improve visibility for users with visual impairments.

Multiple choice technology operating systems
  1. CTRL+ALT+SHIFT

  2. CTRL+Windows Logo

  3. CTRL+SHIFT

  4. CTRL+ESC

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

CTRL+ESC is the keyboard shortcut that displays the Windows Start menu. This provides a keyboard-only method to access the Start menu, especially useful on keyboards without a Windows logo key.

Multiple choice technology operating systems
  1. CTRL+ALT+HOME

  2. CTRL+SHIFT+END

  3. CTRL+ALT+END

  4. CTRL+ALT+BREAK

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

In Remote Desktop Connection, the keyboard shortcut CTRL+ALT+BREAK is used to switch the client computer's display between windowed mode and full-screen mode. Other combinations like CTRL+ALT+END serve different functions, such as opening the security dialog.

Multiple choice technology operating systems
  1. I

  2. O

  3. a

  4. o

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

In vi/vim editor, the 'O' (uppercase) command opens a new line ABOVE the current cursor position and enters insert mode. The lowercase 'o' opens a line below. 'I' enters insert mode at the beginning of the current line, while 'a' (append) enters insert mode after the cursor. The question specifically asks for a new line, making 'O' correct.

Multiple choice technology mainframe
  1. F3

  2. F2

  3. F1

  4. F6

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

In ISPF, the F2 function key (SPLIT command) splits the screen into two or more sessions, allowing you to work in multiple ISPF screens simultaneously. F3 ends the current session, F1 is help, and F6 is used for creating a new dataset or member.

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
  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.