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 databases
  1. The cell gets formatted to Number category with 2 decimal places

  2. The cell gets formatted to Number category with 4 decimal places

  3. The cell gets formatted into different font

  4. Nothing happens

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

Ctrl+Shift+1 applies the Number format with 2 decimal places and thousand separators. It does not change fonts, and 4 decimal places would be Ctrl+Shift+2. This is a formatting shortcut for quick number display.

Multiple choice technology security
  1. True

  2. False

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

VBScript can control the mouse pointer and simulate clicks by utilizing the Windows Script Host Shell object to run PowerShell commands or by calling Windows API functions via external COM objects. Therefore, the statement that we cannot control the mouse using VBScript is false.

Multiple choice technology platforms and products
  1. CTRL + ALT + I

  2. CTRL + I

  3. ALT + I

  4. ALT + CTRL + D

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

ALT + I is the shortcut key to open the Immediate window while debugging in many IDEs, particularly Visual Studio. The Immediate window allows executing code and checking variable values during debugging. CTRL + ALT + I, CTRL + I, and ALT + CTRL + D are not standard shortcuts for this purpose.

Multiple choice technology operating systems
  1. True

  2. False

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

ALT+F4 is a keyboard shortcut primarily used to close the active application window in Windows operating systems. It does not directly shut down the computer system - for that, you would typically need to go through the Start menu or use a different shutdown procedure. The statement is imprecise because ALT+F4 closes applications, not the system itself.