Question on: SS2 ICT - Computer Data Conversion II
Explain the primary differences in functionality between registers and main memory in a computer.
Registers are small, ultra-fast storage locations located within the CPU itself. They store data that the CPU is currently processing, providing quick access for calculations. Main memory (RAM), on the other hand, is larger but slower, serving as a temporary storage area for data and instructions that are actively being used by the computer. Registers are typically used to hold intermediate results, control variables, and addresses for memory operations, while main memory stores the actual program instructions and data.
Add your answer
Please share this, thanks!
No responses