IGCSE Logo

Abbreviated CPU Fetch-Execute Cycle

Answer the following based on the first four steps of the CPU fetch-execute cycle. Refer to the key for abbreviation meanings.

// Abbreviated CPU Fetch-Execute (Lines 1–4)
1 MAR = PC
2 MDR = [MAR]
3 CIR = MDR
4 PC = PC + 1
    
Key:
MAR: Memory Address Register
MDR: Memory Data Register
CIR: Current Instruction Register
PC: Program Counter
Question 1 of 10