Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@safwan-NH7W5Y • Oct 6, 2009
Brother here is link of wikipedia. <a href="https://en.wikipedia.org/wiki/CPU_cache" target="_blank" rel="nofollow noopener noreferrer">Cpu Cache</a> -
@thebigk • Oct 6, 2009
Can I call it "Processor's Internal RAM" ? 😁 -
@sahithi-oJZaYj • Oct 6, 2009
thanks for your link.safwanBrother here is link of wikipedia. <a href="https://en.wikipedia.org/wiki/CPU_cache" target="_blank" rel="nofollow noopener noreferrer">Cpu Cache</a>
@prakash bhargav : I hope, this will give you all information about cache memory.. -
@maro-Ce3knx • Oct 6, 2009
Yes, you can. -
@dipen30-hGOPpa • Oct 6, 2009
cache memory is placed between cpu and RAM. In cache memory all data which is frequently accessed by processor is stored . so when processor want to access the data processor first check in cache memory ane if not fount in cache memory then it check in the RAM. -
@muffy-KKO5Hf • Oct 6, 2009
More importantly , Cache memory (static memory) is much much faster than the ddr ram memory (dynamic memory), which are the main memory modules. The processor fetches most of the data and instructions from the cache , thus enabling them to run at higher speeds and waste less time waiting for data to arrive from main memory modules. The data from main memory modules are buffered by the cache.