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
-
Bt1.Text = @”Go”;
-
Bt1.Text = “&Go”;
-
Bt1.Text = “&&Go”;
-
Bt1.Text = “@Go”;
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.
B
Correct answer
Explanation
alt-t is NOT the keyboard shortcut for adding ports in a transformation. The correct shortcut varies by transformation type, but alt-t typically performs other functions. Common shortcuts involve right-click menus or other key combinations.
-
Reflection
-
COM/DCOM
-
mime types
-
XML
-
Sockets
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.
-
Insert, Delete and Update
-
Select, Insert, Delete
-
Select, Update, Insert
-
None of the above
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.
-
Fixed Query
-
SQL Query
-
Xacute Query
-
TAG Query
C
Correct answer
Explanation
Xacute queries in SAP MII are specifically designed to retrieve transaction output from the MII system. While SQL queries work with databases, Xacute is the native mechanism for getting transaction results in MII's context.
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.
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.
-
Low-Level Recording Mode
-
Analog Mode
-
Normal recording Mode
-
All the above
-
None of the above
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.
-
Object Repository
-
Object Repository Manager
-
Object Spy
-
Object Property
-
The Object Checker
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.
-
Ctrl + V
-
Ctrl + D
-
Ctrl + P
-
Ctrl + N
B
Correct answer
Explanation
In spreadsheet applications like Excel, Ctrl+D (Down) copies the content and formatting from the cell directly above to the selected cell(s) below. Ctrl+V is for paste, Ctrl+P is print, and Ctrl+N creates a new workbook.
-
Alt + Page Up
-
Alt + Page Down
-
Alt + Home
-
Alt + Insert
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.
-
Ctrl + Alt + Break
-
Ctrl + Insert
-
Alt + Insert
-
Ctrl + Alt + End
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.
-
Ctrl + Home
-
Alt + Home
-
Alt + Del
-
Ctrl + Alt + End
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.
-
Alt + Page Down
-
Ctrl + Alt + Pause
-
Ctrl + Alt + End
-
Ctrl + Alt + Break
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.
-
Ctrl + Del
-
Alt + Del
-
Ctrl + Alt + End
-
Alt + Insert
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.