621 views

1 Answer

Best answer
9 votes
9 votes
Answer is - A) LRU.

For LRU, we need to keep track of the usage information of all the live pages. This is not so easy and hence pseudo-LRU schemes are quite common.

For FIFO, we need a queue to store the live pages to be replaced.

For MRU, we just need a variable which should be updated on every new page reference.
selected by
Answer:

Related questions

3 votes
3 votes
1 answer
1
3 votes
3 votes
1 answer
2
Bikram asked Sep 3, 2016
303 views
Swap space in the disk is used to _____save temporary html pagessave process datastore the super-blockstore device drivers
2 votes
2 votes
1 answer
4
Bikram asked Sep 3, 2016
452 views
The size of the virtual memory in a computer system depends on the size of the data busmain memoryaddress busRAM