12,548 views
2 2 votes

A disk pack has 19 surfaces and storage area on each surface has an outer diameter of 33cm and inner diameter of 22cm .The maximum recording storage density on any track is 200 bits/cm and minimum spacing between tracks is 0.25 mm , then how to calculate the capacity of disk pack ?

2 Answers

6 6 votes



Disk capacity = total number of surfaces * no. of tracks per surface * amount of data per track 
----- Now here our main task is to calculate no of tracks on each surface. 
----- recording width =(outer radius -inner radius)=(16.5-11)=5.5 cm
{*** we cant also use (outer diameter -inner diameter ) but in whis way we are calculating no of tracks twice so divide by 2 is reauired here} 
----now if w=total recording width on surface =5.5 cm =55 mm 
          x= inter/inner track distance=0.25 mm 
     y= track recording width  ;; that is not given in our problem and very small in comparison to (inter/inner track distance) neglect it  
   now no of tracks =(recording width / ( inter/inner track distance +  track recording width)) 
                             =(w/x+y) ≈(w/x)=55/0.25=220 tracks  
--------- now we calculate  amount of data per track 
that is = parimeter of a inner track * storage density of a track=(22/7)*22 * 200 bits (here i m not calculate it completely )
so disk capacity = 19 * 220 *200 *(22/7)*22 = 57803428.57 =57803429 bits
----- to calculate track capacity we are using (parimeter of a inner track)
bcoz when disk containing same no of sectors per track then inner track is more dense as compare to outer track.

3 3 votes
Disk capacity = total number of surfaces * no. of tracks per surface * amount of data per track

Total number of tracks per surface = (outer radius - inner radius)/ inter track gap  = (33cm/2 - 22cm/2 )/0.25mm = 220

perimeter of inner track = 2 * pi * inner radius = 2 * (22/7 )*11 cm

density = 200 bits/ cm

amount of data present in single track = perimeter * density = 13829 bits (approximately)

disk capacity= 19 * 220 * 13829  bits = 6.89 MB
Position:
Show:

Related questions

2 2 votes
2 2 answers
3.3k
3.3k views
radha gogia asked Sep 13, 2015
3,302 views
A hard disk has 63 sectors/track ,10 platters each with 2 recording surfaces and 1000 cylinders ,the addressof each sector is given aswhere C is cylinder no , H is surfac...
0 0 votes
1 1 answer
897
897 views
radha gogia asked Aug 23, 2015
897 views
The sum of money in kept in a bank amounts to 1240 in 4 yrs and Rs 1600 in 10 yrs at Simple interst . then how to find sum ?I formed an AP 1240= a+(4-1)d 1600= a+(10-1) d...
1 1 vote
3 answers 3 answers
4.2k
4.2k views
radha gogia asked Oct 18, 2015
4,224 views
If we are given PAGE SIZE=4KB, PAGE TABLE ENTRY SIZE=4B OUTER PAGE TABLE SIZE=4KB and levels of Paging=3 ,so how to go about calculating the virtual address space .
0 0 votes
0 0 answers
802
802 views