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 12 of 22
Question #221
What is the typical capacity of a microSD card used in smartphones as of 2026?
A. Up to 1 TB
B. Only 32 GB
C. 2-8 GB
D. 16-512 GB

Correct Answer: Option D


Explanation:
MicroSD cards in 2026 commonly range from 16 GB to 512 GB, with 1 TB cards available but less common. The typical range is 16-512 GB for consumer use.

This question belongs to: Computer Memory and Storage Devices
Question #222
Which of the following is a valid memory unit in the SI system?
A. All of the above
B. Kilobit
C. Gigabit
D. Megabyte

Correct Answer: Option A


Explanation:
Bits and bytes with SI prefixes (kilo, mega, giga) are all valid units. However, in computing, binary multiples are more common for memory capacities.

This question belongs to: Computer Memory and Storage Devices
Question #223
What is the purpose of a memory parity bit?
A. To double the memory speed
B. To encrypt data
C. To detect errors in data storage or transmission
D. To increase memory capacity

Correct Answer: Option C


Explanation:
A parity bit is an extra bit added to data to detect errors (single-bit errors) in memory. It is used in some RAM modules for error detection.

This question belongs to: Computer Memory and Storage Devices
Question #224
Which of the following is true about DRAM?
A. It is non-volatile
B. It is static and does not need refresh
C. It is slower than SRAM but cheaper
D. It uses flip-flops to store data

Correct Answer: Option C


Explanation:
DRAM is slower than SRAM because of refresh cycles, but it is cheaper and denser, making it suitable for main memory. It is volatile and uses capacitors.

This question belongs to: Computer Memory and Storage Devices
Question #225
What is the typical seek time for a consumer 7200 RPM hard drive?
A. About 0.1 ms
B. About 8-12 ms
C. Less than 1 ms
D. About 50 ms

Correct Answer: Option B


Explanation:
Typical seek times for 7200 RPM HDDs are around 8 to 12 milliseconds. SSDs have seek times in microseconds (less than 0.1 ms).

This question belongs to: Computer Memory and Storage Devices
Question #226
Which of the following is not a type of RAM?
A. DDR3
B. RDRAM
C. SDRAM
D. Flash

Correct Answer: Option D


Explanation:
Flash memory is non-volatile storage, not a type of RAM. DDR3, SDRAM, and RDRAM are all types of RAM.

This question belongs to: Computer Memory and Storage Devices
Question #227
What is the memory hierarchy level that is typically implemented as a small, fast memory inside the CPU?
A. RAM
B. L1 cache
C. Registers
D. L2 cache

Correct Answer: Option C


Explanation:
Registers are the smallest and fastest memory inside the CPU. L1 cache is also inside but registers are even faster and directly used by the ALU.

This question belongs to: Computer Memory and Storage Devices
Question #228
Which of the following is a common file system used on flash drives?
A. FAT32
B. All of the above
C. NTFS
D. exFAT

Correct Answer: Option B


Explanation:
Flash drives can be formatted with various file systems including FAT32, exFAT, and NTFS, depending on compatibility and file size requirements.

This question belongs to: Computer Memory and Storage Devices
Question #229
What is the function of a buffer in a hard disk?
A. To store frequently used data for faster access
B. To increase the disk's capacity
C. To temporarily hold data during read/write operations to smooth data flow
D. To protect against data loss

Correct Answer: Option C


Explanation:
A buffer (or disk cache) in a hard disk is a small amount of RAM used to temporarily hold data being read from or written to the disk, improving performance by reducing access time.

This question belongs to: Computer Memory and Storage Devices
Question #230
Which of the following memory types is non-volatile and used for long-term storage?
A. Registers
B. ROM
C. Cache
D. RAM

Correct Answer: Option B


Explanation:
ROM is non-volatile and retains data without power. However, for long-term storage, hard disks and SSDs are more common; ROM is typically used for firmware. Among the options, ROM is non-volatile.

This question belongs to: Computer Memory and Storage Devices
Question #231
What is the typical capacity of a DVD-RAM disc?
A. 9.4 GB
B. 4.7 GB
C. 1.4 GB
D. 25 GB

