Computer Science, asked by emantuti91, 1 month ago

How much faster are registers than RAM?

Answers

Answered by adyav291105
0

CPU register is always faster than the L1 cache. ... Something that was automatic for a while, shrinking the feature size on the chip automatically produced a faster processor. The register file in a processor is small and sits physically close to the execution engine. The furthest removed from the processor is the RAM.

hope it help u

mark me Branilest

Answered by kishan12349
0
The compiler decides what variables should be in registers and when. Registers are essentially internal CPU memory. So accesses to registers are easier and quicker than any other kind of memory accesses.
Mark me as brainiest
Similar questions