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
-
CTRL+S
-
CTRL+Q
-
CTRL+H
-
CTRL+W
C
Correct answer
Explanation
CTRL+H generates the backspace character in Unix shells and readline-enabled programs, erasing the character before the cursor. This is equivalent to pressing the backspace key. CTRL+W erases a word, CTRL+S stops terminal output, and CTRL+Q resumes it.
-
CTRL+C
-
CTRL+Z
-
CTRL+B
-
CTRL+P
C
Correct answer
Explanation
CTRL+B moves the cursor backward one character in readline editing mode (used by bash and other Unix shells). This follows emacs-style keyboard shortcuts where B stands for 'backwards.' CTRL+C interrupts, CTRL+Z suspends, and CTRL+P moves to the previous history command.
-
CTRL+P
-
CTRL+C
-
CTRL+B
-
CTRL+U
A
Correct answer
Explanation
CTRL+P fetches the previous command from shell history, effectively 'pasting' the last line you entered. CTRL+C interrupts processes, CTRL+B moves the cursor back, and CTRL+U deletes from cursor to line start.
-
CTRL+W
-
CTRL+B
-
CTRL+C
-
CTRL+D
A
Correct answer
Explanation
CTRL+W deletes the word before the cursor in Unix shells - so in 'mv file1 file2', if your cursor is after 'file2', it removes 'file2'. CTRL+C sends interrupt signal, CTRL+B moves cursor back one character, CTRL+D sends end-of-transmission or logout.
-
Ctrl +
-
Ctrl -
-
Shift +
-
Shirt -
B
Correct answer
Explanation
In Excel, Ctrl+- (Ctrl minus) is the keyboard shortcut to delete the selected row(s) or cells. The Ctrl+ key typically opens insert dialog, while Shift combinations are used for selection, not deletion.
-
Ctrl + Q
-
Ctrl + N
-
Ctrl + D
-
Ctrl + U
D
Correct answer
Explanation
In Microsoft Outlook, Ctrl+U marks selected email messages as unread. Ctrl+Q is for marking as read, Ctrl+N creates new messages, and Ctrl+D deletes items. The U key was chosen to match 'Unread'.
-
Alt + A
-
Alt + B
-
Alt + C
-
Alt + D
D
Correct answer
Explanation
Alt + D is the keyboard shortcut to move focus to the Address bar in Internet Explorer. This shortcut works across multiple versions of Internet Explorer and is commonly used to quickly type or paste a URL without clicking.
-
Ctrl + Backspace
-
Ctrl + Enter
-
Ctrl + Tab
-
Ctrl + Alt
B
Correct answer
Explanation
Ctrl + Enter is the standard keyboard shortcut to insert a page break in Microsoft Word. This shortcut works in all versions of Word and is commonly used to force content onto a new page, unlike Ctrl + Backspace which deletes words.
-
Ctrl +
-
Ctrl -
-
Ctrl *
-
Ctrl /
-
If onKeyDown returns false, the key-press event is cancelled
-
If onKeyPress returns false, the key-down event is cancelled.
-
If onKeyDown returns false, the key-up event is cancelled.
-
If onKeyPress returns false, the key-up event is canceled.
A
Correct answer
Explanation
Returning false from a key event handler like onKeyDown cancels the default browser action of that key press, effectively cancelling the keypress event. The keyup event will still fire, and keydown itself has already occurred, so other options are incorrect.
-
Value Prompt
-
Text Box Prompt
-
Date Prompt
-
Generate Prompt
B
Correct answer
Explanation
Text Box Prompt - this prompt type accepts a value typed by the user to filter or retrieve data. Unlike date prompts (specific to dates) or value prompts (which may use dropdowns), text box prompts allow free-text input for data retrieval.
-
Brings up start menu
-
Opens task manager
-
Minimizes all applications
-
Closes all applications
A
Correct answer
Explanation
Ctrl+Esc is a Windows keyboard shortcut that opens the Start menu, providing quick access to programs and system functions. It's equivalent to clicking the Start button.
D
Correct answer
Explanation
F5 is the standard keyboard shortcut used across modern web browsers and file explorers (like Windows Explorer) to refresh the current view or page content. F1 is typically for help, F2 is for renaming, and F3 is for searching.
-
Shift + Enter
-
Alt + Enter
-
Ctrl + Enter
-
F2
B
Correct answer
Explanation
Alt+Enter opens the properties window for the selected file, folder, or icon in Windows. This displays information like file attributes, size, location, and other metadata.
-
F6
-
Alt + Print Screen
-
Print Screen
-
Insert
B
Correct answer
Explanation
Alt + Print Screen captures only the currently active window to the clipboard. Print Screen alone captures the entire desktop, not just the current program. F6 and Insert keys serve different purposes in Windows.