Fetch Decode Execute cycle Flashcards
1
Q
What is the fetch-decode-execute
A
The Fetch-Decode-Execute cycle is the basic method used by the CPU to carry out a single instruction contained in a computer program.
2
Q
Which bits happen where
A
Fetch between RAM and CPU, decode and execute in registers in CPU
3
Q
What registers are used
A
The MDR (Memory Data Register) The MAR (Memory Address Register) Program Counter Accumulator Instruction Register
4
Q
Describe what happens in the ‘fetch’ part
A
It’s responsible for getting an instruction or data from main memory into the CPU, sent to PC. Then copied to MAR, then CU loads address onto address bus,