Question:medium

A magnetic disk pack has the following specifications: 16 surfaces, 128 tracks per surface, 256 sectors per track, and 512 bytes per sector. Calculate the capacity of the disk pack.

Show Hint

Multiply all factors (surfaces, tracks, sectors, and bytes) and convert to the desired unit (MB or GB) using powers of 1024.
Updated On: Feb 11, 2026
  • 256 MB
  • 512 MB
  • 1024 MB
  • 128 MB
Show Solution

The Correct Option is B

Solution and Explanation

Disk capacity is calculated by the formula: Capacity = Surfaces × Tracks per surface × Sectors per track × Bytes per sector. Applying the given values, Capacity = 16 × 128 × 256 × 512 bytes. When converted to megabytes, this equals 512 MB (16 × 128 × 256 × 512 / 1024² MB).
Was this answer helpful?
0

Top Questions on Computer Organization and Architecture