InterviewSolution
Saved Bookmarks
| 1. |
The correspondence between the main memory blocks and those in the cache is given by _________(a) Hash function(b) Mapping function(c) Locale function(d) Assign functionThe question was asked during an internship interview.My question is taken from Caches in section Memory System of Computer Architecture |
|
Answer» CORRECT answer is (B) Mapping FUNCTION The best I can EXPLAIN: The mapping function is used to map the CONTENTS of the memory to the cache. |
|