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
-
F4, F3, F5
-
F3, F4, F5
-
F4, F5, F3
-
F3, F5, F4
-
Crtl+F1+F2
-
Alt+F5
-
This is a dumb question
-
Alt+Ctrl+Delete
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.
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.
A
Correct answer
Explanation
In QTP (QuickTest Professional, now called UFT - Unified Functional Testing), F12 is the standard keyboard shortcut to insert a Standard Checkpoint during recording or editing test scripts.
-
Ctrl+ S
-
Windows+f
-
Alt+S
-
Ctrl+f
-
Windows+Pause Break
-
Ctrl+Pause Break
-
Windows+Scroll Lock
-
Windows+Num Lock
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.
-
Copy and Paste
-
Cut and Paste
-
Library Wizard
-
Select and Paste
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.
-
Set autocomplete to “0”
-
Set autocomplete to “Off”
-
Set autocomplete to some other value
-
Set autocomplete to “no-store”
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.
-
Set autocomplete to “0”
-
Set autocomplete to “Off”
-
Set autocomplete to some other value
-
Set autocomplete to “no-store”
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.
-
inputKeys("ENTER") -> ENTER is a key stroke ; inputChars("ENTER") -> characters ENTER are read
-
inputKeys("ENTER") -> characters ENTER are read ; inputChars("ENTER") -> ENTER is a key stroke
-
None
-
Both 1 and 2
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.
-
Ctrl+w
-
Alt+w
-
Ctrl+Shift+w
-
Alt+Shift+w
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.
-
Auto Summarize
-
Homr Key
-
Ctrl Key+ End Key
-
End Key
C
Correct answer
Explanation
Ctrl+End is the standard keyboard shortcut to move the cursor to the end of a document. The End key alone only moves to the end of the current line, not the document.
C
Correct answer
Explanation
In QTP/UFT (QuickTest Professional / Unified Functional Testing), F7 is the shortcut key to open the Step Generator dialog. F2 opens the object repository, F3 opens the Step Detail pane, and F5 starts/continues the run.
-
Set autocomplete to “0”
-
Set autocomplete to “Off”
-
Set autocomplete to some other value
-
Set autocomplete to “no-store”
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.
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.