How cache memory enhances the processing speed of computer
Answers
Answered by
8
Explanation:
Cache memory holds frequently used instructions/data which the processor may require next and it is faster access memory than RAM, since it is on the same chip as the processor. This reduces the need for frequent slower memory retrievals from main memory, which may otherwise keep the CPU waiting.
Answered by
0
=>cache uses Static RAM whereas Main Memory (RAM) uses dynamic RAM.
=>cache memory stores instructions the processor may require next, which can then be retrieved faster than if they were held in RAM.
Similar questions