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 programming languages
  1. Bt1.Text = @”Go”;

  2. Bt1.Text = “&Go”;

  3. Bt1.Text = “&&Go”;

  4. Bt1.Text = “@Go”;

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

In Windows Forms, the ampersand (&) character before a letter creates an access key (shortcut). Writing "&Go" makes ALT+G trigger the button. The @ prefix in option A is for verbatim strings in C# and doesn't create shortcuts. Using && (option C) would display a literal ampersand. Option D uses @ incorrectly in this context.

Multiple choice technology web technology
  1. Reflection

  2. COM/DCOM

  3. mime types

  4. XML

  5. Sockets

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

Internet Explorer relies on Multipurpose Internet Mail Extensions (MIME types) to identify and handle different content types, facilitating the download and execution of managed browser-based controls.

Multiple choice technology
  1. Insert, Delete and Update

  2. Select, Insert, Delete

  3. Select, Update, Insert

  4. None of the above

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

iCommand queries in MII are used for data manipulation operations: Insert, Delete, and Update. Select operations are handled by different query types (Xacute, SQL, TAG). The answer correctly identifies iCommand's DML (Data Manipulation Language) purpose.

Multiple choice technology testing
  1. True

  2. False

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

4Test is indeed the proprietary scripting language used in SilkTest (formerly Segue SilkTest, now Borland SilkTest), a functional testing tool. 4Test is an object-oriented language designed specifically for test automation, with features for GUI testing and test case management.

Multiple choice technology testing
  1. True

  2. False

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

Apache JMeter is an open-source Java-based tool designed for load testing and performance measurement. It simulates heavy user loads on applications, servers, and networks to test performance under stress. JMeter supports various protocols including HTTP, JDBC, JMS, and SOAP, making it widely used for performance and load testing.

Multiple choice technology testing
  1. Low-Level Recording Mode

  2. Analog Mode

  3. Normal recording Mode

  4. All the above

  5. None of the above

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

Low-Level Recording records mouse clicks and keyboard actions using absolute screen coordinates, which is useful when QuickTest does not recognize standard objects. Analog recording tracks continuous movements like drawing, while Normal recording relies on identifying specific GUI objects. Therefore, Low-Level recording is the correct choice here.

Multiple choice technology web technology
  1. Object Repository

  2. Object Repository Manager

  3. Object Spy

  4. Object Property

  5. The Object Checker

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

Object Spy is the QTP/UFT tool specifically designed to investigate and view object properties, methods, and hierarchy. When you point Object Spy at an object in your application, it displays all the test object and runtime object properties, operations, and identification information. Object Repository and Object Repository Manager are for managing stored objects, not for ad-hoc investigation.

Multiple choice technology
  1. Alt + Page Up

  2. Alt + Page Down

  3. Alt + Home

  4. Alt + Insert

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

In Windows Remote Desktop sessions, Alt + Page Up switches between applications in the left-to-right direction. This is specific to RDP client keyboard mapping and differs from standard Windows Alt+Tab behavior.

Multiple choice technology
  1. Ctrl + Alt + Break

  2. Ctrl + Insert

  3. Alt + Insert

  4. Ctrl + Alt + End

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

Alt + Insert in Remote Desktop sessions cycles through running programs in the order they were launched, providing an alternative to Alt+Tab that respects startup sequence rather than recent usage.

Multiple choice technology
  1. Ctrl + Home

  2. Alt + Home

  3. Alt + Del

  4. Ctrl + Alt + End

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

In Windows Remote Desktop sessions, Alt + Home brings up the Start menu, providing access to programs and system features when the local keyboard's Windows key might not be available or forwarded properly.

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.