Disc is divided into several concentric circles called _______.
Tracks
When data is stored on a magnetic disc, like a hard drive, or an optical disc, like a CD or DVD, the surface is organized into specific areas. This organization helps the computer locate and access data efficiently. One fundamental way the disc is divided is into concentric circles.
The question asks for the term used to describe the concentric circles on a disc. These are circular paths on the surface of the disc where data is recorded magnetically or optically.
Let's look at the options provided:
Let's define each term in the context of disc storage:
Based on the definitions:
Therefore, the term for the concentric circles on a disc is Tracks.
| Term | Description |
|---|---|
| Track | Concentric circle on the disc surface where data is stored. |
| Sector | A division of a track; the smallest physical storage unit. |
| Cluster | A group of one or more sectors; the smallest logical storage unit used by the operating system. |
| Cylinder | A set of tracks at the same radius across all platters in a multi-platter hard drive. |
The disc is divided into several concentric circles called Tracks. These tracks are then subdivided into sectors for more granular data access.
Reviewing the key terms related to disc storage organization:
Before data can be stored, a disc needs to be formatted. Formatting involves creating the tracks and sectors on the disc surface and setting up a file system. The file system helps the operating system manage files, directories, and track which clusters are used for storing data.
Data is addressed on a hard drive using concepts like Cylinder-Head-Sector (CHS) addressing or Logical Block Addressing (LBA). While LBA is more common now, CHS directly relates to the physical structure of tracks, cylinders (heads representing platters), and sectors. Understanding tracks and sectors is fundamental to understanding how data is physically arranged and accessed on storage discs.
In _______ disk scheduling algorithm, the disk head moves from one end to other end of the disk, serving the requests along the way. When the head reaches the other end, it immediately returns to the beginning of the disk without serving any requests on the return trip.
The total storage capacity of a floppy disk having 80 tracks and storing 128 bytes/sector is 163.840 bytes. How many sectors does this disk have?
Consider a disk system with 100 cylinders. The requests to access the cylinders occur in the following sequence:
4, 34, 10, 7, 19, 73, 2, 15, 6, 20
Assuming that the head is current at cylinder 50, what is the time taken to satisfy all requests if it takes 1ms to move from the cylinder to adjacent one and the shortest seek time first policy is used?Consider a disk system having 60 cylinders. Disk requests are received by a disk drive for cylinders 10, 22, 20, 2, 40, 6, and 38, in that order. Assuming the disk head is currently at cylinder 20, what is the time taken to satisfy all the requests if it takes 2 milliseconds to move from one cylinder to an adjacent one and Shortest Seek Time First (SSTF) algorithm is used ?
Consider a disk queue with requests for I/O to blocks on cylinders 98, 183, 37, 122, 14, 124, 65, 67. Suppose SSTF disk scheduling algorithm implemented to meet the requests then the total number of head movements are ______ if the disk head is initially at 53.