InterviewSolution
Saved Bookmarks
| 1. |
In ________ protocol the information is directly written into the main memory.(a) Write through(b) Write back(c) Write first(d) None of the mentionedThe question was posed to me during an online interview.My doubt is from Mapping Functions in portion Memory System of Computer Architecture |
|
Answer» CORRECT answer is (a) Write through Easy explanation: In CASE of the miss, then the data GETS written DIRECTLY in main memory. |
|