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
-
By pressing Ctrl key while inserting the CD
-
By pressing Shift key while inserting the CD
-
By pressing Windows + R just after inserting the CD
-
Both (1) and (2)
-
None of these
B
Correct answer
Explanation
Yes, it is the shortcut to prevent any CD from auto start.
-
Office 2013
-
Office 2011
-
Office XP
-
Office 2007
-
Office Vista
E
Correct answer
Explanation
Office Vista is not a version of Office.
C
Correct answer
Explanation
A database job is marked BROKEN after 16 consecutive failed executions. This is Oracle's default threshold to prevent repeatedly failing jobs from continuing to consume system resources and clutter the job queue.
-
Ctrl + ;
-
Shift + F3
-
Ctrl + k
-
Ctrl + p
-
Ctrl + Tab
A
Correct answer
Explanation
Ctrl + ; operation enters the current date.
-
Creates a bullet point
-
Inserts link
-
Undo the last content
-
Opens the print dialogue box
-
Saves the current document
A
Correct answer
Explanation
Ctrl + shift + L provides a bullet point.
-
Prompt
-
Windows
-
Cursor
-
Click
-
_
A
Correct answer
Explanation
It is a symbol used to represent the readiness of a system to perform the next command. A prompt may also be a text representation of where the user is currently.
-
Ctrl, Shift
-
Left arrow, Right arrow
-
Page Up, Page Down
-
Esc, Tab
-
Insert, Delete
A
Correct answer
Explanation
Ctrl and Shift are used with other keys for special tasks.
-
Spring
-
Struts
-
Groovy
-
Grails
-
All of the above
C
Correct answer
Explanation
It is a computer language based on the Grails framework.
-
Ctrl + I
-
Ctrl + B
-
Ctrl + U
-
Shift + B
-
None of these
B
Correct answer
Explanation
Shortcut key to 'Bold' the selected text.
-
Ctrl + V
-
Shift + Insert
-
Ctrl + Insert
-
Ony 1 and 2
-
1, 2 and 3
D
Correct answer
Explanation
Both are the shortcut keys to paste a copied item.
-
PrtScr
-
Ctrl + PrtScr
-
Ctrl + P
-
Alt + PrtScr
-
All of the above
C
Correct answer
Explanation
This is a shortcut key to print something.
D
Correct answer
Explanation
This is the correct answer. Streams can be used to input and output the data. They are of two types :-Byte Stream :- for handling binary data.Character Stream :- for handling data such as sequence of characters.Thus this is the correct answer.
B
Correct answer
Explanation
This is the correct answer. there are 7 subclasses of InputStream class.hese are :-1.) FileInputStream :- for reading bytes from a file.2.) ObjectInputStream :- for readin objects and primitive data types from input stream.3.) SequenceInputStream :- for readin from a sequence of streams.4.) ByteArrayInputStream :- for Stream that reads a byte array.5.) pipedInputStream :- for reading from a piped stream.6.) FilterInputStream :- for filtering input from Existing Stream.7.) StringBufferInputStream:- for readin from a string.These are the 7 subclasses.So this is correct answer.
C
Correct answer
Explanation
There are five subclasses of OutputStream class are the. These are :-1.) FileOutputStream :- for writing bytes into file.2.) ObjectOutputStream:- for writing objects and primitive data types to output stream.3.) ByteArrayOutputStream:- For output stream that writes byte into array.4.) pipedOutputStream :- for writing into a piped stream.5.) FilterOutputStream :- for filtering output into an existing stream.So this is the correct answer.
-
four
-
three
-
two
-
one
-
none of these
C
Correct answer
Explanation
This is the correct answer. Byte stream can be defined by using two class hierarchies. These two classes are :-1.) InputStream2.) OutputStreamSo this is the correct answer.