Which of the following is true about the cache?
Answers
Answered by
2
The question is incomplete.
However,
Cache: The memory that stores data so that future requests can be served faster is called the cache memory.
The data stored in a cache might be the result of a computation or a copy of data.
The dirty bit is set to 1 when the processor writes data to this memory. The bit also indicates the associated block of memory that has been modified and has not been saved to storage yet.
Cache memory makes a copy of a table and places it in a different location, to improve access time.
Similar questions