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 + Alt + 1
-
Ctrl + Alt + H
-
Ctrl + H
-
Shift + 1
A
Correct answer
Explanation
Ctrl+Alt+1 applies the Heading 1 style to text in Microsoft Word. Using the number keys 1-6 with Ctrl+Alt corresponds to different heading levels. Ctrl+H is for find and replace, Shift+1 types the exclamation mark, and Ctrl+Alt+H is not a heading shortcut.
-
Ctrl + R
-
Ctrl + F
-
Ctrl + Spacebar
-
F1
C
Correct answer
Explanation
Ctrl+Spacebar removes character formatting from the selected text and resets it to the default font in Microsoft Word. Ctrl+R right-aligns text, Ctrl+F opens the find dialog, and F1 opens help.
-
Ctrl + I
-
I
-
Ctrl + Shift + I
-
Shift + I
A
Correct answer
Explanation
Ctrl+I is the universal keyboard shortcut for italicizing text in Microsoft Word and most text editors. The letter I clearly maps to italic. Just pressing I would type the letter, while Ctrl+Shift+I and Shift+I are not standard formatting shortcuts.
-
Ctrl + P
-
Shift + P
-
Ctrl + Shift + P
-
Ctrl + F2
D
Correct answer
Explanation
Ctrl+F2 opens the print preview window in Microsoft Word. Ctrl+P directly opens the print dialog, not the preview. Shift+P and Ctrl+Shift+P are not related to printing functions.
-
Ctrl + A
-
Ctrl + E
-
Ctrl + C
-
Ctrl + Alt + E
B
Correct answer
Explanation
Ctrl+E centers text in Microsoft Word. The letter E stands for 'center' in this context. Ctrl+A selects all text, Ctrl+C copies, and Ctrl+Alt+E is not a standard centering shortcut.
B
Correct answer
Explanation
F4 repeats the last action in Microsoft Word, making it efficient for applying the same formatting repeatedly. This is different from Ctrl+L which left-aligns text, F1 which opens help, and Shift+L which types an uppercase L.
A
Correct answer
Explanation
F7 launches the spell check and grammar check tool in Microsoft Word. Ctrl+S saves the document, F11 toggles fullscreen mode, and F8 extends text selection. The F7 key is specifically dedicated to spelling and grammar checking.
-
Ctrl + T
-
Ctrl + F7
-
Shift + F7
-
F7
C
Correct answer
Explanation
Shift+F7 opens the thesaurus for the highlighted word in Microsoft Word, providing synonyms and antonyms. F7 runs spell check, Ctrl+T might be used in other applications but not for thesaurus in Word, and Ctrl+F7 is not a thesaurus shortcut. Note: there is a typo in the question - 'Shosrtcut' should be 'Shortcut'.
-
Ctrl + Shift + P
-
Ctrl + M
-
Ctrl + P
-
F10
B
Correct answer
Explanation
In Microsoft Word, the shortcut key Ctrl + M is used to indent a paragraph from the left. Ctrl + P is the shortcut for printing, Ctrl + Shift + P opens the font size dialog, and F10 activates the menu bar.
-
If My.Computer.Keyboard.CapsLock = True Then
-
If System.Computer.Keyboard.CapsLock = True Then
-
Both A and B
-
None of the Above
A
Correct answer
Explanation
In VB.Net 2005, the My.Computer.Keyboard.CapsLock property returns a Boolean value indicating whether the Caps Lock key is turned on, making option A the correct syntax.
-
Delete content of document
-
Universal Help in Windows program.
-
Edit options in current program
-
Goes to end of document.
B
Correct answer
Explanation
F1 is the universal Help key in Windows applications. Pressing F1 typically opens context-sensitive help or documentation for the currently active application or control.
-
Goes to end of document
-
Highlights from current position to end of line.
-
Goes to end of current line.
-
Select all text.
A
Correct answer
Explanation
Ctrl+End moves the cursor to the end of the entire document in Windows applications. The End key alone moves to the end of the current line, while adding Ctrl extends the navigation scope to the document end.
-
Opens to another open Microsoft Word document.
-
Selects the line or paragraph of the text the mouse triple-clicked.
-
Zooms in and out of document the mouse triple-clicked.
-
Insert the current time.
B
Correct answer
Explanation
When you triple-click in Microsoft Word, it selects the entire paragraph or line of text where your mouse is clicked. This is a standard Word shortcut for quickly selecting whole paragraphs. It does not open other documents, zoom, or insert time.
-
CTRL+SHIFT+: (colon)
-
CTRL+F10
-
CTRL+; (semicolon)
-
CTRL+F8
C
Correct answer
Explanation
In spreadsheet applications like Excel, pressing CTRL+; (semicolon) enters the current date into the active cell. The similar shortcut CTRL+SHIFT+: (colon) enters the current TIME, not the date. CTRL+F8 and CTRL+F10 are not related to date/time entry. This is a useful shortcut for quickly timestamping data.
-
Right-click a cell, and then click Insert.
-
Type $ in a cell.
-
Click the Insert menu, and then click Function.
-
Type = in a cell.
C
Correct answer
Explanation
The Insert Function dialog box in Excel is accessed by clicking the Insert menu and then selecting Function. This opens a dialog that helps you search for and insert functions with their arguments. Right-clicking a cell and choosing Insert inserts cells or rows/columns, not functions. Typing $ creates an absolute reference, and typing = simply begins a formula entry.