answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Java Caching System

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What cache typically has the most memory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


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.


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


A holding area that stores the data and instructions most recently called by the processor from RAM is called?

Cache memory


What is the purpose of the cache?

Cache is a special kind of memory which is can be used as a spare to store data


What type of memory stores frequently used instructions or data needed by the CPU?

the memory that directly communicates with the CPU is called Cache Memory this is; When the processor(CPU) needs to read from or write to a location in main memory, it first checks whether a copy of that data is in the cache. If so, the processor immediately reads from or writes to the cache, which is much faster than reading from or writing to main memory. A CPU cache is a cache used by the central processing unit of a computer to reduce the average time to access memory. 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. [by Deogratius Ambrose IAA-Tanzania] the memory that directly communicates with the CPU is called Cache Memorythis is; When the processor(CPU) needs to read from or write to a location in main memory, it first checks whether a copy of that data is in the cache. If so, the processor immediately reads from or writes to the cache, which is much faster than reading from or writing to main memory. A CPU cache is a cache used by the central processing unit of a computer to reduce the average time to access memory. 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. [by Deogratius Ambrose IAA-Tanzania]


Cache memory and register memory?

Register memory are smaller in size than cache memory and registers are faster than cache..Cache memory store the frequently used data from main memory..


Is cache memory visible?

No cache memory is not visible.....


What type of RAM is used for cache memory?

sram is used for cache for cache memory.


What is the cache memory used for?

Cache is a high speed buffer memory for storing automatically small areas of frequently used memory, so that the machine does not have to wait for the full memory access time every time it needs to access the data in those areas.Most computers have separate but similar cache memories for data and instructions. This allows the same access time advantages for both, but as data and instructions are usually in different places in memory eliminates any conflicts in usage.Some computers have multiple levels of different speed cache with different sizes. These are typically referred to as L1 cache, L2 cache, L3 cache, etc. with L1 being the fastest, most expensive, smallest size cache closest to the processor; the others are successively closer to the main memory.


What do you call the memory in an input or output device?

Typically Storage. But it can also be called Cache, Buffer, or RAM


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.