Multiple choice _____ removes the block that has been in the cache for the longest time. LRU algorithm Random replacement algorithm First in first out replacement algorithm Linear search algorithm 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.