The problems below refer to the following sequence of instructions, and assume that it is executed on a 5-stage pipelined datapath:
add $t5, $t2, $t1
lw $t3, 4($t5)
lw $t2, 0($t2)
or $t3, $t5, $t3
sw $t3, 0($t5)
Answer these questions: