Which component manages data transfers inside a computer system by implementing the 'Least Recently Used' (LRU) algorithm? MCQ with Answer and Explanation

Which component manages data transfers inside a computer system by implementing the 'Least Recently Used' (LRU) algorithm?
A. Hard drive file allocation table
B. Optical Drive Firmware
C. Cache Controller
D. BIOS Boot Loader
Answer: Option C
Solution (By JKSSB Mock Tests)
The cache controller utilizes replacement policies like Least Recently Used (LRU) to determine which older data blocks to discard when space is needed for new cache lines.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Memory and Storage Devices Questions

Question #1
What is the typical power consumption of a 3.5-inch hard disk drive?
A. About 1-2 watts
B. About 50 watts
C. About 20-30 watts
D. About 5-10 watts

Correct Answer: Option D


Explanation:
A typical 3.5-inch HDD consumes around 5 to 10 watts during operation, while 2.5-inch drives use less (2-3 watts). SSDs consume even less.

This question belongs to: Computer Memory and Storage Devices
Question #2
What is the typical speed of a Blu-ray drive at 6x?
A. 33 MB/s
B. 72 MB/s
C. 216 MB/s
D. 27 MB/s

Correct Answer: Option D


Explanation:
1x Blu-ray = 4.5 MB/s (36 Mbps). 6x = 6 * 4.5 = 27 MB/s.

This question belongs to: Computer Memory and Storage Devices
Question #3
What is the function of a memory address?
A. To control memory speed
B. To uniquely identify a memory location
C. To store data
D. To manage memory partitions

Correct Answer: Option B


Explanation:
A memory address is a unique identifier for a specific location in memory, allowing the CPU to read or write data at that location.

This question belongs to: Computer Memory and Storage Devices