Computer Knowledge
Computer Software Operations
1,772 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
-
Right ALT+Right SHIFT+PRINT SCREEN
-
Left ALT+Right SHIFT+PRINT SCREEN
-
Left ALT+left SHIFT+PRINT SCREEN
-
Left CTRL+left SHIFT+PRINT SCREEN
C
Correct answer
Explanation
Left ALT+left SHIFT+PRINT SCREEN is the keyboard shortcut that toggles Windows High Contrast mode on or off. This accessibility feature adjusts color schemes and display settings to improve visibility for users with visual impairments.
-
CTRL+ALT+TAB
-
CTRL+SHIFT+TAB
-
ALT+SHIFT+TAB
-
CTRL+SHIFT+(-)
B
Correct answer
Explanation
CTRL+SHIFT+TAB is the keyboard shortcut for moving backwards through tabs in a dialog box. This reverses the direction of tab navigation, complementing CTRL+TAB which moves forward through tabs.
-
CTRL+ALT+SHIFT
-
CTRL+Windows Logo
-
CTRL+SHIFT
-
CTRL+ESC
D
Correct answer
Explanation
CTRL+ESC is the keyboard shortcut that displays the Windows Start menu. This provides a keyboard-only method to access the Start menu, especially useful on keyboards without a Windows logo key.
-
CTRL+ALT+HOME
-
CTRL+SHIFT+END
-
CTRL+ALT+END
-
CTRL+ALT+BREAK
D
Correct answer
Explanation
In Remote Desktop Connection, the keyboard shortcut CTRL+ALT+BREAK is used to switch the client computer's display between windowed mode and full-screen mode. Other combinations like CTRL+ALT+END serve different functions, such as opening the security dialog.
B
Correct answer
Explanation
In vi/vim editor, the 'O' (uppercase) command opens a new line ABOVE the current cursor position and enters insert mode. The lowercase 'o' opens a line below. 'I' enters insert mode at the beginning of the current line, while 'a' (append) enters insert mode after the cursor. The question specifically asks for a new line, making 'O' correct.
B
Correct answer
Explanation
In ISPF, the F2 function key (SPLIT command) splits the screen into two or more sessions, allowing you to work in multiple ISPF screens simultaneously. F3 ends the current session, F1 is help, and F6 is used for creating a new dataset or member.
B
Correct answer
Explanation
In vi editor, the 'z' command is used to reposition the current line on the screen. It can be used with variants like 'zt' (move current line to top), 'z.' (move current line to center), or 'zb' (move current line to bottom). Commands 'w' and 'W' are for word navigation, while 'Z' is for saving and quitting.
B
Correct answer
Explanation
F11 is not the standard key to enter a form into query mode in Oracle Applications. Query mode is typically entered through specific menu options or function keys depending on the form, but F11 alone is not the universal query mode trigger.
-
CHGKDBMAP
-
CHGKBDMAP
-
CHGKMAP
-
CHGKBD
B
Correct answer
Explanation
CHGKBDMAP is the AS/400 (IBM i) command for changing keyboard mapping. The naming convention follows IBM's command structure: CHG (Change) + KBD (Keyboard) + MAP (Mapping).
-
This is an invalid command
-
The editor goes in to insert mode and start inserting text after the current cursor location
-
The editor searches for charater "a" in the open file
-
The editor gives a beep sound
B
Correct answer
Explanation
In vi editor command mode, pressing 'a' switches to insert mode and positions the cursor after the current character. The 'a' command is 'append' - it starts inserting text after the current cursor position, as opposed to 'i' (insert) which inserts text before the cursor.
C
Correct answer
Explanation
In vi editor, 'db' deletes the previous word (word before the cursor). The 'd' command is for delete, and 'b' stands for 'back' or previous word. 'dW' would delete a WORD (space-separated), 'dd' deletes entire line, and 'dG' deletes to end of file.
-
command mode
-
Last line mode
-
insert or input mode
-
All of the above
D
Correct answer
Explanation
Vi editor has three main modes: command mode (default, for navigation and commands), insert/input mode (for typing text), and last line mode (also called ex mode, entered with : for complex commands). All three modes listed are valid vi editor modes.
-
ALT + TAB
-
CTRL + TAB
-
CTRL + SHIFT
-
There are no windows in Lotus Notes.
B
Correct answer
Explanation
In Lotus Notes, CTRL+TAB switches between open windows within the application. ALT+TAB switches between different applications at the operating system level. Lotus Notes does support multiple windows for viewing different databases or documents simultaneously.
-
alt + del
-
ctrl + del
-
shift + del
-
esc + x
C
Correct answer
Explanation
Shift + Delete is the standard alternative keyboard shortcut for Cut (Ctrl + X) in Windows. This removes the selected item and places it on the clipboard. Alt + Del and Ctrl + Del are system commands, and Esc + X is not a standard shortcut.
-
alt + c
-
ctrl + ins
-
alt + ins
-
shift + ins
B
Correct answer
Explanation
Ctrl + Ins (Insert) is the alternative for Copy (Ctrl + C) in Windows. Shift + Ins is for Paste, not Copy. Alt + C and Alt + Ins are not standard copy shortcuts. This convention dates back to keyboard standards before Ctrl+C became universal.