-
Hey friends...what exactly you mean by Cache memory and how exactly it increases the performance of a processor? Need some expert to throw some light on this.0
-
Member • 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>Are you sure? This action cannot be undone. -
Administrator • Oct 6, 2009
Can I call it "Processor's Internal RAM" ? 😁Are you sure? This action cannot be undone. -
Member • 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..Are you sure? This action cannot be undone. -
Member • Oct 6, 2009
Yes, you can.Are you sure? This action cannot be undone. -
Member • 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.Are you sure? This action cannot be undone. -
Member • 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.Are you sure? This action cannot be undone.