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 databases
  1. pernames.ntf

  2. bookmark.nsf

  3. bookmark.ntf

  4. names.nsf

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

Connection and location documents in Lotus Notes are stored in the names.nsf file, which is the user's personal Name and Address Book (NAB). This file contains all location-specific settings including connection documents for servers, network ports, and replication schedules. The .ntf files are templates, and bookmark.nsf/ntf store different elements entirely.

Multiple choice technology databases
  1. log.nsf

  2. names.nsf

  3. notes.ini

  4. cache.ndk

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

Person documents in Lotus Domino are stored in the Domino Directory, which is the file names.nsf. This database contains all user, group, and server configuration information. log.nsf is for database activity logs, notes.ini is a configuration file, and cache.ndk is a cache file.

Multiple choice technology databases
  1. C:\Users\EmpID\AppData\Local\Lotus\Notes\Data

  2. C:\Users\Emp ID\IBM\RCP

  3. c:\IBM\Sametime\Notes

  4. C:\Windows\System32\Local\Lotus\Notes\Data

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

On Windows 7 and later, Lotus Notes stores user data in the AppData directory structure under the user's profile. The path C:\Users\EmpID\AppData\Local\Lotus\Notes\Data is the standard location where notes.ini, user data, bookmarks, and configuration files are stored. The other paths are either incorrect or for different IBM products.

Multiple choice technology databases
  1. True

  2. False

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

Emails in Lotus Notes are stored in .nsf database files (mail databases), not in .id files. ID files contain user security certificates and encryption keys, not email data. Option B correctly states this is false.

Multiple choice technology databases
  1. More--> Out of Office/ Tools--> Out of Office

  2. File ---> Preferences—Basics – Out of office

  3. Actions—Settings ---> Out of Office

  4. File--> Locations-->Manage Locations-->More-->Preferences-->OOO

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

In Lotus Notes, Out of Office is typically accessed through the 'More' menu or 'Tools' menu depending on the version. Option A correctly identifies the navigation path through More/Tools menus.

Multiple choice technology
  1. workspace

  2. Navigator item

  3. managed system

  4. the hub monitoring server

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

A situation must be associated with a Navigator item to display its event icon in the Tivoli Enterprise Portal. The Navigator provides the hierarchical view where situation status indicators appear. Workspaces display data but don't control icon visibility.

Multiple choice technology
  1. It allows the attributes used within the situation formula to be highlighted in the Situation Event Console.

  2. It allows the situation to look at other rows in the sampling and open more events if other rows qualify.

  3. It creates a workspace link to a Situation Event Details view for that situation when the situation evaluates true.

  4. It causes the situation to send OPEN and CLOSED status messages to the Universal Message Console view based on the evaluation of predefined attributes within the Advanced options menu.

Reveal answer Fill a bubble to check yourself
B Correct answer
Multiple choice technology enterprise content management
  1. True

  2. False

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

When modifying nested elements (grandchildren) in the framework's layer system, you must copy the entire parent child element that contains the grandchild to your custom application layer. This maintains the structural integrity and allows proper override of the nested configuration.

Multiple choice technology enterprise content management
  1. True

  2. False

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

Extending components from the webtop layer does not always require copying elements to the custom layer. The framework likely provides alternative extension mechanisms such as inheritance, references, or override methods that don't necessitate direct copying, allowing for more flexible and maintainable customizations.

Multiple choice technology
  1. Administrator

  2. Manager

  3. Designer

  4. Director

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

The Administrator client component in DataStage is used to import and export projects and view or edit repository contents. The Administrator handles project-level administrative tasks including moving projects between repositories. The Manager is for job scheduling, Designer for job development, and Director for job monitoring and execution.

Multiple choice technology packaged enterprise solutions
  1. Function Specification

  2. Test Script

  3. User requirements

  4. Issue log

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

Mercury system is Kraft's document management platform. Test Scripts are uploaded to Mercury for QA tracking and version control. Functional Specifications and User Requirements typically go through different approval workflows (Specification documents), while Issue Logs are tracked in separate issue management systems, not primarily uploaded as documents to Mercury.

Multiple choice technology packaged enterprise solutions
  1. QM01

  2. QM02

  3. QM03

  4. QM04

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

Control key QM04 is used in work centers for quality management integration in SAP. This control key determines how inspection operations are processed and linked to the work center, enabling automatic inspection lot creation and processing. QM01, QM02, and QM03 are other control keys with different inspection characteristics.

Multiple choice technology web technology
  1. allowCtrlSelections

  2. allowMultipleSelections

  3. selectedIndices

  4. selectedItem

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

The allowMultipleSelections property enables users to select multiple items from a List control, typically using Ctrl-click for non-contiguous selection or Shift-click for ranges. selectedIndices returns the indices of selected items, while selectedItem returns a single selection.

Multiple choice technology enterprise content management
  1. Document View

  2. Search

  3. Process list

  4. Initiate Process

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

Forms Builder in Taskspace can configure Document Views (customizing how documents display), Search components (defining search layouts and filters), and Initiate Process interfaces (designing process launch forms). However, Process List displays are typically configured through Taskspace's task management configuration, not Forms Builder. The Process List shows running tasks and their status, which is a runtime UI component separate from form design.