Memory and Storage Devices MCQs

Computer

Memory and Storage Devices MCQs

Practice Memory and Storage Devices MCQs with answers and detailed explanations covering RAM, ROM, cache memory, hard disk, SSD, CD/DVD, pen drive and memory units frequently asked in computer awareness exams.

438
Total Questions

Practice Questions

Page 18 of 22
Question #341
What is the typical capacity of a DVD-RW disc?
A. 8.5 GB
B. 25 GB
C. 4.7 GB
D. 700 MB

Correct Answer: Option C


Explanation:
DVD-RW has a capacity of 4.7 GB (single-layer). Dual-layer rewritable discs exist but are less common.

This question belongs to: Computer Memory and Storage Devices
Question #342
Which of the following is a type of memory that is used to store intermediate results during processing?
A. Hard disk
B. Cache
C. RAM
D. Registers

Correct Answer: Option D


Explanation:
Registers store operands and intermediate results during arithmetic and logic operations within the CPU.

This question belongs to: Computer Memory and Storage Devices
Question #343
What is the purpose of a memory module's heatsink?
A. To dissipate heat generated by the memory chips
B. To increase memory capacity
C. To protect against physical damage
D. To improve memory speed

Correct Answer: Option A


Explanation:
Heatsinks on RAM modules help dissipate heat, especially on high-performance memory running at higher speeds, to maintain stability.

This question belongs to: Computer Memory and Storage Devices
Question #344
Which of the following is a characteristic of a hybrid hard drive (SSHD)?
A. It uses only flash memory
B. It uses both flash memory and magnetic platters
C. It has no moving parts
D. It is slower than a traditional HDD

Correct Answer: Option B


Explanation:
An SSHD combines a traditional HDD with a small SSD cache to improve performance while offering large capacity at lower cost than pure SSD.

This question belongs to: Computer Memory and Storage Devices
Question #345
What is the typical speed of a 5400 RPM hard disk in terms of data transfer?
A. About 50 MB/s
B. About 100 MB/s (sustained)
C. About 10 MB/s
D. About 200 MB/s

Correct Answer: Option A


Explanation:
5400 RPM HDDs typically have sustained transfer rates around 50-100 MB/s, but 5400 RPM drives are slower than 7200 RPM, often around 50-80 MB/s. However, modern drives may reach 100+ MB/s. For exam, 50-100 MB/s is typical.

This question belongs to: Computer Memory and Storage Devices
Question #346
Which of the following is a type of memory that is used for storing graphics data?
A. VRAM
B. Cache
C. RAM
D. ROM

Correct Answer: Option A


Explanation:
VRAM (Video RAM) is dedicated memory on graphics cards used for storing frame buffers, textures, and other graphics data, optimized for high bandwidth.

This question belongs to: Computer Memory and Storage Devices
Question #347
What is the role of the memory data register (MDR)?
A. To hold the memory address
B. To control the memory bus
C. To store the instruction to be executed
D. To hold the data being transferred to or from memory

Correct Answer: Option D


Explanation:
The MDR holds the data that is read from or written to memory, acting as a buffer between memory and the CPU.

This question belongs to: Computer Memory and Storage Devices
Question #348
Which of the following is a type of non-volatile memory that can be rewritten many times?
A. Flash memory
B. PROM
C. Mask ROM
D. EPROM

Correct Answer: Option A


Explanation:
Flash memory is non-volatile and can be erased and rewritten many times, making it suitable for SSDs and USB drives.

This question belongs to: Computer Memory and Storage Devices
Question #349
What is the typical access time of a CD-ROM drive?
A. About 10 ms
B. About 0.1 ms
C. About 1 ms
D. About 100 ms

Correct Answer: Option D


Explanation:
CD-ROM drives have access times around 100-200 ms. Hard disks are around 5-10 ms, and SSDs are

This question belongs to: Computer Memory and Storage Devices
Question #350
Which of the following is a type of memory that is used for caching data from a hard disk?
A. Flash cache
B. RAM cache
C. Disk cache
D. CPU cache

