Quiz submission record for quiz2-2-1 at Wed Jun 30 00:35:13 2004: Your Answer for Question 1: While statements can be replaced by a combination of if and goto statements. Do while statements can also just be replaced with some repeating code within and without a loop. They are all included because it allows for better program control, allows for easier coding by enforcing certain control pathways on the coder and the computer as well as allowing bad programming style to be avoided (in the case of the usage of if and while structures instead of goto statements) Your Answer for Question 2: If, while, switch, for, do while, gotos, break, return MIPS has beq, bne, slt, j, jr. More aren't needed to allow for instructions since most of these structures are be produced via a combination of many simple yet efficient instructions in the registers. Your Answer for Question 3: The Switch statement part was somewhat confusing Your unique submission ID is quiz2-2-1-cs61c-ba-1088580913-2830.