Multiple choice

_____ removes the block that has been in the cache for the longest time.

  1. LRU algorithm

  2. Random replacement algorithm

  3. First in first out replacement algorithm

  4. Linear search algorithm

  5. Binary search algorithm

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

This type of algorithm in memory management removes the block that has been in the cache for the longest time.