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 $18$ $19$ $20$ $22$ Operating System ugcnetcse-dec2018-paper2 operating-system disk + – Arjun 4.7k views answer comment Share Follow Print See all 6 Comments 6 6 Comments reply Show 3 previous comments xdilwar commented Dec 30, 2018 reply Follow flag But it is mentioned 512 sectors per pack. 0 0 replyShare MiNiPanda commented Dec 30, 2018 reply Follow flag yes printing mistake most probably :/ 0 0 replyShare xdilwar commented Dec 30, 2018 reply Follow flag Thanks 0 0 replyShare Please log in or register to add a comment.
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 Shaik Masthan answered Jan 2, 2019 Shaik Masthan comment Share Follow 0 reply Please log in or register to add a comment.
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). Peeyush Pandey answered Jan 2, 2019 Peeyush Pandey comment Share Follow 0 reply Please log in or register to add a comment.
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. saloni pande answered May 2, 2020 saloni pande comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes Surfaces=2^5, Tracks=2^6, Sectors=2^9 So, no of sectors= 2^(5+6+9)=2^20 option A Sanjay Mahaveer answered Dec 25, 2018 Sanjay Mahaveer comment Share Follow 0 reply Please log in or register to add a comment.
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. Sayan Bose answered Dec 25, 2018 Sayan Bose comment Share Follow 0 reply Please log in or register to add a comment.
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. saloni pande answered May 2, 2020 saloni pande comment Share Follow 0 reply Please log in or register to add a comment.