What is the smallest logic allocation unit of data storage on a hard disk drive recognized by an operating system's file system? MCQ with Answer and Explanation

What is the smallest logic allocation unit of data storage on a hard disk drive recognized by an operating system's file system?
A. Platter
B. Cluster
C. Sector
D. Track
Answer: Option B
Solution (By JKSSB Mock Tests)
A cluster (or allocation unit) is a group of sectors combined by the operating system's file system to form the smallest legal space where a file can be stored.

Discuss this Question (0)

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

Practice More Memory and Storage Devices Questions

Question #1
Which system component acts as an intermediary buffer, allowing slow peripheral storage devices like hard drives to communicate efficiently with the CPU?
A. Accumulator
B. Instruction Register
C. L1 Cache
D. Disk Buffer / Cache Memory

Correct Answer: Option D


Explanation:
Disk buffers built into drives act as localized memory arrays to cache data temporarily, preventing slow mechanical read speeds from bottlenecking system processes.

This question belongs to: Computer Memory and Storage Devices
Question #2
Which of the following storage devices has the largest storage capacity per unit cost?
A. Blu-ray disc
B. SSD
C. Magnetic tape
D. Hard disk

Correct Answer: Option C


Explanation:
Magnetic tape offers the lowest cost per gigabyte, making it ideal for massive archival storage, though access is slow.

This question belongs to: Computer Memory and Storage Devices
Question #3
What is the primary architectural disadvantage of Dynamic RAM (DRAM) compared to Static RAM (SRAM)?
A. DRAM consumes less power overall.
B. DRAM cannot handle multi-threaded processing requests.
C. DRAM requires periodic electrical refreshing which slows down access speed.
D. DRAM is structurally more complex and expensive per gigabyte.

Correct Answer: Option C


Explanation:
DRAM stores data using capacitors, which lose charge over time. This design requires continuous refreshing cycles, introducing latency that makes it slower than SRAM.

This question belongs to: Computer Memory and Storage Devices