First In First Out (FIFO) page replacement policy - Operating System
Q. Consider a virtual memory system that uses First In First Out (FIFO) page replacement policy and it allocates a fixed number of frames to a process. Consider the following two statements,
1: Sometimes the page fault rate is increased if the number of page frames allocated is increased.
2: Some programs do not exhibit Locality of reference.
Which of the following is true?- Published on 27 Aug 15a. 1 is false and 2 is true
b. both 1 and 2 are false
c. both 1 and 2 are true but 2 is not the reason for 1
d. both 1 and 2 are true and 2 is the reason for 1
ANSWER: both 1 and 2 are true but 2 is not the reason for 1