InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedI got this question during an interview for a job.Query is from Virtual Memory in section The Linux System of Operating System |
|
Answer» Right CHOICE is (B) the time of that page’s LAST use |
|