Contents

In general, the operating system accommodates the new page by removing a currently load page that is not in use this is called ……
a) Page replacement
b) Swapping
c) demand paging               
d) none of these


a

FIFO stands for…………..
a) First interactive first out
b) first in first out
c) first invented first out                    
d) first interface first out.


b

In FIFO page replacement algorithm, when a page must be replaced what is chosen
a) Oldest page is chosen   
b) newest page is chosen
c) median page is chosen  
d) none of these


a

Which of the following page replacement algorithms return the minimum number of page faults?
a) LRU replacement algorithm        
b) Optimal replacement algorithm
c) FIFO 
d) Counting based replacement


b

Which of the following algorithm replaces the page that will be used for longer period of time?
a) FIFO 
b) Optimal page replacement
c) LRU replacement                           
d) Counting based replacement


b

LRU stands for?
a) Less Recently used
b) Least Recurrently used
c) Least Randomly used   
d) Least Recently used


d