Computer Science, asked by anoushatarar, 8 months ago

: What will be the effects on our computer system if we are not using cache in computer?

Answers

Answered by syedashiq2005
2

Answer:

Hello

Explanation:

Without caches, each access has to go to DRAM which is long access time, hence resulting in program/application running. Processors these days also have registers to turn cache on or off. If access is allowed, you can try disabling them and running your program and see how it affects the performance.

Please make me brainliest

Answered by orangesquirrel
0

If a computer system is not using a cache, it will stop working properly.

It will not map with the main memory and the interfacing between the CPU and the main memory will stop permanently.

Cache memory is a small memory which is present near the processor. It stores copies of information which are frequently used by the main memory.

Similar questions