Quiz submission record for quiz2-2-1 at Tue Jun 29 15:47:57 2004: Your Answer for Question 1: C does not need all of them. Only goto is needed, and while, do while and if can all be dropped. I think the designer include them all because it is confusing and tedious to write code using only goto. The code will be easier to understand and debug if we also use while and if. Your Answer for Question 2: statements involved in C: while, do while, if else, switch, break, continue, goto statements involved in MIPS: beq bne slt, j, jr The designers did not include more instructions because having less instructions make the program simpler and hence faster Your Answer for Question 3: Difficult: how to translate C switch statements to MIPS Your unique submission ID is quiz2-2-1-cs61c-ac-1088549277-2151.