870 views

1 Answer

Best answer
3 votes
3 votes
no of pages in logical address space=2^24/2^k=2^(24-k)

no of entries in page table= no of pages

no of frames =2^16/2^k=2^(16-k)

so 16 -k  bits required to address frame

size of page table=2^24-k(16-k)/8

                           =2^(21-k)(16-k)

                            =2^(25-k)-k 2^(21-k)

answer is option a
selected by

Related questions

0 votes
0 votes
0 answers
2
srestha asked Jul 26, 2018
672 views
Consider a system with byte-addressable memory, 32 bit logical addresses, 4 kilobyte page size and page table entries of 4 bytes each. The size of the page table in the s...
2 votes
2 votes
1 answer
3
shikharV asked Jan 19, 2016
1,143 views
Given answer: A. Please explain