Quiz submission record for quiz2-2-1 at Wed Jun 30 03:52:10 2004: Your Answer for Question 1: if and goto are all that are needed. A while loop is basically just a combination of them both, returning to the top of the loop if something is true. The designers of C included them all because it makes it much easier to code, and because it helps others understand what you coded. Your Answer for Question 2: if, for, while, switch, do while. MIPS only has two, bne and beq. The philosophy of mips is simplicity, and all decisions can be made with these two operations, so that's all that's needed. Your Answer for Question 3: differentiating between decision making, comparisons, and control statements can be pretty confusing. Your unique submission ID is quiz2-2-1-cs61c-bg-1088592730-1177.