0
2.2kviews
Explain chache-memory, with its mapping technique
1 Answer
| written 3.7 years ago by |
• Is a technique that defines how contents of main memory are brought into cache memory
• Cache memory and main memory are divided into small fixed sized blocks
• Cache memory can hold only a small subset of main memory blocks
• An algorithm is …