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 storage
  1. True

  2. False

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

EMC's 4th generation arrays (CLARiiON CX4 series) do NOT allow different RAID types on the same drive. Each physical drive can only belong to one RAID group at a time. While the array supports multiple RAID types overall (RAID 0, 1, 5, 6, 10), a specific drive cannot be simultaneously part of different RAID configurations.

Multiple choice technology mainframe
  1. True

  2. False

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

Virtual storage (Virtual Storage Access Method - VSAM) is a widely used access method for datasets in mainframe systems. It provides efficient data organization and access through keyed structures, allowing datasets to be stored in virtual storage.

Multiple choice technology mainframe
  1. Secondary Storage

  2. Tracks

  3. Both

  4. None

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

When the primary space allocation (specified in cylinders) is exhausted, the system allocates secondary space. This secondary space extension is automatically requested by the system when needed, provided secondary space quantity was specified during dataset allocation.

Multiple choice technology
  1. 256MB

  2. 64MB

  3. 128MB

  4. 512MB

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

For 64-bit systems in IBM Content Manager context, the default cache size is 128MB. This provides adequate memory buffer for frequently accessed data while balancing resource usage across the system.

Multiple choice technology storage
  1. MirrorView/A

  2. SnapView

  3. SRDF/AR

  4. TimeFinder

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

EMC CLARiiON storage arrays use MirrorView/A as their remote replication solution for asynchronously replicating data between storage systems. SnapView is for local snapshots, SRDF is for Symmetrix systems, and TimeFinder is also a Symmetrix product. MirrorView/A is specifically designed for CLARiiON-to-CLARiiON replication.

Multiple choice technology storage
  1. Bitmap store and dirty store

  2. Data store and bitmap store

  3. Data store and tag RAM

  4. Tag RAM and dirty store

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

A CPU cache consists of two primary parts: the Data Store, which holds the actual cached data, and the Tag RAM, which stores the physical memory addresses associated with that data.

Multiple choice technology storage
  1. ATA

  2. HBA

  3. HDA

  4. IDE

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

The Head Disk Assembly (HDA) is the sealed internal component of a hard drive that contains the platters (data storage disks) and read/write heads. ATA and IDE are interface standards, while HBA (Host Bus Adapter) is a controller card. Only HDA refers to the internal mechanical assembly with platters and heads.

Multiple choice technology storage
  1. I/Os to source devices

  2. Reads from source devices

  3. Writes to source devices

  4. Writes to target devices

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

In storage array-based remote replication, the system captures write operations to the source devices and replicates them to the target storage array. Reads don't need replication since they don't modify data. The focus is on replicating write I/Os from source to target, which ensures both arrays stay synchronized. The question tests understanding of what data must be replicated for consistency.