recategorized by
4,706 views
0 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$

6 Answers

3 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
2 2 votes
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 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 0 votes
32 surfaces = 5 bits, 64 tracks = 6 bits, 512 sectors = 9 bits, sector size 256 bytes =8 bits
To specify a particular sector, we do not need sector size, so bits required $=5+6+9=20$ bits.
0 0 votes
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 Tracks * 512 Sector

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

                                     =  2^20

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

So option 2 is correct  answer.
Answer:
Position:
Show:

Related questions

0 0 votes
1 1 answer
802
802 views
Arjun asked Jan 2, 2019
802 views
​​​​​​​In Linux operating system environment ____ command is used to print a file.printptrprlpr
2 2 votes
2 2 answers
3.4k
3.4k views
Arjun asked Jan 2, 2019
3,362 views
​​​​​​​To overcome difficulties in Readers-Writers problem, which of the following statement/s is/are true?Writers are given exclusive access to shared objects.Readers ar...
0 0 votes
1 1 answer
2.9k
2.9k views
Arjun asked Jan 2, 2019
2,901 views
​​​​​​​Suppose a system has $12$ instances of some resource with $n$ processes competing for that resource. Each process may require $4$ instances of the resources. The m...
1 1 vote
1 1 answer
1.4k
1.4k views
Arjun asked Jan 2, 2019
1,379 views
​​​​​​​Dirty bit is used to show thewrong pagepage with corrupted datapage with low frequency occurrencepage that is modified after being loaded into cache memory