-
What is the name of a memory buffer used to accommodate a speed differential?
-
- Cache
- Stack Pointer
- Accumulator
- Disc
Correct Option: A
The memory buffer used to accommodate a speed differential is called cache. It is a hardware or software component that stores data so future requests for that data can be served faster. Cache serves to add fast memory between the CPU and main memory.