Quiz submission record for quiz2-2-1 at Tue Jun 29 22:32:08 2004: Your Answer for Question 1: No C does not need them all. All it needs are goto statements and if statements. The while and do while loops are simply used for simplicity for the programmer. In they end they all turn into assembly code which use goto loops and if statements for comparison. Your Answer for Question 2: C uses if, ==, <=, <, >, >=, != MISP uses slt, bne, beq All the decision making operation for C can be reperesent as a combination of those in MIPS Your Answer for Question 3: I found interesting how there are only 3 decision making types and how the compiler translates all that C code into basics Your unique submission ID is quiz2-2-1-cs61c-eo-1088573528-92.