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 ▸

Show how you would calculate 53 + 39 in 8-bit binary?


James would like to store a video clip that is 20 frames per second and has a duration of 76 seconds. The resolution of this video is 1280x720 with a colour depth of 24 bits. Calculate the storage requirement for the uncompressed video clip.


Why are certain fields chosen to be the primary key in a database?


Describe and explain how the operating system abstracts memory management away from a systems programmer.