Meta interview question

what's the difference between memory and cache

Interview Answer

Anonymous

Mar 17, 2021

-Cache is a small and a temporary memory that saves most used (usually) memory data. -memory is a Large memory that takes time (more then cache) to rd/wr data

1