1.

LRU stands for?(a) Least Recently used(b) Less Recently used(c) Least Recurrently used(d) Least Randomly usedThe question was posed to me in examination.This intriguing question comes from Virtual Memory topic in division Operating Systems of Computer Fundamentals

Answer»

The correct answer is (a) Least Recently USED

Easy explanation: LRU STANDS for Least Recently used. LRU is least recently used. It REPLACES page with the smallest COUNT.



Discussion

No Comment Found

Related InterviewSolutions