A virtual memory system uses FIFO page replacement policy and allocates a fixed number of frames to the process. Consider the following statements M : Increasing the number of page frames allocated to a process sometimes increases the page fault rate N : Some programs do not exhibit locality of reference Which one of the following is true?

A virtual memory system uses FIFO page replacement policy and allocates a fixed number of frames to the process. Consider the following statements M : Increasing the number of page frames allocated to a process sometimes increases the page fault rate N : Some programs do not exhibit locality of reference Which one of the following is true? Correct Answer Both M and N are true but N is not the reason for M

Statement M: True

Increasing the number of page frames allocated to a process sometimes increases the page fault rate in the case of FIFO and Random page replacement algorithms, this is called Belady's anomaly.

Statement N: True

Also some programs do not exhibit locality of reference, but this is not the reason for first statement.

Related Questions