InterviewSolution
Saved Bookmarks
| 1. |
When using counters to implement LRU, we replace the page with the ____________(a) smallest time value(b) largest time value(c) greatest size(d) none of the mentionedI had been asked this question in homework.This interesting question is from Virtual Memory topic in chapter The Linux System of Operating System |
|
Answer» Right choice is (a) smallest time value |
|