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 general knowledge science & technology
  1. True

  2. False

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

In the Joe editor (a lightweight text editor for Unix), the keyboard shortcut Ctrl+K followed by P moves the cursor to the top window when working with split windows. This is part of Joe's set of window management commands that allow users to navigate between multiple split panes efficiently. The Ctrl+K prefix activates Joe's command mode, and P is the specific command for positioning to the top window.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

In the Joe editor, the command to mark the end of a block (for text selection or blocking operations) is actually Ctrl+K followed by B, not Ctrl+K followed by L. Ctrl+K,B marks the beginning of a block and Ctrl+K,K marks the end of a block - this pair of commands is used to define a text block for operations like copying, moving, or deleting. The statement incorrectly claims that Ctrl+K,L is used for this purpose.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

In the vi editor, the command :qall (quit all) is used to close all buffers and exit the editor. This command is particularly useful when you have multiple files open simultaneously and want to close them all at once. It's different from :qa which also quits all, and :q! which quits the current window discarding changes. The :qall command will fail if any buffers have unsaved changes, requiring :qall! to force quit.

Multiple choice general knowledge
  1. Ctrl+uparrow

  2. shift+uparrow

  3. alt+shift+uparrow

  4. Ctrl + Shift + uparrow

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

The question has a typo but refers to moving members in the class hierarchy. The standard Eclipse shortcut to move lines/members up is Alt+Arrow Up, but Ctrl+Shift+Up Arrow can also be used in certain contexts for element movement.

Multiple choice general knowledge
  1. Ctrl + Backspace

  2. Ctrl + Delete

  3. Ctrl + Shift + Delete

  4. Ctrl + D

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

Ctrl+Backspace deletes the entire word to the left of the cursor, not just individual characters. Ctrl+Delete deletes the word to the right, and Ctrl+D selects the next occurrence of the current word.

Multiple choice general knowledge
  1. ctrl+F6

  2. ctrl+F8

  3. ctrl+F10

  4. ctrl+F1

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

Ctrl+F8 in Eclipse switches between open perspectives, which are different collections of views and editors organized for specific tasks. This is distinct from switching between individual editors or views.

Multiple choice general knowledge
  1. ctrl+shift+\

  2. ctrl+shift+/

  3. alt+/

  4. ctrl+\

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

In most code editors and IDEs, ctrl+shift+/ is the standard keyboard shortcut to create or remove block comments around selected text. This shortcut works universally across popular editors like VS Code, Sublime Text, and many JetBrains IDEs. The other options listed are not standard shortcuts for creating block comments.

Multiple choice general knowledge
  1. resting on the desk

  2. wrists arched upward

  3. straight across, not resting

  4. it doesn't matter

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

Proper wrist position while typing is straight across, not resting on surfaces or arching upward. Resting wrists or arching them can lead to strain and repetitive stress injuries. The neutral wrist position is key.

Multiple choice general knowledge
  1. Start Menu

  2. Scroll Bar

  3. Desktop

  4. Notification area of the tray

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

The Windows taskbar displays the current time in the Notification Area (also called System Tray) on the right side of the taskbar. This area also shows system icons and notifications.

Multiple choice general knowledge
  1. click on the Help menu in the menu bar

  2. click on the Taskbar

  3. press ALT + ENTER

  4. click on the Start menu and then on Help or Help and Support

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

To solve this question, the user needs to have basic knowledge of Windows operating system. The user should understand the different areas of the Windows interface and how to navigate them to find the help they need.

Now, let's go through each option and explain why it is right or wrong:

A. click on the Help menu in the menu bar: This option is applicable to many applications and programs, but not for Windows itself. This option is incorrect.

B. click on the Taskbar: The taskbar is a part of the Windows interface that allows you to launch and switch between applications. It does not provide help for Windows itself. This option is incorrect.

C. press ALT + ENTER: This command is used to display the properties of the selected item, such as a file or folder. It does not provide help for Windows itself. This option is incorrect.

D. click on the Start menu and then on Help or Help and Support: This option is correct. The Start menu is the central location for accessing different features of Windows. The Help or Help and Support option is usually located within the Start menu, and provides assistance for using Windows itself.

Therefore, the answer is: D. click on the Start menu and then on Help or Help and Support.