Name the steps of Fetch section
1) The PC points to the next instruction to be fetched. Contents of the PC are copied into the MAR. The address in MAR is sent down the address bus to RAM
2) The contents of the specified memory address are sent down the data bus to the MBR. The PC is incremented by 1 to point to the address of the next instruction.
3) The contents of the MBR are copied to the CIR
Name the steps of Decode section
Name the steps of Execute section
The decoded instruction is executed.
Results are stored in the accumulator/memory