Computer Science I / Processor, Memory, and Buses
Practice question · Multiple choice

Registers hold only a handful of values while main memory holds billions. Why does the CPU keep so tiny a store at all, rather than working directly from memory?

Hints
  1. Compare the access time of a register with that of main memory.
  2. Ask why there are dozens of registers rather than millions.
Show the answer

A. Because registers are readable within one clock cycle and memory takes hundreds.

Why

Registers sit a fraction of a millimetre from the ALU and read in one cycle; main memory is centimetres away and takes about a hundred. The smallness is not a limitation to overcome but the reason it is fast, more registers means longer wires and larger multiplexers. They are the most expensive storage per byte in the machine, and few because being few keeps them quick.

Read the lesson: Processor, Memory, and Buses →

Practise Processor, Memory, and Buses

The app has 6 more questions on this lesson, and keeps your place in the course. Computer Science I is free to start.

More questions on Processor, Memory, and Buses