Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. [15] This question is regarding the single-cycle implementation of the MIPS p

ID: 2291338 • Letter: 1

Question

1. [15] This question is regarding the single-cycle implementation of the MIPS processor a. [5] Mark T (True) or F (False) on the following statements A branch instruction does not update any register including the PC. The store instructions are the only instructions that update memory. All instructions make effective use of the control unit All instructions make effective use of the register file. ?When the CPU executes the J (Jump) instruction, the ALU has no circuit-level activity because the 3 instruction does not need to use ALU.

Explanation / Answer

Answer :- 1) TRUE, branch instruction in single cycle MIPS affects ony PC.

2) TRUE, SW and SB are only instruction to update memory.

3) TRUE, all instruction use control unit.

4) FALSE

5) TRUE