Quiz submission record for quiz5-2-2 at Thu Jul 22 10:15:43 2004: Your Answer for Question 1: The delayed branch always executes the next sequential instruction, with the branch taking place after that one instruction delay. It serves the function of pipelining MIPS code. Your Answer for Question 2: This is a data hazard since the add uses the loaded word $t0 as its components. As soon as the word is loaded, we can supply it as an input for the add, using forwarding (bypassing). Your Answer for Question 3: This breaks the pipelining scheme because now you have to switch back and forth between the instructions and data segments instead of a continuing flow through the instructions. Your unique submission ID is quiz5-2-2-cs61c-ef-1090516543-2460.