In a disk system with 8 equidistant tracks where the innermost track diameter is 1 cm and the outermost is 8 cm, the spacing between consecutive tracks is exactly 1 cm.
This gives the diameters for the eight individual tracks as sequential integer values:
$$\text{Track Diameters} = \{1\text{ cm}, 2\text{ cm}, 3\text{ cm}, 4\text{ cm}, 5\text{ cm}, 6\text{ cm}, 7\text{ cm}, 8\text{ cm}\}$$
For Case I, Constant Linear Velocity means the data density per unit length is completely uniform across the entire surface of the disk.
Because the circumference of a circular track is directly proportional to its diameter, the capacity of any given track scales linearly with its size:
$$\text{Track Diameter} \longrightarrow \text{Track Capacity}$$
$$1\text{ cm (Innermost)} \longrightarrow 10\text{ MB}$$
Using this direct proportional mapping, we can list the capacities of all eight individual tracks based on their respective diameters:
$$2\text{ cm} \longrightarrow 20\text{ MB}$$
$$3\text{ cm} \longrightarrow 30\text{ MB}$$
$$4\text{ cm} \longrightarrow 40\text{ MB}$$
$$5\text{ cm} \longrightarrow 50\text{ MB}$$
$$6\text{ cm} \longrightarrow 60\text{ MB}$$
$$7\text{ cm} \longrightarrow 70\text{ MB}$$
$$8\text{ cm (Outermost)} \longrightarrow 80\text{ MB}$$
Summing these track capacities together gives the total storage capacity under the Constant Linear Velocity drive configuration:
$$\text{Total Capacity (CLV)} = 10 + 20 + 30 + 40 + 50 + 60 + 70 + 80 = 360\text{ MB}$$
For Case II, Constant Angular Velocity means the disk spins at a fixed rotational speed, forcing the read-write head to scan every track in the exact same amount of time.
To make this possible while spinning at a constant rate, every single track on the disk must hold the exact same number of sectors and data bits, regardless of how large its outer diameter is.
Since the maximum storage density is capped by the tight physical space of the innermost boundary, every track gets locked to the capacity of that innermost ring:
$$1\text{ track} \longrightarrow 10\text{ MB}$$
Multiplying this uniform track capacity by the total number of tracks available gives the total storage capacity under the Constant Angular Velocity configuration:
$$\text{Total Capacity (CAV)} = 8\text{ tracks} \times 10\text{ MB} = 80\text{ MB}$$
Correct Option: D