Which of the following storage devices has the fastest data access time? MCQ with Answer and Explanation

Which of the following storage devices has the fastest data access time?
A. DVD-ROM
B. Solid-state drive (SSD)
C. Hard disk
D. Magnetic tape
Answer: Option B
Solution (By JKExamLibrary)
SSDs have much lower access times than HDDs and optical discs because they have no moving parts and use flash memory. Magnetic tape is slower for random access.

This question belongs to: Computer Memory and Storage Devices

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Memory and Storage Devices Questions

Question #1 Report Error
What is the primary risk associated with traditional hard disk drives that does not exist in solid state drives?
A. Head crash due to mechanical shock
B. Capacitor charge leakage
C. Software driver obsolescence
D. Data corruption via solar flares

Correct Answer: Option A


Explanation:
Because HDDs rely on a physical read/write head hovering nanometers above a spinning platter, sudden impacts can cause the head to strike the platter, causing a destructive 'head crash'.

This question belongs to: Computer Memory and Storage Devices
Question #2 Report Error
What is the typical access time of a modern SSD?
A. Less than 0.1 ms
B. About 5 ms
C. About 10 ms
D. About 50 ms

Correct Answer: Option A


Explanation:
SSDs have access times in the microseconds range, typically less than 0.1 ms (100 microseconds). HDDs have access times around 5-10 ms.

This question belongs to: Computer Memory and Storage Devices
Question #3 Report Error
What is the function of a memory address?
A. To manage memory partitions
B. To control memory speed
C. To uniquely identify a memory location
D. To store data

Correct Answer: Option C


Explanation:
A memory address is a unique identifier for a specific location in memory, allowing the CPU to read or write data at that location.

This question belongs to: Computer Memory and Storage Devices