edited by
17,478 views
54 54 votes

A disk has $8$ equidistant tracks. The diameters of the innermost and outermost tracks are $1$ cm and $8$ cm respectively. The innermost track has a storage capacity of $10$ MB.

What is the total amount of data that can be stored on the disk if it is used with a drive that rotates it with

  1. Constant Linear Velocity
  2.  Constant Angular Velocity?
  1. I. $80 \ \text{MB}$; II. $2040 \ \text{MB}$
  2. I. $2040 \ \text{MB}$; II $80  \ \text{MB}$
  3. I. $80 \ \text{MB}$; II. $360  \ \text{MB}$
  4. I. $360  \ \text{MB}$; II. $80  \ \text{MB}$

4 Answers

Best answer
84 84 votes
  • With Constant Linear Velocity, CLV, the density of bits is uniform from cylinder to cylinder. Because there are more sectors in outer cylinders, the disk spins slower when reading those cylinders, causing the rate of bits passing under the read-write head to remain constant. This is the approach used by modern CDs and DVDs.
  • With Constant Angular Velocity, CAV, the disk rotates at a constant angular speed, with the bit density decreasing on outer cylinders. ( These disks would have a constant number of sectors per track on all cylinders. )
  • CLV$=10+20+30+40+..80=360$
  • CAV$=10\times8 = 80$ so answer should be (D) 

Edit:- for CLV disk capacity

let track diameters like $1$cm, $2$cm... $8$cm.

As described that density is uniform.

So all tracks has equal storage density.

Track capacity$=$storage density $\times$ circumference$(\pi \times d)$

For $1$st track $10 \text{MB} = \text{density} \times \pi \times 1cm$

Density $= 10MB/\pi \, cm$

For $2$nd track capacity = density $\times$ circumference

$= (10/\pi) \times(\pi \times 2) \text{MB} = 20 \text{MB}$

Now each track capacity can be calculated and added for disk capacity

edited by
22 22 votes
Constant linear velocity :

Diameter of inner track = d = 1cm
Circumference of inner track :
= 2 * 3.14 * (d/2)
= 3.14 cm

Storage capacity = 10 MB (given)
Circumference of all equidistant tracks :
= 2 * 3.14 *(0.5 + 1 + 1.5 + 2 + 2.5 + 3+ 3.5 + 4)
= 113.14cm

Here, 3.14 cm holds 10 MB.
Therefore, 1 cm holds 3.18 MB.
113.14 cm holds 113.14 * 3.18 = 360 MB.
Total amount of data that can be stored on the disk = 360 MB

 
Constant angular velocity :

In case of CAV, the disk rotates at a constant angular speed.
Same rotation time is taken by all the tracks.
Total amount of data that can be stored on the disk = 8 * 10 = 80 MB
13 13 votes
Constant linear velocity - RPM will be same, means bit density will be same So outer track has more data than inner

10+20+30....+80 = 360 MB

Constant Angular velocity - RPM will not be same, Density will not be same, Same amount of data per track

8*10 = 80 MB
1 1 vote

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

Answer:
Position:
Show:

Related questions

99 99 votes
7 answers 7 answers
25.2k
25.2k views
Ishrat Jahan asked Nov 3, 2014
25,177 views
A disk has $8$ equidistant tracks. The diameters of the innermost and outermost tracks are $1$ cm and $8$ cm respectively. The innermost track has a storage capacity of $...
49 49 votes
3 answers 3 answers
11.0k
11.0k views
Ishrat Jahan asked Nov 3, 2014
11,019 views
In a computer system, four files of size $11050$ bytes, $4990$ bytes, $5170$ bytes and $12640$ bytes need to be stored. For storing these files on disk, we can use either...
55 55 votes
7 answers 7 answers
15.1k
15.1k views
Ishrat Jahan asked Nov 3, 2014
15,124 views
Two shared resources $R_1$ and $R_2$ are used by processes $P_1$ and $P_2$. Each process has a certain priority for accessing each resource. Let $T_{ij}$ denote the prior...
31 31 votes
3 answers 3 answers
9.1k
9.1k views
Ishrat Jahan asked Nov 3, 2014
9,117 views
We wish to schedule three processes $P1$, $P2$ and $P3$ on a uniprocessor system. The priorities, CPU time requirements and arrival times of the processes are as shown be...