Quiz submission record for quiz2-2-1 at Wed Jun 30 08:36:56 2004: Your Answer for Question 1: while and do-while statements can be converted to if-goto statements. but if that was done, the code would become messy and hard to read. while and do-while make clear the intentions of the programmer. Your Answer for Question 2: conditional statements in C: if, while, do-while, for, switch MIPS conditional statements: beq, bne, slt MIPS strives for ultimate simplicity over readability. since all the statements in C can be represented by just these three conditional statements, it suffices to only have these statements. Your Answer for Question 3: It is hard to follow the code of MIPS because all the variables look alike. Your unique submission ID is quiz2-2-1-cs61c-aq-1088609816-1776.