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
Which of the following is not a type of memory?
-
Short-term memory
-
Long-term memory
-
Working memory
-
Forgetting
D
Correct answer
Explanation
Forgetting is not a type of memory.
Which of the following is a type of non-volatile memory that retains data even when power is lost?
-
RAM
-
ROM
-
Flash Memory
-
Cache Memory
C
Correct answer
Explanation
Flash Memory is a type of non-volatile memory that uses NAND flash technology to store data. It is commonly used in USB drives, solid-state drives (SSDs), and memory cards.
Which storage device is known for its high capacity and low cost per gigabyte?
-
Hard Disk Drive (HDD)
-
Solid-State Drive (SSD)
-
Magnetic Tape
-
Optical Disc
A
Correct answer
Explanation
Hard Disk Drives (HDDs) are traditional storage devices that use spinning disks to store data. They offer high capacity and low cost per gigabyte, making them suitable for storing large amounts of data.
Which data access method allows for direct access to data at any location on the storage device?
-
Sequential Access
-
Random Access
-
Indexed Access
-
Hashing
B
Correct answer
Explanation
Random Access allows for direct access to data at any location on the storage device. This means that data can be retrieved in any order, regardless of its physical location.
What is the technique used to improve the performance of data access by storing frequently used data in a faster storage medium?
-
Caching
-
Buffering
-
Prefetching
-
Shadowing
A
Correct answer
Explanation
Caching is a technique used to improve data access performance by storing frequently used data in a faster storage medium, such as RAM. This allows for quicker access to commonly requested data.
Which storage management technique involves dividing a large storage device into smaller, logical units?
-
Partitioning
-
RAID
-
Deduplication
-
Compression
A
Correct answer
Explanation
Partitioning is a storage management technique that involves dividing a large storage device into smaller, logical units called partitions. This allows for better organization and management of data.
What is the process of removing duplicate copies of data from a storage system called?
-
Deduplication
-
Compression
-
Replication
-
Mirroring
A
Correct answer
Explanation
Deduplication is the process of removing duplicate copies of data from a storage system. This helps to save storage space and improve storage efficiency.
Which data storage architecture involves combining multiple storage devices into a single, logical unit?
A
Correct answer
Explanation
RAID (Redundant Array of Independent Disks) is a data storage architecture that involves combining multiple storage devices into a single, logical unit. This provides increased data reliability and performance.
What is the term used to describe the process of making multiple copies of data across different storage devices?
-
Replication
-
Mirroring
-
Backup
-
Archiving
A
Correct answer
Explanation
Replication is the process of making multiple copies of data across different storage devices. This is done to ensure data availability and protection in case of a device failure.
Which storage technology allows for the storage of data on optical discs?
-
Magnetic Tape
-
Optical Disc
-
Solid-State Drive (SSD)
-
Hard Disk Drive (HDD)
B
Correct answer
Explanation
Optical Disc technology allows for the storage of data on optical discs, such as CDs, DVDs, and Blu-ray discs. These discs use laser technology to read and write data.
What is the term used to describe the process of storing data in a compressed format to reduce storage space?
-
Compression
-
Encryption
-
Deduplication
-
Replication
A
Correct answer
Explanation
Compression is the process of storing data in a compressed format to reduce storage space. This is done by removing redundant information from the data.
Which storage device is known for its high speed and low latency?
-
Solid-State Drive (SSD)
-
Hard Disk Drive (HDD)
-
Magnetic Tape
-
Optical Disc
A
Correct answer
Explanation
Solid-State Drives (SSDs) are known for their high speed and low latency. They use flash memory technology to store data, which allows for faster read and write operations.
What is the term used to describe the process of moving data from a primary storage device to a secondary storage device?
-
Archiving
-
Backup
-
Migration
-
Replication
A
Correct answer
Explanation
Archiving is the process of moving data from a primary storage device to a secondary storage device for long-term retention.
Which storage technology involves storing data on magnetic tape?
-
Magnetic Tape
-
Optical Disc
-
Solid-State Drive (SSD)
-
Hard Disk Drive (HDD)
A
Correct answer
Explanation
Magnetic Tape technology involves storing data on magnetic tape. Magnetic tapes are used for long-term archival storage and backup purposes.
What is the term used to describe the process of copying data from a primary storage device to a secondary storage device for backup purposes?
-
Archiving
-
Backup
-
Migration
-
Replication
B
Correct answer
Explanation
Backup is the process of copying data from a primary storage device to a secondary storage device for backup purposes. This is done to protect data in case of a primary storage device failure.