LRU page – replacement algorithm associates with each page the ______
(a) time it was brought into memory
(b) the time of that page’s last use
(c) page after and before it
(d) all of the mentioned
I got this question during an interview for a job.
Query is from Virtual Memory in section The Linux System of Operating System