Fetch Decode Execute Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Name the steps of Fetch section

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name the steps of Decode section

A
  • The instruction is the CIR is decoded by splitting it into the opcode/operand.
  • The opcode specifies the instruction and the opcode specifies either the immediate data to be used or a memory address.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name the steps of Execute section

A

The decoded instruction is executed.

Results are stored in the accumulator/memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly