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
  1. invoking a particular menu option without using mouse

  2. using keyboard and mouse for invoking a menu option

  3. listing the information of keyboard

  4. none of these

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

Keyboard shortcuts are designed to let users invoke menu commands and perform actions quickly without reaching for the mouse. They improve efficiency for experienced users. Option A captures this core purpose. Options B, C, and D are incorrect - shortcuts don't require mouse input, don't list keyboard info, and aren't irrelevant.

Multiple choice
  1. Tool bar

  2. Tool box

  3. Form designer

  4. Property window

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

The toolbar is a UI component containing icons/buttons that provide quick one-click access to frequently used commands in programming environments like Visual Basic. Unlike the toolbox (which contains controls for design), the toolbar focuses on execution commands like run, stop, save, etc.

Multiple choice
  1. F5

  2. Alt+V+C

  3. both (1) and (2)

  4. F4

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

In Visual Basic, pressing F4 displays the Properties Window, which shows the properties of the selected control or form. F5 is typically used to run the application, and Alt+V+C is not a standard shortcut for the Properties Window.

Multiple choice
  1. Command button

  2. Text box

  3. Option button

  4. None of these

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

The question asks what is NOT controlled by the Toolbox. The Toolbox provides access to controls like Command buttons, Text boxes, and Option buttons. Since all these are controlled by the Toolbox, 'None of these' (meaning none are excluded) is the correct answer.

Multiple choice
  1. cut and copy

  2. cut and paste

  3. cut and print

  4. copy and paste

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

CTRL+C copies the selected text or item to the clipboard. CTRL+V pastes the clipboard contents at the current cursor position. These are universal keyboard shortcuts across operating systems and applications.

Multiple choice
  1. debugging

  2. running

  3. exiting

  4. none of the above

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

The F5 function key is commonly used in Visual Basic and many IDEs to run or execute the current program. It compiles and launches the application for testing and debugging.

Multiple choice
  1. Alt+C

  2. Alt+C+D

  3. Alt+V+C

  4. Ctrl+C+S

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

To access the code window in Visual Basic 6, you use the View menu. Pressing Alt+V opens the View menu, then pressing C selects the Code option. This keyboard shortcut (Alt+V+C) displays the code window for the selected object. The other options are not valid VB shortcuts.