InterviewSolution
Saved Bookmarks
| 1. |
The LRU provides very bad performance when it comes to _________(a) Blocks being accessed is sequential(b) When the blocks are randomised(c) When the consecutive blocks accessed are in the extremes(d) None of the mentionedI got this question by my college director while I was bunking the class.Asked question is from Replacement Algorithms topic in chapter Memory System of Computer Architecture |
|
Answer» Correct OPTION is (a) BLOCKS being accessed is sequential |
|