CO1 WEEK 5 FDE CYCLE Flashcards

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

What are the three parts of the FDE cycle?

A

Fetch-instruction fetched from memory
Decode- the cpu decodes the instruction and prepares other areas of chip
Execute- preforms the instructions

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

What is the FDE cycle?

A

PC->MAR-address of instruction executed
(held in PC)is copied to MAR
Memory address->MDR - instruction held at that address is placed in MDR
PC-Increments by 1
- MDR->CIR - Contents of MDR copied to CIR frees up MDRSon Execute phase
-CIR decode and execute - Instruction in CIR is decoded and then executed

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

Describe FETCH part of the cycle.

A

Value from PC loaded into MAR.
Fetch Signal sent down the control bus and this sends value in MAR down the address bus.
Contents of memory of specified location sent down data bus stored in MDR.
Copied to CIR.
PC then incremented.

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

Describe DECODE part of cycle.

A

Contents of CIR sent to Control Unit.
It decodes the instruction.
If necessary also brings data for instruction to use and stores in appropriate registers.

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

Describe EXECUTE part of cycle

A

CU and/or ALU carries out the instruction stored in CIR and cycle begins again!

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