Which of the following cache replacement policies replaces the least recently used cache line?
Q1. Which of the following cache replacement policies replaces the least recently used cache line?
Answer: LRU (Least Recently Used)
Explanation: LRU replaces the cache line that has not been accessed for the longest time, reducing cache misses.