Multiple choice

Which of the following replacement algorithms removes the block that has been in the cache for the longest time?

  1. First-in first-out replacement algorithm

  2. Random replacement algorithm

  3. Least recently used algorithm

  4. None of these

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

This replacement algorithm removes the block that has been in the cache for the longest time.