Explain the difference between the cache memory and the buffer.

The cache memory aims to reduce the memory access time and thus increase your computer speed by storing frequently accessed data. A buffer, such as a printing buffer, is just a temporary memory storage that holds a queue of data to be used. A key difference is that all the contents in the buffer will be used whereas some of the cache contents could never be accessed by a user.

CF

Related Computing IB answers

All answers ▸

Define how recursion works


What are adventages and disadventages of encryption network security?


The program I've written doesn't do what its supposed to! I don't have any errors, so I don't even know where to start looking for the problem. Where can I begin?


Name the memories in the computer and rate them by the amount of space and their price. When should which be used.