Quiz submission record for quiz5-2-2 at Thu Jul 22 10:16:17 2004: Your Answer for Question 1: a slot where instruction that always executes after the branch is saved. It makes the successor instructions valid and useful. Your Answer for Question 2: This is problematic, because we want the result of the $t0 after the loading to take place for add $t1, $t0, $t0 however, lw takes the longest path out of all the instructions, and in pipelining, the add $t1, $t0, $t0 might access $t0 before the loading is complete. so placing memory to save $t0 before jumping to the execution of the second instruction would be needed. Your Answer for Question 3: because instruction memory and data memory are dealing with totally different things. Usually, data memory is dealing with what is indicated by the instruction set, while instruction memory is dealiing with the next PC to read instruction from. Your unique submission ID is quiz5-2-2-cs61c-eb-1090516577-2837.