Computer Knowledge

Computer Software Operations

1,659 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
  1. Alt + Page Down

  2. Ctrl + Alt + Pause

  3. Ctrl + Alt + End

  4. Ctrl + Alt + Break

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

Ctrl + Alt + Break in Remote Desktop toggles the client display between windowed mode and full-screen mode. This is particularly useful when you need to access your local desktop or work with multiple remote sessions simultaneously.

Multiple choice technology
  1. Ctrl + Del

  2. Alt + Del

  3. Ctrl + Alt + End

  4. Alt + Insert

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

Ctrl + Alt + End is the Remote Desktop equivalent of the local Ctrl + Alt + Del sequence, displaying the Windows Security dialog with options to lock the computer, start Task Manager, change password, or log off.

Multiple choice technology
  1. Ctrl + Alt + Pause

  2. Ctrl + Alt + Insert

  3. Ctrl + Insert

  4. Ctrl + Pause

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

The keyboard shortcut Ctrl + Alt + Pause toggles between fullscreen and windowed mode in many applications and virtual machine environments. This combination is particularly useful in virtualization software like VMware or VirtualBox where users frequently switch between fullscreen and windowed display modes.

Multiple choice technology
  1. Ctrl + Del

  2. Alt + Del

  3. Alt + Insert

  4. Ctrl + Insert

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

The Alt + Del keyboard combination displays the Windows menu in certain contexts, particularly in virtual machine environments and some terminal applications. This shortcut is often used to access window management options or system menus in VMware and similar virtualization software.

Multiple choice technology
  1. Ctrl + Alt + Num /

  2. Ctrl + Alt + Num *

  3. Ctrl + Alt + Num -

  4. Ctrl + Alt + Num +

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

In Windows Terminal Services (Remote Desktop), Ctrl+Alt+Num - places a snapshot of the active window on the clipboard. This is a specific keyboard shortcut for terminal services client windows. The other shortcuts serve different purposes: Num * toggles mouse scaling, Num / toggles mouse integration, and Num + captures the entire desktop.

Multiple choice technology
  1. Ctrl + Alt + Num -

  2. Ctrl + Alt + Num *

  3. Ctrl + Alt + Num /

  4. Ctrl + Alt + Num +

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

In Windows Terminal Services, Ctrl+Alt+Num + captures the entire client desktop area to the clipboard. The plus symbol logically represents 'more' or 'full area'. Other shortcuts: Num - captures only the active window, Num * toggles mouse scaling, and Num / toggles mouse integration.

Multiple choice technology operating systems
  1. shebang

  2. Emacs

  3. vi

  4. command line interface

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

Emacs, created by Richard Stallman, is a powerful text editor known for its extensibility and complex keyboard commands. It allows sophisticated text manipulation through typed commands and key combinations.

Multiple choice technology
  1. The shortcut contains the original name and can be used to view the latest output before the report was renamed

  2. The shortcut contains the original name and no longer works because the link to the report is broken.

  3. Cognos Connection automatically updates the report name in the shortcut, and the shortcut remains fully functional

  4. Cognos Connection automatically deletes the shortcut

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

When a report is renamed, any shortcuts pointing to it retain the original report name and the link becomes broken. Shortcuts do not automatically update to reflect the new name.

Multiple choice technology testing
  1. Shift+F3

  2. Shift+F10

  3. Shift+Alt+F3

  4. CTRL+Shift+F3

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

This question appears to be about a specific IDE or tool's keyboard shortcut for analog recording mode (possibly Android Studio or an older Eclipse-based Android tool). Shift+Alt+F3 is the correct answer based on the claimed answer. This is tool-specific knowledge rather than general Android development knowledge.

Multiple choice technology testing
  1. F5

  2. Ctrl+F5

  3. F6

  4. F3

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

In QTP/UFT (Unified Functional Testing), Ctrl+F5 executes the test or action starting from the current step rather than from the beginning. This is useful when debugging and you want to run only a portion of the test. F5 runs from the beginning, F6 is step over, and F3 is typically find/replace.

Multiple choice technology testing
  1. F2

  2. Ctrl+F2

  3. Alt+F2

  4. Shift+F2

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

In QTP/UFT, Shift+F2 opens the Rename Action dialog allowing you to change the name of the current action. This is distinct from F2 (edit cell in data table) and other F2 variants. The rename functionality is important for organizing test actions with meaningful names.

Multiple choice technology testing
  1. Ctrl+T

  2. Ctrl+F7

  3. F7

  4. F8

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

In QTP/UFT, Ctrl+F7 checks the syntax of the current script or test without executing it, highlighting any compilation or syntax errors. This is faster than running the test to catch errors. F7 alone may have different functionality depending on context.