answersLogoWhite

0

A cache is a place to store recently used data. The cache is comprised of faster memory than the memory it caches. The philosophy is that memory that is used is more apt to be used again, so the memory is stored in cache using a most recently used algorithm. This results in faster performance.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the least common memory slot found in a computer?

Cache memory is least common memory that found in computer.


What are the type of cache memory?

There are different type of cache memory: processor cache memory, cache memory ram,1 cache memory l2, cache memory, CPU cache memory, disk cache memory, hard disk cache, cache memory motherboard.


Which memory is in built in CPU?

if you mean processor then cache memory if you mean computer then ROM


What are the two types of cache memory?

There are different type of cache memory: processor cache memory, cache memory ram,1 cache memory l2, cache memory, CPU cache memory, disk cache memory, hard disk cache, cache memory motherboard.


What is the purpose of the direct mapped cache tag in a computer system's memory management?

The purpose of the direct mapped cache tag in a computer system's memory management is to quickly determine if a requested memory address is stored in the cache memory. This helps improve the system's performance by reducing the time it takes to access data from the main memory.


Where is cache memory in your PC?

cache memory is two types : cache1, and cache2 cache1 is the fastest memory cache2 is the second fastest memory in the computer and it is situated on the mother-board himanshupareek66@gmail.com


What stores frequently used instructions and data?

Memory cache stores frequently used instructions and data on a computer. Cache memory is stored on a memory chip in an area of the RAM.


How does memory cache speed up computer processing A Cahce memory doesn't need to be refreshed so access time is faster B Cache memory refreshes instantly so acess time is faster. C Cache memory uses?

A


What is the purpose of the registers and cache memory in the computer system?

The register is a collection of different settings and configurations for the operating system. Cache memory is a way for the computer to load webpages faster by storing them in RAM.


How do you calculate the cache miss rate in a computer system?

To calculate the cache miss rate in a computer system, you divide the number of cache misses by the total number of memory accesses. This gives you a percentage that represents how often the CPU needs to fetch data from main memory instead of the cache.


Which memory is optional to start a computer system?

Random access memory (ram)


Is cache memory is the main memory of cmputer system?

NO...The cache is a smaller, faster memory which stores copies of the data from the most frequently used main memory locations. As long as most memory accesses are cached memory locations, the average latency of memory accesses will be closer to the cache latency than to the latency of main memory.Thus Cache memory is not main memory of computer system.--- form Wiki