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

To explain: A write-allocate cache allocates the ENTRIES in the cache for any data that is written out. If the data is transferred to the EXTERNAL memory so that, when it is accessed again, the data is already waiting in the cache. It works efficiently if the size of the cache is large and it does not overwrite even though it is ADVANTAGEOUS.



Discussion

No Comment Found

Related InterviewSolutions