InterviewSolution
Saved Bookmarks
| 1. |
The idea of cache memory is based __________(a) On the property of locality of reference(b) On the heuristic 90-10 rule(c) On the fact that references generally tend to cluster(d) All of the mentionedI have been asked this question in an internship interview.My question comes from Storage Allocation topic in section Storage Management of Compiler |
|
Answer» CORRECT choice is (a) On the property of locality of reference To ELABORATE: CACHE memory is based on the locality of references. |
|