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
-
a, b only
-
a, b, d only
-
a, b, e only
-
a, b, c, d only
-
all of the functions are correct
E
Correct answer
Explanation
All of the functions are correct.
(a) = SUM (A1 : A10) will calculate sum of 10 cells from A1 to A10.
(b) = SUM (A1 : B10) will calculate sum of 20 cells from A1 to B10.
(c) = SUM (B1 : A10) is correct; it will work same as = SUM (A1 : B10) and calculate sum of 20 cells from A1 to B10.
(d) = SUM (B10 : A1) is correct; it will work same as = SUM (A1 : B10) and calculate sum of 20 cells from A1 to B10.
(e) = SUM (B10 : A1) will calculate sum of 2 cells B10 and A1
Comma(,) is used to represent a group of seperate cells.
Colon(:) is used to represent a range or of cells.
-
Ctrl + Tab
-
Ctrl + Esc
-
Ctrl + Delete
-
Ctrl + End
-
Ctrl + Spacebar
E
Correct answer
Explanation
Ctrl + Spacebar is used to remove formatting in Microsoft word.
-
Ctrl + F1
-
F1
-
Ctrl + F2
-
Ctrl + Tab
-
Ctrl + Esc
E
Correct answer
Explanation
Ctrl + Esc can be used instead of windows keys to click start in MS Windows.
-
ACCRINT function
-
AMORLINC function
-
ATAN function
-
ACCRINTM function
-
None of the above
B
Correct answer
Explanation
This is the function in excel, which calculates the first depreciation period.
-
DB function
-
B. DISC function
-
C. DDB function
-
DGET function
-
All of the above
C
Correct answer
Explanation
This function will provide the required result with flexible or floating decimals.
-
CTRL+ K
-
CTRL+T
-
CTRL+ B
-
CTRL + ALT + SHIFT + TAB
-
CTRL + ALT + TAB
A
Correct answer
Explanation
This combination is the short for hyperlink function.
-
Redo
-
Reload
-
Restore
-
Ctrl
-
Refresh
E
Correct answer
Explanation
To reload or refresh a web page in a browser, you click the Refresh button (or press F5). This causes the browser to fetch the current page from the server again, updating any content that may have changed. Options like Redo (for undoing an undo action), Reload (the action, not the button name), Restore (for windows or minimized applications), and Ctrl (a modifier key used in keyboard shortcuts) are incorrect.
-
by positioning your cursor at the appropriate place and pressing the F1 key
-
by positioning your cursor at the appropriate place and pressing Ctrl + Enter
-
by using the Insert/Section Break
-
by changing the font size of your document
-
none of these
B
Correct answer
Explanation
Ctrl+Enter is the standard keyboard shortcut to force a page break at the cursor position in Microsoft Word. The F1 key opens help documentation, Insert/Section Break creates section boundaries rather than simple page breaks, and changing font size has no effect on page breaks.
-
Page Up
-
Page Down
-
Home
-
Tab
-
None of these
C
Correct answer
Explanation
The Home key moves the insertion point to the first cell of the current row in Excel. Page Up and Page Down scroll through the worksheet by pages, Tab moves to the next cell to the right, and None of these is incorrect.
-
workforce
-
worksheets
-
worktables
-
workgroups
-
workbooks
E
Correct answer
Explanation
In Microsoft Excel, individual files created and saved are known as workbooks, which can contain multiple worksheets.
-
The same effect as the left click
-
A special menu
-
No effect
-
A mouse cannot be right clicked
-
Computer goes to sleep mode
-
inquiry-and-response mode
-
programming mode
-
indirect mode
-
direct mode
A
Correct answer
Explanation
Inquiry-and-response mode (also called interactive mode) describes entering data at the keyboard during program execution, where the computer prompts (inquires) and the user responds. Programming mode is for writing code, indirect mode stores commands for later execution, and direct mode executes commands immediately without programming.
-
a semicolon
-
a comma
-
a colon
-
using the spacebar
B
Correct answer
Explanation
When entering multiple values in a single INPUT statement, commas are the required separators between each value in BASIC.
-
Price equals Quantity- UnitPrice.
-
Price equals 95% of Quantity - UnitPrice.
-
Price equals 90% of Quantity -UnitPrice.
-
Invalid Choice is displayed.
D
Correct answer
Explanation
When Choice equals 21, it doesn't match any of the specific CASE values (10, 20, or 30). The SELECT CASE structure falls through to the CASE ELSE clause, which executes the PRINT statement displaying "Invalid Choice." None of the Price calculations are performed because no matching CASE was found. Options A, B, and C are all incorrect because they suggest Price calculations occur, which they don't.
-
menu bar
-
view window
-
title bar
-
immediate window
B
Correct answer
Explanation
The view window (document window) is correct because it displays the content where you type. Menu bar contains commands, title bar shows the program name, and immediate window is specific to programming environments.