answersLogoWhite

0

Cache memory is the high speed memories which are repeatedly requested by the Cache client (CPU). Whenever the requested data from the cpu is present in the cache, it directly supply the data and is known as cache hit(fast) and when the data is not accessible in cache then cache access the block of the main memory and feed to the CPU and it is termed as cache miss (slow).

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the recommended size of cache memory in a processor?

The maximum size of a cache memory is theoretically equal to the amount of primary memory(RAM).Like Cache only memory architecture where the whole memory space is filled up with the cache only.


When evaluating CPU memory do you check the cache memory?

The only memory on the CPU is cache memory and it is only dependent on the CPU type and generation you use.


How many levels of cache memory?

there are twothree.instruction cachedata cacheconsolidated cache


What do you know about cache?

cache is the type of memory within the CPU. It is extremely fast and is very small storage wise (it only comes in megabytes)


How does a direct mapped cache handle 4-word blocks?

A direct mapped cache assigns each block of memory to a specific location in the cache. With 4-word blocks, each block is stored in a specific cache line based on its memory address. This means that each block of memory can only be stored in one specific location in the cache, making it easy to determine where to look for a specific block of memory.


Is cache memory a form of read only that can be accessed more quicky by the CPU?

yes


How does a program executing a loop benefit cache memory?

It benefits only if you have the flux compassator installed or programmed, and what this does is enables the loop to race at top speeds. Then the cache memory takes its foot hold in the bologore


What cache typically has the most memory?

Caches are generally defined as L1, L2, and L3. If a CPU has any cache memory at all, it will have at least L1 cache. L1 cache is the fastest, and most expensive, type of cache memory. Usually CPUs will only have a very small amount of L1. L2 is typically larger, less expensive, and slower than L1. L3 is less expensive, larger, and slower than L1 or L2, if present. All three levels of cache memory are magnitudes faster than system memory. Systems withequivalenthardware, including CPUs will identical speeds, will perform better at certain tasks when more cache memory is present, with L1 cache adding the most performance boost.


Which of the memory has shortest access time?

The processor registers! Relatively, they are very small (a register on an Intel 32-bit processor is only 4 bytes large!) but they are very fast. Programs use them to store the part of data they are working on and some memory addresses.


Difference of cache memory and normal memory?

A cache memory is a component that stores data so that future requests for that data can be served faster. The data that is stored within a cache might be values that have been computed earlier or duplicates of original values that are stored elsewhere. Primary memory (often referred to simply as memory) is the only one directly accessible to the CPU. The CPU continuously reads instructions stored there and executes them as required. Any data actively operated on is also stored there in uniform manner. RAM is one commonly used primary memory.


Which one is better catch memory or bigger RAMWhy?

Generally speaking, a user will find more benefit to having more RAM than a processor with a larger cache. Cache is many times faster than accessing from main memory, true, but it is inevitable that one will need to read from memory. More memory allows for one to actually do more without experiencing significant slowdowns. Cache is special on-die memory that speeds up performance of sequential operations. When an instruction is called, first the CPU will look in the L1 cache which is tiny (usually 16K), then the L2 and (if the processor has it) L3 cache which are larger but many times slower, and only then will it go to main memory.


How is cache different from primary memory?

Cache memory is a memory that is used by CPU so that the average time to access the memory is reduced. It is a smaller and faster memory that stores copies of data which is used in frequently accessed main memory locations, On the other hand, Primary memory is the main memory of the computer. The processor can easily access, store and retrieve information from the primary memory. Primary memory has two types, Random access memory and read only memory.