Multiple choice

Consider the following reference strings with three frames: 1, 2, 3, 4, 2, 1, 5, 6, 2, 1, 2, 3, 7, 6, 3, 2, 1, 2, 3, 6. Find out the total number of page fault, if LRU (Least Recently Used) page replacement algorithm is implemented.

  1. 11

  2. 16

  3. 21

  4. 15

  5. None of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Total number of page fault will be 15 if LRU page replacement algorithm is implemented.