Q27
What is the primary use of a LRU (Least Recently Used) cache?
A.
To maintain an ordered list of elements
B.
To store large amounts of data
C.
To manage a fixed-size cache with eviction
AnswerD.
To implement a priority queue
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board