Quiz submission record for quiz2-2-1 at Wed Jun 30 04:29:27 2004: Your Answer for Question 1: do while and while can be dropped because they can be done with recursion using the if statement. they are included simply because it makes the code simpler and looks more closely to english language. Your Answer for Question 2: In C, they have statements like while, do while, for, if, switch. MIPS has only loop, if and switch. Because MIPS is a low level language, we want the instructions to be as simple as possible. Hence something like while and for, which is the same as loop but with different syntax, is eliminated from the MIPS list. Your Answer for Question 3: I think is ok It's fair because we have to work on the project Your unique submission ID is quiz2-2-1-cs61c-cg-1088594967-1703.