Redirected
in Operating System recategorized by
2,979 views
0 votes
0 votes

Consider a disk pack with $32$ surfaces, $64$ tracks and $512$ sectors per pack. $256$ bytes of data are stored in a bit serial manner in a sector. The number of bits required to specify a particular sector in the disk is

  1. $18$
  2. $19$
  3. $20$
  4. $22$
in Operating System recategorized by
by
3.0k views

4 Comments

But it is mentioned 512 sectors per pack.
0
0
yes printing mistake most probably :/
0
0
Thanks
0
0

6 Answers

3 votes
3 votes
Total sectors = No.of surfaces * no.of tracks per surfaces * number of sectors per tracks = 32 * 64 * 512 = $2^5 . 2^6 . 2^9 = 2^{20}$.

∴ No.of bits required to identify each sector = 20 bits
1 vote
1 vote
Total number of sectors = 512*64*32 = (2^9)*(2^6)*(2^5) = 2^20

So 20 bits are required to specify a track in the disk.

Option (C).
1 vote
1 vote
To calculates the number of bits required to access  sector we need to know total number of sector

Total number of sector =32 Surface * 64 Track * 512 Sector

                                     = 2^5 * 2^6  * 2^9

                                      2^20

No. of bits required to identify each sector=20 bits

So option C is correct  answer.
0 votes
0 votes

Surfaces=2^5, Tracks=2^6,  Sectors=2^9

So, no of sectors= 2^(5+6+9)=2^20

option A

 

Answer:

Related questions