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
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.
C
Correct answer
Explanation
The root directory '/' is the starting point of the Unix file system hierarchy. All other directories and files are contained within it, either directly or through subdirectories.
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.
-
Secondary Storage
-
Tracks
-
Both
-
None
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.
-
Hot backup
-
Online backup
-
consistent backup
-
incremental backup
-
inconsistent backup
C
Correct answer
Explanation
In NOARCHIVELOG mode, you can only perform consistent backups (cold backups) while the database is shut down cleanly. Hot or online backups are not possible because redo logs are not archived.
-
The DS name and DISP
-
Volume Serial Number
-
SPACE & LRECL
-
LRECL
B
Correct answer
Explanation
DISP KEEP retains a dataset on a specific volume. To access it later, you must provide the Volume Serial Number (volser) because the dataset is not cataloged and exists only on that specific volume.
-
Storage System
-
Migration Policy
-
Migration Policy + Storage System
-
Migration Policy + Storage Group
D
Correct answer
Explanation
In IBM Content Manager, a workstation collection is defined by combining a Migration Policy and a Storage Group, which dictates how and where files are stored and migrated.
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.
-
MirrorView/A
-
SnapView
-
SRDF/AR
-
TimeFinder
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.
-
Concatenating
-
Formatting
-
Partitioning
-
Striping
B
Correct answer
Explanation
Formatting is the process of preparing a data storage device for initial use, which includes writing physical address information (sectors and tracks) to the disk.
A
Correct answer
Explanation
Content Addressed Storage (CAS) is a specialized storage technology designed specifically for storing fixed, unchanging content, ensuring data integrity and retention compliance.
-
Bitmap store and dirty store
-
Data store and bitmap store
-
Data store and tag RAM
-
Tag RAM and dirty store
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.
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.
-
I/Os to source devices
-
Reads from source devices
-
Writes to source devices
-
Writes to target devices
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.
-
Jukebox
-
Optical disk
-
Tape
-
Magnetic Disk
D
Correct answer
Explanation
Magnetic disks provide random access to data with extremely low latency, making data far more accessible compared to sequential tape storage or optical jukeboxes.