1,525 views
1 votes
1 votes

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

1 Answer

Best answer
2 votes
2 votes
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}$

Related questions

8 votes
8 votes
1 answer
3
Sahil Gupta asked Nov 23, 2014
5,057 views
There are six runners in the 100-yard dash. How many ways are there for three medals to be awarded if ties are possible? (The runner or runners who finish with the fastes...
3 votes
3 votes
4 answers
4
agoh asked Dec 11, 2016
1,163 views
My doubt is as follows: If deadlock is there, processes will be busy waiting in wait loop. So, decision on which process enters C.S. is not made in finite time. Hence, is...