Operating System Virtual Memory Page Replacement Algorithms 2
Q What is the reason for using the LFU page replacement algorithm?
  • A A. An actively used page should have a large reference count
  • B B. A less used page has more chances to be used again
  • C C. It is extremely efficient and optimal
  • D D. All of the mentioned
Leave a Comment