Computer Knowledge

Computer Memory and Storage

2,477 Questions

Computer memory and storage questions test foundational knowledge of hardware, cache mapping, and data transfer mechanisms. Key areas include Direct Memory Access, analog recording, and RAID levels. This section is essential for candidates preparing for banking and government computer proficiency tests.

Cache memory mappingDirect memory accessRAID storage levelsHard disk technologyOptical media storageMemory addresses

Computer Memory and Storage Questions

Multiple choice technology databases
  1. an integrated file system only

  2. A mirroring technology only

  3. an integrated file system with a volume manager

  4. A Volume manager only

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

ASM (Automatic Storage Management) is Oracle's storage management solution that combines both a file system and a volume manager. It simplifies database storage by managing disk space and file placement automatically.

Multiple choice technology databases
  1. Buffer cache

  2. Library cache

  3. Shared pool

  4. Program Global Area

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

The Shared Pool in the SGA contains the Library Cache, which itself contains the dictionary cache storing data dictionary information. Buffer cache stores database blocks, and PGA is private memory per server process.

Multiple choice technology databases
  1. Sort area

  2. Program Global Area

  3. Library cache

  4. Large pool

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

Library Cache and Large Pool are shared memory structures in the SGA. Library Cache stores parsed SQL and PL/SQL, while Large Pool is for memory allocations like RMAN and parallel operations. PGA (Program Global Area) and Sort Area are private per process.

Multiple choice technology databases
  1. Sort area

  2. Program Global Area

  3. Library cache

  4. Large pool

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

Library Cache and Large Pool are shared memory structures in the SGA. Library Cache stores parsed SQL and PL/SQL, while Large Pool is for memory allocations like RMAN and parallel operations. PGA (Program Global Area) and Sort Area are private per process.

Multiple choice technology mainframe
  1. Tape is faster than DASD

  2. DASD is faster than cache

  3. Real memory is faster than DASD

  4. Optical storage is faster than cache

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

To solve this question, the user needs to know about the relative access speed for different storage types.

Now, let's go through each option and explain why it is right or wrong:

A. Tape is faster than DASD: This option is incorrect. DASD (Direct Access Storage Device) is faster than tape. Tape is a sequential access storage device, which means that data can only be accessed in a linear sequence, from the beginning to the end of the tape. On the other hand, DASD is a random access storage device, which means that data can be accessed directly and in any order.

B. DASD is faster than cache: This option is incorrect. Cache is faster than DASD. Cache is a type of high-speed memory that is used to store frequently accessed data. It is located between the CPU and the main memory (RAM) and is designed to improve system performance by reducing the number of accesses to slower storage devices such as DASD.

C. Real memory is faster than DASD: This option is correct. Real memory (also known as main memory or RAM) is faster than DASD. Real memory is used by the CPU to store data and instructions that are currently being executed. It is faster than DASD because it can be accessed directly by the CPU without the need for a mechanical arm to move to a specific location.

D. Optical storage is faster than cache: This option is incorrect. Cache is faster than optical storage. Optical storage devices, such as CD-ROMs and DVDs, are slower than cache and are typically used for long-term storage of data that is not frequently accessed.

Therefore, the correct option is:

The Answer is: C. Real memory is faster than DASD.

Multiple choice technology mainframe
  1. VSAM RRDS

  2. Sequential data set

  3. Partitioned data set

  4. VSAM Indexed data set

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

To solve this question, the user needs to have an understanding of z/OS data set organizations and their similarities to other file systems. Specifically, the user needs to know what a UNIX directory is and which z/OS data set organization is most similar to it.

A UNIX directory is a file system structure that stores files and other directories. It uses a hierarchical structure with a single root directory, and each directory can contain other directories or files. The directories are organized in a tree-like structure, with the root directory at the top and the leaves at the bottom.

Now, let's go through each option and explain why it is right or wrong:

A. VSAM RRDS: This option is not correct. VSAM RRDS (Relative Record Data Set) is a type of VSAM data set that organizes data into fixed-length records. It is not organized like a UNIX directory.

