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

Multiple choice
  1. 9

  2. 8

  3. 7

  4. 6

  5. 5

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

There are 6 subclasses of reader Class in Java. These are :-1.) BufferedReader :- for buffering other readers.2.) ChararrayReader :- For reading from char array.3.) FilterReader :- For readin filter streams.4.) InputStreamReader :- For reading a character stream.5.) PipedReader :- for reading from pipe.6.) StringReader :- for reading from a string.So this is the correct answer.

Multiple choice
  1. 7

  2. 6

  3. 8

  4. 9

  5. 5

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

There are 7 subclasses of Writer class in Java. These are :-1.) OutputStreamWrite :- for writing a character stream.2.) BufferedWriter:- for buffering other writers.3.) PrintWriter :- for writing formatted data.4.) PipedWriter:- for writing to a pipe.5.) CharArrayWriter:- for writing to a char array.6.) StringWriter:- for writing to a string.7.) FilterWriter:- for writing filtered streams.So this is the correct answer.

Multiple choice
  1. 'Save As' dialog box

  2. 'Open' dialog box

  3. 'Save' dialog box

  4. 'Close' dialog box

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Microsoft Office applications and many Windows programs, the F12 function key is a shortcut that opens the 'Save As' dialog box. This is a standard keyboard convention that allows users to quickly save a file with a new name or location without going through the File menu. F12 is specifically for 'Save As,' while Ctrl+S is typically used for regular 'Save.'

Multiple choice
  1. Vertical market applications

  2. Utilities

  3. Algorithms

  4. Integrated software

  5. Compilers

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Utilities are specialized software programs that handle specific system functions not directly managed by the operating system, such as file management, disk cleanup, or system diagnostics. Vertical market applications are industry-specific, Algorithms are procedures, Integrated software combines multiple functions, and Compilers translate code - none are utility programs.

Multiple choice
  1. My Computer

  2. Desktop

  3. Control Panel

  4. Taskbar

  5. Help & Support

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Control Panel in Windows is the primary interface for accessing and modifying system settings, including properties for various devices and modern (likely 'modem' or 'monitor') properties. My Computer shows drives and folders, the Desktop is the workspace, the Taskbar manages running applications, and Help & Support provides assistance. The typo 'modern' doesn't change the correct answer.