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
A
Correct answer
Explanation
Flash memory is indeed a type of EEPROM (Electrically-Erasable Programmable Read-Only Memory). Unlike traditional EEPROM that erases byte-by-byte, flash memory erases in blocks, making it faster and more suitable for bulk storage operations.
A
Correct answer
Explanation
USB 3.0 is designed with backward compatibility, meaning it works with older USB 2.0 and USB 1.1 devices and cables. When you plug a USB 2.0 device into a USB 3.0 port, it will function at USB 2.0 speeds. This compatibility is a key feature of the USB specification.
-
File level access
-
Block level access
-
Direct disk access
-
Logical block address access
A
Correct answer
Explanation
NAS (Network Attached Storage) provides file-level access to data over a network, using file sharing protocols like NFS or SMB. Clients access files as if they were local. Block-level access is characteristic of SAN (Storage Area Network) systems, not NAS.
-
LUN masking
-
Port zoning
-
Mixed zoming
-
WWN zoning
A
Correct answer
Explanation
LUN (Logical Unit Number) masking is done at the storage array level to control which specific LUNs each HBA can access. Since zoning (at the switch level) already allows all 3 HBAs to reach the same port, you need LUN masking to restrict which storage devices each HBA can actually use. Option C also has a typo ('zoming' instead of 'zoning').
B
Correct answer
Explanation
DAS (Direct Attached Storage) is the correct answer because it refers to storage devices directly connected to a server, such as through SCSI, SATA, or SAS cables. NAS (Network Attached Storage) connects over a network, SAN (Storage Area Network) provides block-level storage access to multiple servers, and SLS is not a standard storage architecture term.
-
Parity
-
Striping
-
Mirroring
-
Clustering
C
Correct answer
Explanation
Mirroring is correct because it writes identical data to two disks simultaneously, creating an exact copy for redundancy. Parity uses mathematical schemes across multiple disks, striping spreads data across disks without redundancy, and clustering refers to multiple servers working together, not disk-level redundancy.
-
Striping
-
Mirroring
-
Parity
-
Clustering
B
Correct answer
Explanation
Mirroring (RAID 1) is correct because it provides fault tolerance through disk duplication and maintains full performance on drive failure - the remaining disk continues serving requests at normal speed. Parity-based RAID (like RAID 5) suffers significant performance degradation during rebuild as it reconstructs data from parity information.
-
File level access
-
Block level access
-
Direct disk access
-
Logical block address access
A
Correct answer
Explanation
NAS (Network Attached Storage) provides file-level access to clients over a network, allowing multiple users to share files. SAN provides block-level access, and direct disk or LBA access are not NAS characteristics.
-
LUN masking
-
Port zoning
-
Mixed zoming
-
WWN zoning
A
Correct answer
Explanation
LUN masking controls which HBA can access specific storage LUNs (Logical Unit Numbers) at the storage array level, restricting access even when multiple HBAs are zoned to the same port. WWN zoning works at the switch level but doesn't restrict LUNs within the port.
B
Correct answer
Explanation
DAS (Direct Attached Storage) refers to storage directly connected to a server, not networked. NAS and SAN are networked storage architectures, and SLS is not a standard storage term.
-
Parity
-
Striping
-
Mirroring
-
Clustering
C
Correct answer
Explanation
Mirroring (RAID 1) writes identical data to two disks simultaneously, providing redundancy through duplication. Striping spreads data across disks, parity calculates redundancy data, and clustering involves multiple servers.
-
Striping
-
Mirroring
-
Parity
-
Clustering
B
Correct answer
Explanation
Mirroring (RAID 1) provides fault tolerance by duplicating data on paired disks, allowing continued operation with no performance degradation when one drive fails. Striping has no fault tolerance, parity adds performance overhead during rebuild, and clustering is unrelated.
-
Parity
-
Striping
-
Mirroring
-
Clustering
B
Correct answer
Explanation
Striping in RAID distributes data across multiple disks, allowing simultaneous read/write operations which significantly improves performance. Parity provides redundancy, mirroring creates identical copies for fault tolerance, and clustering combines multiple systems - none of these primarily improve performance through data distribution.
-
Improves performance
-
Provides data redundancy
-
Stores multiple identical copies of data
-
None of the above
B
Correct answer
Explanation
Parity RAID's main benefit is data redundancy - it uses parity information to reconstruct data if a disk fails. While it can provide some performance benefits, that's not the primary purpose (striping does that). Mirroring stores multiple copies (not parity's approach), and parity RAID definitely provides value.
-
Cooling fan
-
Hard drive
-
Network interface card
-
Processor
B
Correct answer
Explanation
In RAID (Redundant Array of Independent Disks), multiple hard drives work together to provide performance improvements and/or redundancy. The hard drives themselves are the redundant component - data is spread across them so that if one fails, data can be reconstructed from the others. Processors, NICs, and fans can be redundant in other contexts but are not core to RAID.