B. Sequential data set: This option is not correct. A sequential data set is a type of z/OS data set that contains records in sequential order. It is not organized like a UNIX directory.

C. Partitioned data set: This option is correct. A partitioned data set (PDS) is a type of z/OS data set that can contain multiple members, each of which is like a separate file. The PDS structure is similar to a UNIX directory, with the members being like files and the PDS itself being like a directory.

D. VSAM Indexed data set: This option is not correct. A VSAM Indexed data set is a type of VSAM data set that organizes data using a key and index. It is not organized like a UNIX directory.

Therefore, the correct answer is:

The Answer is: C

Multiple choice technology mainframe
  1. Tape is faster than DASD

  2. DASD is faster than cache

  3. Real memory is faster than DASD

  4. Optical storage is faster than cache

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

The IBM z9 storage hierarchy ranks by access speed: CPU registers/cache are fastest, followed by real memory, then DASD (Direct Access Storage Device - disk), with tape and optical being slowest. Real memory operates at nanosecond speeds while DASD operates at millisecond speeds, making real memory significantly faster than DASD.

Multiple choice technology mainframe
  1. VSAM RRDS

  2. Sequential data set

  3. Partitioned data set

  4. VSAM Indexed data set

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

A Partitioned Data Set (PDS) organizes multiple members within one data set, similar to how a UNIX directory contains multiple files. Each member has a unique name and can be accessed individually. VSAM and sequential organizations don't provide this hierarchical structure.

Multiple choice technology mainframe
  1. z/OS

  2. PR/SM

  3. Virtual Storage

  4. Coupling Facility

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

To answer this question, the user needs to have knowledge about mainframe hardware and operating systems.

The facility that allows mainframes to be partitioned into LPARs (Logical Partitions) is PR/SM (Processor Resource/Systems Manager).

Option A: z/OS is an operating system used on IBM mainframes. While it provides a range of services for running applications on mainframes, it is not the facility that allows for LPAR partitioning.

Option B: PR/SM is the correct answer. It is a firmware that provides the ability to create LPARs, which are virtualized instances of a mainframe that allow multiple operating systems to run concurrently on a single physical machine.

Option C: Virtual Storage is a feature of the z/OS operating system that provides virtual memory management. It is not the facility that allows for LPAR partitioning.

Option D: Coupling Facility is a hardware component used in parallel sysplex configurations to provide high-speed communications and data sharing between multiple mainframes. It is not the facility that allows for LPAR partitioning.

Therefore, the answer is:

The Answer is: B. PR/SM

Multiple choice technology mainframe
  1. LPAR (Logical Partition)

  2. ASM (Auxiliary Storage Manager)

  3. APF (Authorized Program Facility)

  4. PR/SM (Processor Resource / System Manager)

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

Storage protect keys restrict access to protected storage areas. APF (Authorized Program Facility) marks certain programs as authorized, allowing them to bypass these protection mechanisms when necessary for system operations. LPAR and PR/SM relate to logical partitioning, not storage protection.

Multiple choice technology programming languages
  1. 3

  2. 0

  3. 1

  4. no disk required

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

For multiplexed redo logs with redundancy, you need at minimum 3 disks - each member of each redo log group should be on a separate disk to protect against disk failure. With 2 groups and 3 members each, multiplexing requires 3 distinct disks to ensure no single disk failure causes loss of all members of any log group.

Multiple choice technology mainframe
  1. visual transaction access method

  2. Virtual telecommunication access method

  3. virtual tele access method

  4. None

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

VTAM (Virtual Telecommunication Access Method) is IBM's protocol for communication between computers in a network. It handles how data is transmitted across telecommunication lines.

Multiple choice technology
  1. write memory

  2. memory

  3. write saved

  4. save config

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

In Cisco IOS and similar network systems, 'write memory' (often abbreviated as 'wr') is the legacy command to save the running configuration to NVRAM. The command 'save config' is also valid in some systems as a way to persist configuration changes to non-volatile storage. The other options 'memory' and 'write saved' are either incomplete commands or incorrect syntax for this purpose.