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