Which of the following cache replacement policies is based on the least recently used block?
Q1. Which of the following cache replacement policies is based on the least recently used block?
Answer: LRU
Explanation: LRU (Least Recently Used) is a cache replacement policy that replaces the block that has not been accessed for the longest time.