answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does a program executing a loop benefit cache 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.


How RAM is different from Cache memory?

cache memory saves programs that you last used so that is takes less time when you click on a program to load it, cache memory is similar to when you save where you left off in a game. ram is the memory that is used when you run programs on your computer.


Why was cache memory placed on the processor?

It takes a long time, in computer time, for the CPU to retrieve stuff out of RAM while running a program. So to speed things up cache was built. Cache holds a small part of the program you are working with and it is easy and fast for the CPU to retrieve it from cache. Cache is memory and it holds data for the CPU.


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 is called A reserved area of the immediate access memory used to increase the running speed of the computer program?

cache memory


What type of RAM is used for cache memory?

sram is used for cache for cache memory.


Differences between physical addressing and logical addressing?

In computer architectures, a logical address is the address at which a memory location appears to reside from the perspective of an executing application program. This may be different from the physical address due to the operation of a memory management unit (MMU) between the CPU and the memory bus. Physical memory may be mapped to different logical addresses for various purposes. For example, the same physical memory may appear at two logical addresses and if accessed by the program at one address, data will pass through the processor cache whereas if it is accessed at the other address, it will bypass the cache.


Does microprocessor has a memory?

Some microprocessors have cache memory; this is high speed memory and, if you're lucky and a program is small, it may entirely run in cache memory. All microprocessors have memory as registers - these aren't memory in the conventional sense, but are temporary locations to store values being worked on, addresses in memory and so on.


What is cache hit and cache miss?

Type your answer here... in cache memory when the CPU refer to the memory and find the word in cache it is said to be hit or produced....... if the word is not found in cache it is in main memory it counts as a miss


Differentiate between the physical virtual and cache memory Explain briefly?

Virtual memory is a type of memory that is allocated by the operating system and is used to speed up operations. Cache memory is RAM that the CPU can access faster than regular ram which is considered physical memory. When the CPU is looking for data, it checks the cache memory first, recently used data will still be in the cache. If it does not find it there, it moves on to use the physical memory. Anytime a program or file is opened, it is first loaded into RAM (physical memory).