Difficulty: Easy
Correct Answer: tracks
Explanation:
Introduction / Context:
Understanding the layout of legacy magnetic media helps when reading vintage documentation and file system structures. Floppy disks organize data radially and angularly: concentric circular paths and divisions along those paths. This question asks for the correct term for the circular paths.
Given Data / Assumptions:
Concept / Approach:
Each concentric circular path on the disk surface is a track. Tracks are further divided into angular slices called sectors. Filesystems map logical blocks onto sector addresses (cylinder/head/sector or later LBA abstractions). The wording “concentric rings” cues “tracks” as the correct noun.
Step-by-Step Solution:
Verification / Alternative check:
Technical references consistently define tracks as concentric circles and sectors as arc segments along a track.
Why Other Options Are Wrong:
“arrays” and “cells” do not describe magnetic disk geometry; “sectors” are the wedge-shaped pieces of a track; “bands” is not standard floppy terminology.
Common Pitfalls:
Swapping “track” and “sector” because both describe disk structure; remember: track = ring, sector = slice.
Final Answer:
tracks
Discussion & Comments