Question 1
5 marksOCR H446-aligned · register state. A simple processor has PC = 52. Memory location 52 holds JUMP 90. The PC increments during fetch; JUMP n replaces the PC with n during execution. State the MAR value after the PC is copied to it, name the two registers that receive and then hold the instruction, and give the PC value just after fetch and after execution.
Show solution and marking guidance
OCR H446-aligned answer: MAR = 52 (1); MDR receives JUMP 90 (1); CIR holds it for decoding (1); PC = 53 just after fetch (1); PC = 90 after the jump executes (1).
The stated increment rule makes the intermediate PC value clear.