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
  1. Crtl+F1+F2

  2. Alt+F5

  3. This is a dumb question

  4. Alt+Ctrl+Delete

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

The Task Manager can be accessed through Ctrl+Shift+Del (or Ctrl+Alt+Delete on some systems), which brings up a security options menu including Task Manager. While Ctrl+Shift+Esc is the direct shortcut, the Ctrl+Alt+Delete combination also works. Option A contains a typo ('Crtl' instead of 'Ctrl') and is not a valid shortcut.

Multiple choice technology
  1. F1

  2. F2

  3. F5

  4. F8

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

The F8 key during Windows startup allows you to access the Advanced Boot Options menu, which lets you step through and control the boot process. This menu provides options like Safe Mode, Safe Mode with Networking, Boot Logging, and Enable Boot Logging, which are essential for troubleshooting startup problems. The other function keys (F1, F2, F5) serve different purposes during boot - F1/F2 typically access BIOS setup, and F5 is not commonly used for boot options in standard Windows installations.

Multiple choice technology
  1. Windows+Pause Break

  2. Ctrl+Pause Break

  3. Windows+Scroll Lock

  4. Windows+Num Lock

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

Windows+Pause/Break directly opens the System Properties window showing computer information. Other options are non-existent shortcuts for this purpose.

Multiple choice technology testing
  1. Copy and Paste

  2. Cut and Paste

  3. Library Wizard

  4. Select and Paste

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

Cut and Paste is the standard operation for moving items because it removes the content from the source location and places it in the destination. Copy and Paste creates duplicates, Library Wizard creates new libraries, and Select and Paste is not a standard command.

Multiple choice technology security
  1. Set autocomplete to “0”

  2. Set autocomplete to “Off”

  3. Set autocomplete to some other value

  4. Set autocomplete to “no-store”

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

The correct way to disable browser autocomplete is setting autocomplete='Off'. Options A (value '0') and D (value 'no-store') are not standard values for this attribute. Option C is too vague. The 'Off' value is the HTML standard for disabling autocomplete.

Multiple choice technology security
  1. Set autocomplete to “0”

  2. Set autocomplete to “Off”

  3. Set autocomplete to some other value

  4. Set autocomplete to “no-store”

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

The HTML autocomplete attribute accepts 'on' and 'off' as valid values. Setting autocomplete='off' disables the browser's autocomplete feature for that form field, preventing sensitive information from being stored. Values like '0' or 'no-store' are not standard HTML attributes for this purpose.

Multiple choice technology testing
  1. inputKeys("ENTER") -> ENTER is a key stroke ; inputChars("ENTER") -> characters ENTER are read

  2. inputKeys("ENTER") -> characters ENTER are read ; inputChars("ENTER") -> ENTER is a key stroke

  3. None

  4. Both 1 and 2

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

The inputKeys function simulates physical key press events (such as pressing the Enter key on a keyboard), whereas inputChars enters literal character strings (typing out 'E-N-T-E-R' letter by letter). The distractor options either invert these definitions or incorrectly assert that they perform identical operations.

Multiple choice technology testing
  1. Ctrl+w

  2. Alt+w

  3. Ctrl+Shift+w

  4. Alt+Shift+w

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

The wrap functionality in CIM search windows uses the Ctrl+Shift+w keyboard shortcut. This combination follows the common pattern where Shift modifies a base shortcut (Ctrl+w) to provide a related but distinct function. The wrap feature typically adjusts text display or search result formatting.

Multiple choice technology security
  1. Set autocomplete to “0”

  2. Set autocomplete to “Off”

  3. Set autocomplete to some other value

  4. Set autocomplete to “no-store”

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

The HTML autocomplete attribute should be set to 'off' to disable the browser's autocomplete feature for sensitive form fields like passwords or credit card numbers. This prevents browsers from storing and suggesting potentially sensitive information. Values like '0' or 'no-store' are not standard - the correct value is 'off'. This is particularly important for preventing unintended data exposure on shared or public computers.

Multiple choice technology databases
  1. True

  2. False

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

The Ctrl+O keyboard shortcut in Lotus Notes opens the Open Database dialog, which provides access to all available mailboxes, databases, and applications on your workspace and servers. This shortcut is a quick way to navigate to any database without using the menu or bookmark navigation. It's one of the most frequently used shortcuts for efficient database access.