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 programming languages
  1. Function 5

  2. Function 6

  3. Function 7

  4. Function 8

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

F5 is the standard shortcut key to run a macro in Microsoft Office applications when the macro is selected or in the VBA editor. This shortcut executes the currently selected macro or the macro code where the cursor is positioned.

Multiple choice technology programming languages
  1. Office Button -> excel options -> Trust Center -> Macro Enable/Disable

  2. Office Button -> excel options -> Trust Center -> Macro Security

  3. Office Button -> excel options -> Trust Center -> Privacy Options

  4. Office Button -> excel options -> Trust Center -> Macro Settings

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

Macro security settings are accessed through Office Button > Excel Options > Trust Center > Macro Settings. This is where users configure how macros are handled - enable all, disable with notifications, or disable completely. Option D shows the correct navigation path.

Multiple choice technology mainframe
  1. Menu and Line

  2. Line and Data

  3. Primary and Line

  4. Primary and Secondary

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

In ISPF (Interactive System Productivity Facility), EDIT commands are categorized into Primary commands and Line commands. Primary commands are entered on the command line and operate on the entire dataset (like CHANGE, FIND), while Line commands are entered in the line number area and operate on specific lines (like C, D, M for copy, delete, move). This distinction is fundamental to ISPF edit operations.

Multiple choice technology mainframe
  1. Menu and Line

  2. Line and Data

  3. Primary and Line

  4. Primary and Secondary

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

ISPF Edit commands are categorized into primary commands, which are entered on the Command/Option line at the top, and line commands, which are entered directly in the line command area on the left side of the data. Other options do not correctly name these two edit command types.

Multiple choice technology mainframe
  1. Terminate the program currently running.

  2. Terminate ISPF to return to the TSO READY prompt.

  3. Pause a program so that data will not continue to scroll.

  4. Clear the screen to allow the next screen of data to display.

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

PA1 interrupts the currently executing program or command, returning control to the system prompt. It doesn't exit ISPF itself - that's PA3 or the END command. PA2 is for attention requests, not program termination.

Multiple choice technology databases
  1. True

  2. False

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

The PAUSE command in SQL*Plus controls output pagination. When enabled (SET PAUSE ON), output pauses after each page and waits for the user to press Enter before continuing. This is useful for viewing large query results that span multiple pages.

Multiple choice technology testing
  1. 1 Ctrl + M

  2. 2 Ctrl + T

  3. 3 Ctrl + J

  4. 4 None

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

In QTP, block commenting can be done using Ctrl+M to comment out multiple selected lines of code. This shortcut adds comment markers to all selected lines simultaneously. Ctrl+T is typically used for other purposes (like merging), Ctrl+J is not a standard commenting shortcut, and 'None' is incorrect.

Multiple choice technology operating systems
  1. CTRL+F3

  2. CTRL+F4

  3. CTRL+F5

  4. CTRL+F1

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

CTRL+F5 is the Windows shortcut to restore or refresh the active console window in many testing and development environments. The other function key combinations (F1, F3, F4) are typically used for other purposes like help, search, or closing tabs.

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

  2. Windowslogo+U

  3. Windowslogo

  4. CTRL+U

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

Windows logo key + U (Windowslogo+U) opens the Utility Manager in Windows, which provides access to system accessibility tools like Magnifier, Narrator, and On-Screen Keyboard. This is a standard Windows accessibility shortcut.

Multiple choice technology operating systems
  1. CTRL+L

  2. CTRL+SHIFT+K

  3. CTRL+SHIFT+L

  4. Windowslogo+L

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

Windows logo key + L (Windowslogo+L) is the standard Windows shortcut to lock the computer (locks the entire workstation, not just the keyboard). This is a security feature that requires password to regain access. While the question says 'lock keyboard,' the standard answer refers to this workstation lock function.

Multiple choice technology operating systems
  1. Windowslogo+F

  2. Windowslogo+E

  3. CTRL+E

  4. CTRL+SHIFT+E

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

Windows logo key + E (Windowslogo+E) opens File Explorer (formerly My Computer) in Windows. This is a universal shortcut that has been consistent across Windows versions. CTRL+E is typically used for search in browsers, while Windowslogo+F opens the search dialog specifically.

Multiple choice technology operating systems
  1. F2

  2. F3

  3. F1

  4. F5

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

F1 is the universal help key across Windows and most applications. Pressing F1 opens context-sensitive help or the application's help documentation. F2 is commonly used for renaming, F3 for search, and F5 for refresh in most applications.

Multiple choice technology
  1. CTRL+Y

  2. CTRL+U

  3. CTRL+C

  4. CTRL+F

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

CTRL+U is the Unix/command-line shortcut that erases from the cursor to the beginning of the current line. This is a standard readline/emacs-style editing command available in bash and other Unix shells. CTRL+Y typically yanks (pastes) previously deleted text, while CTRL+C and CTRL+F have other purposes.