InterviewSolution
Saved Bookmarks
| 1. |
A file being read or written sequentially should not have its pages replaced in LRU order, because _____________(a) it is very costly(b) the most recently used page will be used last(c) it is not efficient(d) all of the mentionedI had been asked this question in a national level competition.The query is from File System Implementation topic in portion File Systems and their Implementation of Operating System |
|
Answer» RIGHT choice is (b) the most RECENTLY used page will be used last The explanation is: NONE. |
|