Quiz submission record for quiz2-2-1 at Wed Jun 30 04:25:27 2004: Your Answer for Question 1: c does not need all of its statements. It can stimulate a while and do while statement by simply using combinations of gotos and if statements. The designers of c include them because it makes the code more readable and clear and also it create less work for the programmers. Your Answer for Question 2: for c: if-else statement, Else-if statement, switch statement, while loops, for loops, do loops. for MIPS: bne, beq, slt The designers of MIPS didn't include more instructions for making decisions because it was not necessary due to the fact that you could create the entire if-else, else-if, switch, while loops, for loops, do loops statements in c by using combination of bne, beq, slt with goto labels. Your Answer for Question 3: It's interesting how switch instructions are form in MIPS. Your unique submission ID is quiz2-2-1-cs61c-af-1088594727-2160.