Explain how cache memory can improve system performance.

Cache is a small amount of memory which is part of the CPU which is physically closer to the CPU than RAM is. The more cache there is, the more data can be stored closer to the CPU. Cache memory is beneficial because: - 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. -The more cache the CPU has, the less time the computer spends accessing slower main memory and as a result programs may run faster.

AH

Related Computing GCSE answers

All answers ▸

Describe the differences between a binary and linear search algorithm.


Calculate the file size in bits for a two minute sound recording that has used a sample rate of 1000 Hertz (Hz) and a sample resolution of 5 bits.


How is memory used in a computer system?


Convert 10101101 from binary to both decimal and hexadecimal