Operating System Virtual Memory Page Replacement Algorithms 1
Q A virtual memory system uses First In First Out (FIFO) page replacement policy and allocates a fixed number of frames to a process. Consider the following statements. P : Increasing the number of page frames allocated to a process sometimes increases the page fault rate Q : Some programs do not exhibit locality of reference Which of the following is TRUE?
  • A A. Both p and q are true, and q is the reason for p
  • B B. Both p and q are true, but q is not the reason for p
  • C C. P is false but q is true
  • D D. Both p and q are false
Leave a Comment