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 ▸

Name several sort algorithms of an array, their working principles and their efficency.


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


What are adventages and disadventages of encryption network security?


Define how recursion works