InterviewSolution
Saved Bookmarks
| 1. |
During a write operation if the required block is not present in the cache then ______ occurs.(a) Write latency(b) Write hit(c) Write delay(d) Write missThis question was addressed to me during an internship interview.Origin of the question is Mapping Functions in division Memory System of Computer Architecture |
|
Answer» CORRECT choice is (d) Write miss The BEST explanation: This INDICATES that the OPERATION has MISSED and it brings the required block into the cache. |
|