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. Persistent

  2. Non Persistent

  3. cant say

  4. dont know

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

Persistent objects in Documentum are those stored in the RDBMS and survive beyond the session that created them. These objects maintain their state and data in the database, allowing them to be retrieved and used across different user sessions and server restarts.

Multiple choice technology
  1. Three

  2. Two

  3. Four

  4. One

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

Each persistent object in Documentum is represented by two tables in the RDBMS: one table stores the object's type-specific attributes (custom fields), while another table stores system attributes like object ID, creation date, and owner information common to all objects.

Multiple choice technology databases
  1. network

  2. relational

  3. hierarchical

  4. object-oriented

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

IMS DB uses hierarchical database management, organizing data in a tree structure with parent-child relationships. This is faster than network or relational models for certain access patterns.

Multiple choice technology databases
  1. multiple DBD s for each database

  2. none of these

  3. cannot be used by DL/I

  4. created by a process called DBDGEN

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

A Database Description (DBD) defines the physical structure of an IMS database and is compiled using the DBDGEN utility. There is one DBD per physical database, and it is required by DL/I to interpret the database structures.

Multiple choice technology databases
  1. To provide the database name

  2. To name the fields in the DBD

  3. To tell the program the data field segment sense sizes during any process stage

  4. To identify the segments in the database to which the application program is sensitive

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

The SENSEG (Sensitive Segment) statement in a PSB identifies which database segments the application program is sensitive to and can access. It specifies the segment name (NAME), its parent in the hierarchy (PARENT), and the processing options (PROCOPT) permitted on that segment. It does not provide database names, field names within DBD, or segment sense sizes.

Multiple choice technology testing
  1. AppFocus

  2. Focus

  3. AppActivate

  4. Activate

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

AppActivate is the method used to set focus on a specific application window before using SendKeys. It takes the window title or handle as a parameter. AppFocus and Focus are not valid VBScript methods for this purpose. Activate alone is not the correct method name.

Multiple choice technology programming languages
  1. ENTER key is hit on the selection-screen

  2. F8 key is hit on the selection-screen

  3. Any field on selection-screen is populated

  4. F4 key is hit on the selection-screen

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

AT-SELECTION-SCREEN is triggered by F8 (Execute button) and when any field is populated (data entry). The ENTER key doesn't specifically trigger this event in standard SAP behavior, and F4 is for input help (value request), not selection-screen processing.

Multiple choice technology
  1. now

  2. sum

  3. then

  4. average

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

NOW() is a volatile Excel function because its value changes whenever the worksheet recalculates, even if no inputs change. Volatile functions automatically recalculate every time any cell is modified. SUM, THEN (not a real function), and AVERAGE are non-volatile.

Multiple choice technology packaged enterprise solutions
  1. A. Full Retirement

  2. B. Partial Retirement

  3. C. Reinstate retirement

  4. D. All of the above

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

The Retirements workbench in asset management systems supports multiple retirement types: Full Retirement (complete disposal of asset), Partial Retirement (retiring a portion of cost or quantity), and Reinstate Retirement (undoing a prior retirement). All three operations are available through this workbench.

Multiple choice technology packaged enterprise solutions
  1. Cancel

  2. Close

  3. Delete

  4. Cancel and Finally Close

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

Through the Document Control window in Oracle Purchasing, the valid control actions for requisitions are 'Cancel' and 'Finally Close'. Requisitions cannot be simply closed or deleted from this control menu once they are in process.