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
  1. ePO 4.5 , 4.6(Beta)

  2. ePO 4.0 Ent

  3. ePO 6.0 (Beta)

  4. ePO 8.7i

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

This question is temporally dated. As of 2010, ePO 4.5 was the current version with 4.6 in beta. However, this is historical trivia and not a lasting testing concept. The 'correct' answer reflects what was true in 2010, not current knowledge.

Multiple choice technology testing
  1. F3

  2. SHIFT+ALT+F3

  3. CTRL+SHIFT+F3

  4. F10

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

In HP QuickTest Professional (QTP), the standard keyboard shortcut to start and stop analog recording mode is SHIFT+ALT+F3. This mode records precise mouse movements and keyboard inputs relative to the screen, whereas other function keys like F3 or F10 trigger different application actions.

Multiple choice technology operating systems
  1. edit file /etc/inittab and change value to 5

  2. ctrl + 6

  3. alt + ctrl + del

  4. alt + F1 to F6

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

In Linux systems, virtual consoles can be accessed using key combinations Alt + F1 through Alt + F6. Other options like Ctrl + 6 or Ctrl + Alt + Del (which reboots the system) do not open new virtual consoles, and changing /etc/inittab is configuration, not the direct method of entering them.

Multiple choice technology operating systems
  1. Memory Info

  2. Scroll back and forward through your terminal.

  3. Scroll through your most recent commands.

  4. List the interrupts in use.

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

C is correct because in bash and most Unix shells, up/down arrow keys navigate through command history, scrolling through previously executed commands. A is incorrect - memory info requires commands like 'free' or 'top'. B describes Shift-PageUp/PageDown behavior, not arrow keys. D would require commands like 'cat /proc/interrupts'.

Multiple choice technology databases
  1. It provides format independence

  2. It is used to create screen maps

  3. It provides device independence

  4. It is an assembler program that formats terminal screens.

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

BMS (Basic Mapping Support) is a CICS component for device-independent screen definition, not an assembler program. BMS provides format independence (maps separate from logic) and device independence (same map works for different terminals). Option D incorrectly states BMS is an assembler program - it's actually an interpreter within CICS that processes BMS maps.

Multiple choice technology platforms and products
  1. Thoughworks

  2. Google

  3. Apache

  4. Collabnet

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

CollabNet was the founding company behind Subversion (SVN). Apache hosts the project but doesn't fund it. Thoughtworks (misspelled as 'Thoughworks') and Google are unrelated to SVN's funding history.

Multiple choice technology testing
  1. Shift+Ctrl+F9

  2. Ctrl+Shift+F9

  3. Alt+Shift+F9

  4. Alt+Ctrl+F9

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

Ctrl+Shift+F9 is the standard keyboard shortcut in most IDEs and debugging tools to clear all breakpoints at once. Shift+Ctrl+F9 is functionally the same, but Ctrl+Shift+F9 is the conventional order. Alt combinations are used for other debugging commands.

Multiple choice technology
  1. Crtl+F1+F2

  2. Alt+F5

  3. This is a dumb question

  4. Alt+Ctrl+Delete

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

The Task Manager can be accessed through Ctrl+Shift+Del (or Ctrl+Alt+Delete on some systems), which brings up a security options menu including Task Manager. While Ctrl+Shift+Esc is the direct shortcut, the Ctrl+Alt+Delete combination also works. Option A contains a typo ('Crtl' instead of 'Ctrl') and is not a valid shortcut.

Multiple choice technology
  1. F1

  2. F2

  3. F5

  4. F8

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

The F8 key during Windows startup allows you to access the Advanced Boot Options menu, which lets you step through and control the boot process. This menu provides options like Safe Mode, Safe Mode with Networking, Boot Logging, and Enable Boot Logging, which are essential for troubleshooting startup problems. The other function keys (F1, F2, F5) serve different purposes during boot - F1/F2 typically access BIOS setup, and F5 is not commonly used for boot options in standard Windows installations.

Multiple choice technology architecture
  1. web.xml

  2. application.xml

  3. only a and b

  4. struts-config.xml

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

In MSec v5 applications, task-to-URL mappings are configured in both web.xml (for servlet mappings) and application.xml (for application-level configuration), making 'only a and b' the correct answer. struts-config.xml is for Struts framework specifically.

Multiple choice technology
  1. meeting

  2. conf

  3. netchat

  4. msnetmeet

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

conf is the Windows command executable that launches NetMeeting, Microsoft's legacy conferencing application. The other options (meeting, netchat, msnetmeet) are not valid Windows commands for accessing NetMeeting functionality.