Correct Answer: Option C


Explanation:
Disk cache is a portion of RAM used to temporarily store frequently accessed data from the hard disk to improve performance.

This question belongs to: Computer Memory and Storage Devices
Question #351
What is the purpose of a memory test during POST?
A. To verify that RAM is functioning correctly
B. To measure memory speed
C. To optimize memory settings
D. To clear memory contents

Correct Answer: Option A


Explanation:
During Power-On Self-Test (POST), the system checks the RAM to ensure it is functional and can be used by the system.

This question belongs to: Computer Memory and Storage Devices
Question #352
Which of the following is a characteristic of a solid-state drive?
A. It uses optical media
B. It has no moving parts
C. It requires defragmentation
D. It is susceptible to mechanical failure

Correct Answer: Option B


Explanation:
SSDs have no moving parts, making them more reliable and shock-resistant than HDDs. They do not require defragmentation.

This question belongs to: Computer Memory and Storage Devices
Question #353
What is the typical capacity of a microSDHC card?
A. Up to 512 GB
B. Up to 2 GB
C. 4 GB to 32 GB
D. 32 GB to 2 TB

Correct Answer: Option C


Explanation:
SDHC (Secure Digital High Capacity) ranges from 4 GB to 32 GB. SDXC goes from 32 GB to 2 TB.

This question belongs to: Computer Memory and Storage Devices
Question #354
Which of the following is a type of memory that is used to store the operating system?
A. ROM
B. Hard disk
C. Cache
D. RAM

Correct Answer: Option D


Explanation:
The operating system is loaded from secondary storage (hard disk) into RAM (primary storage) for execution. During execution, it resides in RAM.

This question belongs to: Computer Memory and Storage Devices
Question #355
What is the function of a memory controller in a modern CPU?
A. To manage memory timings and data flow
B. To manage cache
C. To handle I/O operations
D. To execute instructions

Correct Answer: Option A


Explanation:
The memory controller in modern CPUs handles the interface with RAM, including address decoding, command generation, and data transfer, optimizing memory performance.

This question belongs to: Computer Memory and Storage Devices
Question #356
Which of the following is a type of memory that is used for temporary storage of data in a printer?
A. RAM
B. Hard disk
C. Flash
D. ROM

Correct Answer: Option A


Explanation:
Printers have RAM (buffer) to store print jobs temporarily while processing, allowing the computer to continue working.

This question belongs to: Computer Memory and Storage Devices
Question #357
What is the typical capacity of a CD-ROM in minutes of audio?
A. 90 minutes
B. 74 minutes
C. 80 minutes
D. 60 minutes

Correct Answer: Option C


Explanation:
Standard CD-ROM holds 80 minutes of audio (or 700 MB), though earlier ones held 74 minutes (650 MB).

This question belongs to: Computer Memory and Storage Devices
Question #358
Which of the following is a type of memory that is used for storage of data in a digital camera?
A. RAM
B. ROM
C. Hard disk
D. SD card

Correct Answer: Option D


Explanation:
Digital cameras use removable flash memory cards like SD cards for storing photos and videos.

This question belongs to: Computer Memory and Storage Devices
Question #359
What is the role of a write buffer in memory?
A. To prevent overwriting
B. To temporarily hold write data to allow the CPU to continue without waiting
C. To increase memory capacity
D. To store frequently read data

Correct Answer: Option B


Explanation:
A write buffer holds data to be written to memory, allowing the CPU to continue execution while the write operation completes asynchronously.

This question belongs to: Computer Memory and Storage Devices
Question #360
Which of the following is a type of memory that is used in embedded systems?
A. All of the above
B. DRAM
C. EEPROM
D. SRAM

Correct Answer: Option A


Explanation:
Embedded systems may use various memory types: SRAM for cache, DRAM for main memory, and EEPROM for configuration storage.

This question belongs to: Computer Memory and Storage Devices