in Operating System
866 views
0 votes
0 votes

in Operating System
866 views

1 comment

1 Answer

3 votes
3 votes
Best answer
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

2 votes
2 votes
1 answer
3