Computer Science, asked by djansari888, 6 months ago

define cache memory

Answers

Answered by shreyasinha28
1

Answer:

Cache memory is the small size of RAM inside the processors. This cache memory is SRAM (Static RAM) unlike the DRAM (Dynamic RAM) which we find in normal RAM. This SRAM is quite fast compared to DRAM. In computers, we find different levels of cache memory

Answered by Shivali2708
1

Cache memory is an extremely fast memory type that acts as a buffer between RAM and the CPU. It holds frequently requested data and instructions so that they are immediately available to the CPU when needed. Cache memory is used to reduce the average time to access data from the Main memory.

hope it helps..

Similar questions