Which cache replacement policy replaces the least recently used cache line?
Q1. Which cache replacement policy replaces the least recently used cache line?
Answer: LRU (Least Recently Used)
Explanation: LRU replacement policy replaces the least recently used cache line, minimizing the likelihood of replacing a frequently used line.