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. Ctrl+R

  2. Ctrl+S

  3. Ctrl+N

  4. Ctrl+F

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

Ctrl+R is the universal Outlook keyboard shortcut for replying to the selected message. This快捷键 opens a reply window to the sender, making email responses faster without navigating through menus.

Multiple choice technology platforms and products
  1. Start in level 9 debug mode but does not write any server log information

  2. Start in level 9 debug mode and write all server log information to the screen

  3. Start in level 9 debug mode and write all of the server log information to the Unix syslog or NT event log

  4. There is no level 9 debug mode so the server will fail to start

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

The -debug 9 parameter starts the webMethods Integration Server in level 9 debug mode, and -log none redirects the server log output to standard output (the screen) instead of writing it to the standard log file.

Multiple choice technology platforms and products
  1. webMethods6\IntegrationServer\lib

  2. webMethods6\IntegrationServer\lib\jars

  3. webMethods6\IntegrationServer\bin\jars

  4. webMethods6\IntegrationServer\bin

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

In webMethods Integration Server, external Java classes such as JDBC driver JAR files must be placed in the webMethods6\IntegrationServer\lib\jars directory so they are automatically loaded into the server's classpath upon startup.

Multiple choice technology
  1. rename

  2. erase

  3. open

  4. delete

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

Among the file operations listed, 'erase' is the odd one out because it is a DOS/Windows command, while 'rename', 'open', and 'delete' are common Unix/Linux commands. The Unix equivalent of 'erase' is 'rm' (remove). This tests knowledge of cross-platform command differences.

Multiple choice technology platforms and products
  1. View appointments in a customized table instead of the calendar.

  2. Resize the font for the time labels.

  3. Change time scale in the Day view.

  4. None of these

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

Outlook's Day view time scale can be customized to show intervals as small as 5-15 minutes instead of the default 30-minute blocks. This is done through the time scale setting, not by changing fonts or switching to table view.

Multiple choice technology platforms and products
  1. Add each sender to the Blocked Senders List.

  2. Add the senders to the Safe Senders List.

  3. Add the "@humongousinsurance.com" domain to your Blocked Senders List.

  4. None of these

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

The Blocked Senders List can filter by domain, not just individual email addresses. Adding @humongousinsurance.com to the Blocked Senders List will automatically filter all emails from that domain, which is much more efficient than adding individual senders.

Multiple choice technology platforms and products
  1. No, because you may get questions from your e-mail provider about the change in activity for your account.

  2. Who cares? Clicking the link will have no effect at all.

  3. No, because clicking that link tells Humongous Insurance that your e-mail address is working.

  4. None of these

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

Clicking unsubscribe links in spam emails often confirms to the spammer that your email address is active and monitored, which can lead to MORE spam rather than less. Legitimate companies honor unsubscribe requests, but spammers use it as a verification technique.

Multiple choice technology web technology
  1. C++

  2. Java

  3. Pearl

  4. c

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

Documentum Content Server (formerly Documentum 5.x/6.x) is primarily written in C++ for performance. Option C 'Pearl' is a typo for Perl, which is not the correct language.

Multiple choice technology
  1. Unhides columns in the selection

  2. Inserts the argument names and parentheses for the function (after you type a valid function name in a formula)

  3. Selects direct precedent cells

  4. Hides columns

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

The Ctrl+Shift+) keyboard shortcut in Excel unhides any hidden columns within the selected range. This is useful when you've hidden columns for presentation purposes and need to reveal them again. The other shortcuts described (Ctrl+A for function arguments, Ctrl+[ for precedents, Ctrl+0 to hide) use different key combinations.

Multiple choice technology
  1. Enters the current time

  2. Equivalent to Undo

  3. Equivalent to Insert ? Links ? Hyperlink

  4. Closes the window

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

The Ctrl+: (Ctrl+semicolon) keyboard shortcut in Excel enters the current time into the selected cell. This is useful for timestamping data entries. The other options (Ctrl+Z for Undo, Ctrl+K for Hyperlink, Alt+F4 for Close) use different key combinations.