264 views
0 votes
0 votes

Plz try 

1 Answer

0 votes
0 votes
vas = 2^32

divided into 32 segments = 2^5

size of each segment  = 2^32/2^5 = 2^(32-5)= 2^27

let page size be 2^x , then no of pages in one segment = 2^27/2^x = 2^(27-x)

no of entries in page table for one segment = 2^(27-x)

size of each entry = 8B = 2^3B

total size of page table = 2^(27-x)*2^3 = 2(27-x+3)= 2^(30-x)

now as it should fit in one page so 2^(30-x) = 2^x => base are same so exponent are also same

30-x = x => 2x = 30 = >x = 15

page size 2^x = 2^15 = 32KB

option d

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
1 answer
2
amitqy asked Nov 25, 2018
815 views
0 votes
0 votes
0 answers
3
amitqy asked Nov 21, 2018
1,011 views
4 votes
4 votes
2 answers
4
Swastik asked Aug 21, 2018
2,070 views
A disk is double interleaved. It has 8 secret per track of 512 byte each.rotation rate is 300 rpm.assume that arm is correctly positioned and 1/2 rotation is needed to ge...