InterviewSolution
Saved Bookmarks
| 1. |
The associative mapping is costlier than direct mapping.(a) True(b) FalseThe question was posed to me in examination.My question is taken from Mapping Functions in portion Memory System of Computer Architecture |
|
Answer» CORRECT option is (a) True The explanation is: In ASSOCIATIVE mapping, all the TAGS have to be SEARCHED to FIND the block. |
|