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
-
DO WHILE statement
-
nested DO loops
-
a DO group
-
DO UNTIL statement
B
Correct answer
Explanation
Evaluating the investment requires iterating across multiple dimensions: the three different banks, the six years of investment, and the twelve monthly compounding periods per year. Nested DO loops are necessary to handle these multiple levels of iteration, whereas single DO groups, DO WHILE, or DO UNTIL statements cannot easily manage multi-layered loops.
-
Focus Event
-
Keyboard Event
-
Text Event
-
Mouse Event
A
Correct answer
Explanation
FocusEvent is generated when a component gains or loses input focus.
-
inputbox
-
alert
-
confirm
-
prompt
-
dialog
D
Correct answer
Explanation
The prompt box is used to get input from the user. It has an inbuilt text box where the user can type a value. After typing the data, the user must click on either 'OK' or cancel to continue. The value entered by the user is stored in a variable and the further action can be taken.
D
Correct answer
Explanation
The ceil function returns the smallest integral value greater than or equal to x. The result will be 10.000.
-
Use inputMethod
-
Use imeActionLabel
-
Use ImeOptions
-
Not possible
C
Correct answer
Explanation
ImeOptions is the correct attribute used to configure the soft keyboard's action buttons (Next, Done, Search, etc.). inputMethod refers to the input method service itself, not button configuration. imeActionLabel only sets custom text labels but doesn't control button visibility. It is definitely possible through xml attribute android:imeOptions or programmatically.
-
windowSoftInputMode="stateUnchanged"
-
windowSoftInputMode="stateVisible"
-
windowSoftInputMode="adjustResize"
-
windowSoftInputMode="adjustPan"
D
Correct answer
Explanation
adjustPan shifts the window contents upward to keep the focused field visible, which is what prevents the keyboard from covering the layout. stateUnvisible and stateVisible control keyboard visibility, not layout behavior. adjustResize resizes the layout, which can cause overlap issues in some configurations.
-
By pressing power button twice
-
By pressing power button and then volume down buttons
-
By pressing power button and volume down button at the same time
-
By pressing volume down button and then power buttons
C
Correct answer
Explanation
In the Android Version 4.0 and above, you can take the screen shots by pressing power button and volume down button at the same time.
-
use the find command
-
use the display command
-
use the jump menu
-
use a related item
A
Correct answer
Explanation
To locate a specific help topic in a help system, you use the Find command (or Search), which allows keyword-based searching rather than browsing through related items or jumping.
-
Shift + Home
-
Ctrl + Home
-
Alt + Home
-
Home
B
Correct answer
Explanation
Ctrl + Home is the universal keyboard shortcut in Windows applications to move the cursor/insertion point to the beginning of a document. Home alone moves to the line start, while Shift + Home selects to line start.
-
click Format paragraph
-
hold down Ctrl + A
-
hold down Shift + A
-
hold down Alt + A
B
Correct answer
Explanation
Ctrl + A is the universal keyboard shortcut to 'Select All' in Windows applications. Once the entire document is selected, formatting changes like spacing apply globally. The Format → Paragraph option only affects the current paragraph or selection.
-
Click
-
Right-click
-
Double-click
-
Drag
C
Correct answer
Explanation
In Microsoft Word, double-clicking the OVR (Overtype) status indicator in the status bar toggles between Insert and Overtype modes. A single click doesn't activate this toggle, and right-clicking shows context menu instead.
-
press the Page Down key
-
click below the scroll box on the scroll bar
-
click the scroll arrow at the bottom of the scroll bar
-
both (1) and (2)
B
Correct answer
Explanation
Clicking below the scroll box on the vertical scroll bar moves down one screenful (page). Page Down also scrolls but not exactly one screenful; it moves by a fixed amount. The scroll arrow at the bottom moves line by line.
-
an asterisk (*)
-
a plus sign (+)
-
the letter o
-
an exclamation mark (!)
A
Correct answer
Explanation
Typing an asterisk (*) followed by a space at the start of a line in Word automatically converts it to a bullet point. This is part of Word's AutoFormat feature. Other symbols like +, o, or ! don't trigger bullet formatting.
-
click Close on the File menu
-
click Close button on the Menu bar
-
click Close button on Standard toolbar
-
Both 1 and 2
D
Correct answer
Explanation
The File menu's Close command and the menu bar's close button both end the current document. The toolbar option is different.
-
print preview icon
-
cut icon
-
spell check icon
-
show/hide icon
D
Correct answer
Explanation
The show/hide button (paragraph symbol) toggles formatting marks like paragraph breaks, tabs, and spaces.