recategorized by
3,309 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$
recategorized by

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 votes
1 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 votes
1 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 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.
Answer:

Related questions

2.9k
views
2 answers
2 votes
Arjun asked Jan 2, 2019
2,855 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 are given ... :$Code:$(i) only(ii) only(iii) onlyBoth (ii) and (iii)
2.5k
views
1 answers
0 votes
Arjun asked Jan 2, 2019
2,547 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 ... $ for which the system never enters into deadlock is$3$4$5$6$
2.4k
views
1 answers
0 votes
Arjun asked Jan 2, 2019
2,424 views
Suppose for a process $P$, reference to pages in order are $1, 2, 4, 5, 2, 1, 2, 4$. Assume that main memory can accomodate $3$ pages and the ... $ is$4$3$5$6$
3.3k
views
2 answers
1 votes
Arjun asked Jan 2, 2019
3,274 views
Consider the following set of processes and the length of CPU burst time given in milliseconds : ... $ ms. Then the waiting time for $P_4$ is ______ ms$0$4$12$6$