Difficulty: Easy
Correct Answer: sectors
Explanation:
Introduction / Context:
Understanding the physical and logical organization of magnetic storage helps when interpreting low-level diagnostics and formatting concepts. The hierarchy includes platters, tracks, and smaller addressable units within each track. This question targets the name of those smallest units on a track.
Given Data / Assumptions:
Concept / Approach:
A track is divided into sectors, each with data plus overhead (sync, header, ECC). File systems group sectors into clusters (allocation units), but at the disk level the controller reads and writes sectors.
Step-by-Step Solution:
Verification / Alternative check:
Low-level tools display sector counts; SMART attributes and disk imaging utilities operate in units of sectors or logical block addresses (LBAs).
Why Other Options Are Wrong:
Clusters are file-system constructs grouping sectors. “Vectors” is not a disk geometry term. “Heads” refer to read/write elements and surfaces, not subdivisions of a track.
Common Pitfalls:
Confusing sectors (hardware unit) with clusters (file system unit) when interpreting capacity and fragmentation.
Final Answer:
sectors
Discussion & Comments