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 technology operating systems
  1. Ctrl + Print Screen

  2. Print Screen

  3. Shift + Print Screen

  4. Alt + Print Screen

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

Alt + Print Screen captures only the active window (the window currently in focus) to the clipboard, not the entire screen. The regular Print Screen key captures the entire desktop. Shift + Print Screen has no standard function in Windows.

Multiple choice technology operating systems
  1. Ctrl + Esc

  2. Ctrl + Tab

  3. Alt + Esc

  4. All the Above

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

Ctrl + Esc is the keyboard shortcut that opens the Windows Start menu. This is equivalent to clicking the Start button or pressing the Windows key. Alt + Esc cycles through windows in reverse order, and Ctrl + Tab switches between applications within some interfaces.

Multiple choice technology operating systems
  1. Ctrl + F2

  2. Ctrl + (the '+' key on the keypad)

  3. Alt + (the '+' key on the keypad)

  4. None of the Above

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

Pressing the Ctrl key along with the numeric keypad's + key in Windows Explorer's Details view automatically resizes all columns to fit their longest content. Other combinations like Ctrl + F2 or Alt + + do not perform this action, making them incorrect distractors.

Multiple choice technology databases
  1. True

  2. False

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

Cursor variables (REF CURSOR types) in Oracle PL/SQL have 4 attributes: %ISOPEN, %FOUND, %NOTFOUND, and %ROWCOUNT. These attributes provide information about the cursor's state. The statement claims there are 4 attributes, which is correct for cursor variables (though note: implicit cursors have additional attributes like %BULK_ROWCOUNT and %BULK_EXCEPTIONS, but for cursor variables specifically, there are 4 main attributes).

Multiple choice technology operating systems
  1. equal to Alt + TAB

  2. Cycles through open windows with out bringing the Window to the top (press Enter)

  3. Opens first window in the task bar

  4. None of the Above

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

Win+Tab opens Task View in Windows 10/11, showing all open windows in a visual interface. You can cycle through them with arrow keys or Tab, but pressing Enter is required to switch to the selected window, unlike Alt+Tab which switches immediately on each press. Option A is incorrect because Alt+Tab switches directly without a confirm step.

Multiple choice technology operating systems
  1. Minimises all windows

  2. Maximize all windows

  3. Unminimises all windows

  4. Restore all windows

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

Pressing Win + D first minimizes all open windows, showing the desktop; pressing it again restores the windows to their previous state. Thus both “Minimises all windows” and “Unminimises all windows” describe its behavior, while the other options do not.

Multiple choice technology operating systems
  1. Minimises all windows and dialogs

  2. Minimises only dialogs

  3. Minimises all windows and leaves dialogs up

  4. None of the Above

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

Win+M minimizes all open application windows to the taskbar while leaving dialog boxes (modal windows) open and visible. This is distinct from Win+D which shows the desktop by minimizing everything including dialogs. Option A incorrectly states it minimizes dialogs too. Option B incorrectly says it only minimizes dialogs.

Multiple choice technology mainframe
  1. Marked Deleted

  2. Marked Inoperative

  3. Marked Invalid

  4. Marked Cascaded

  5. None of above

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

In relational databases like DB2, when a parent view is dropped, any views that depend on it are not automatically deleted but are instead marked as "inoperative" (or invalid), meaning they cannot be used until they are recreated or regenerated.

Multiple choice technology mainframe
  1. Z

  2. X

  3. S

  4. U

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

X locks (exclusive locks) provide the most restrictive locking mode in DB2. An X lock allows only the lock owner to access the table - all other applications are blocked from any access. The UR (Uncommitted Read) isolation level allows dirty reads, but even UR applications cannot read a table locked exclusively by another transaction. The question specifically identifies X lock as preventing concurrent access while making a narrow exception for UR-level readers.

Multiple choice technology mainframe
  1. Net.Data

  2. Net Search

  3. DB2 AVI Extenders

  4. DB2 XML Extenders

  5. DB2 Text Extenders

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

DB2 AVI Extenders is the IBM product specifically designed for storing and managing image data within DB2 databases. It provides specialized data types and functions for image storage, retrieval, and manipulation. Net.Data is a web development environment, Net Search is not a DB2 storage product, and XML Extenders and Text Extenders handle their respective data types rather than image data.