Computer Science, asked by tanveer22, 1 year ago

What is cache memory? is it a permanent storage memory?

Answers

Answered by shriv
0
Cache memory, also called CPU memory, is random access memory ( RAM) that ... a more time-consuming reading of data from larger memory or other data storage ...
Answered by Anonymous
1

-: Cache Memory :-

Cache memory is a very high speed semiconductor memory, which can speed up CPU. It acts as a buffer between the CPU and main memory.

It is used to hold those parts of data and program which are most frequently used by CPU. The parts of data and programs are transferred from disk to cache memory by operating system, from where CPU can access them.

Advantage : -

• Cache memory is faster than main memory.

• It consumes less access time as compared to main memory.

• It stores the program that can be executed within a short period of time.

•It stores data for temporary use.

Disadvantage : -

• Cache memory has limited capacity.

• It is very expensive

Thank You ❤

#N∅1rPerfect

Similar questions