Quiz submission record for quiz2-2-1 at Tue Jun 29 23:23:35 2004: Your Answer for Question 1: do while statements and gotos could be dropped. do while statements are the convenient form of while loop without checking the condition for the first time. gotos are not necessary with if statements. In my thinking, the designers of C include them for programmer's convenience. Your Answer for Question 2: "if" is the only statement in making decisions in C. In MIPS, beq and bne are the making decision statements. I think MIPS has two of them just to highlight on what we really want to do. Your Answer for Question 3: The most interesting part is writing switch statement in MIPS. Your unique submission ID is quiz2-2-1-cs61c-ad-1088576615-2951.