2.1.3 - Explain the use of cache memory. Flashcards
1
Q
What is cache memory?
A
Cache memory, also called cache, is a memory system that temporarily stores frequently used instructions and data for quicker processing by the CPU.
2
Q
Why is cache memory used?
A
Cache memory is used to store the information from RAM that is most actively used and accessed frequently, making the computer system run faster by reducing the need to access the slower main memory.
3
Q
What are the differences between cache memory and RAM?
A
Cache memory is nearer to the CPU than RAM, much faster than RAM, and more expensive than RAM.
4
Q
How is cache memory organized?
A
Cache memory is separated into L1 and L2 caches.