in Operating System
1,498 views
1 vote
1 vote

In a 64 bit machine,with 2GB RAM and 8KB page size,how many entries will be there in the page table if it is inverted?

a)218

b)220

c)233

d)251

in Operating System
by
1.5k views

1 Answer

2 votes
2 votes
Best answer
The answer is $2^{18}$ (option a) . The number of entries in page table of an inverted page table is equal to number of frames in the main memory. which will be $2*2^{30} / 2^3*2^{10}= 2^{18}$