Computer Science I / Processor, Memory, and Buses
Practice question · Put in order

Order the steps by which the CPU reads one byte out of main memory.

Hints
  1. Memory cannot begin anything until it knows both which cell and what operation.
  2. The contents can only travel once the cell has been located.
Show the answer
  1. The CPU places the cell's address on the address bus
  2. The CPU asserts the read signal on the control bus
  3. Main memory locates the addressed cell
  4. The byte travels back to the CPU along the data bus
  5. The CPU stores the byte in one of its registers
Why

The address must be presented before the command means anything, and both must arrive before memory can locate the cell and put its contents on the data bus. Only then does the byte reach a register. Expecting the data bus to be used first is the common error, nothing can be transferred before its address is known.

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