Vidyalelo
Data Structure · Q27

Miscellaneous on Data Structures

Programming · Data Structure · question 27

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
Answer
D.
To implement a priority queue

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board