Correct Answer: Option B


Explanation:
A DVD-RAM disc typically holds 4.7 GB per side (single-layer), with double-sided versions up to 9.4 GB. But the common capacity is 4.7 GB for single-sided.

This question belongs to: Computer Memory and Storage Devices
Question #232
Which of the following is a magnetic storage device?
A. Pen drive
B. Hard disk
C. SSD
D. Blu-ray disc

Correct Answer: Option B


Explanation:
Hard disks are magnetic storage devices that use magnetic media to store data. SSDs and pen drives use flash memory, and Blu-ray uses optical technology.

This question belongs to: Computer Memory and Storage Devices
Question #233
What is the purpose of a memory map?
A. To allocate cache lines
B. To assign physical addresses to memory devices
C. To store data in a hierarchical manner
D. To track free memory blocks

Correct Answer: Option B


Explanation:
A memory map defines the layout of physical memory, including the address ranges assigned to different types of memory (RAM, ROM, I/O devices) in a system.

This question belongs to: Computer Memory and Storage Devices
Question #234
Which of the following is the fastest type of solid-state storage interface?
A. USB 3.0
B. SATA III
C. NVMe over PCIe
D. Thunderbolt

Correct Answer: Option C


Explanation:
NVMe (Non-Volatile Memory Express) over PCIe offers the lowest latency and highest throughput among common storage interfaces, significantly faster than SATA and USB.

This question belongs to: Computer Memory and Storage Devices
Question #235
What does the term 'double buffering' refer to in memory management?
A. Using two levels of cache
B. Using two buffers to overlap I/O and processing
C. Storing two copies of data for redundancy
D. Using two separate memory banks

Correct Answer: Option B


Explanation:
Double buffering uses two buffers: one is being filled/read while the other is being processed, allowing overlap and reducing wait times.

This question belongs to: Computer Memory and Storage Devices
Question #236
Which of the following is a characteristic of a read-only memory (ROM)?
A. Data is permanent and cannot be changed by normal operations
B. It is used as main memory
C. Data can be modified easily
D. It is volatile

Correct Answer: Option A


Explanation:
ROM is non-volatile and its contents are typically fixed during manufacturing or programming; it cannot be changed by normal system operations.

This question belongs to: Computer Memory and Storage Devices
Question #237
What is the typical power consumption of an M.2 NVMe SSD?
A. About 20 watts
B. Less than 1 watt
C. About 5-10 watts
D. About 50 watts

Correct Answer: Option B


Explanation:
M.2 NVMe SSDs typically consume between 2-5 watts during active use, with idle power around 0.1-0.5 watts. Under heavy load, they may use up to 6-8 watts, but less than 1 watt is for low-power states. For general exam, they are known for low power.

This question belongs to: Computer Memory and Storage Devices
Question #238
Which of the following is not a factor affecting the performance of a hard disk?
A. Interface type
B. Rotational speed
C. Seek time
D. Memory bus speed

Correct Answer: Option D


Explanation:
Memory bus speed affects the communication between CPU and RAM, not directly the hard disk performance. HDD performance depends on rotational speed, seek time, and interface type (SATA, SAS, etc.).

This question belongs to: Computer Memory and Storage Devices
Question #239
What is the maximum capacity of a standard CD-RW disc?
A. 1 GB
B. 650 MB
C. 700 MB
D. 800 MB

Correct Answer: Option C


Explanation:
A standard CD-RW has a capacity of 700 MB (80 minutes). Some older ones were 650 MB. CD-RW is rewritable.

This question belongs to: Computer Memory and Storage Devices
Question #240
Which of the following is a type of memory that uses a grid of capacitors and transistors to store data?
A. EPROM
B. Flash
C. SRAM
D. DRAM

Correct Answer: Option D


Explanation:
DRAM uses a capacitor and a transistor per bit, arranged in a grid. SRAM uses flip-flops, and flash uses floating-gate transistors.

This question belongs to: Computer Memory and Storage Devices