

InterviewSolution
Saved Bookmarks
1. |
Which of the following can allocate entries in the cache for any data that is written out?(a) write-allocate cache(b) read-allocate cache(c) memory-allocate cache(d) write cacheI got this question during an online interview.My doubt is from Writing Scheme of Cache Memory topic in section Memory Systems of Embedded Systems |
Answer» Right CHOICE is (a) write-allocate cache |
|