Describe the fetch, decode, execute cycle
What is cache memory and how does it contribute to performance?
Cache memory is the smallest of the memory hierarchy, living close to the CPU to provide access to frequently requires instructions or data. This is performant as it reduces the need to perform the whole fetch decode cycle from other memory locations.