Quiz submission record for quiz2-2-1 at Tue Jun 29 16:02:12 2004: Your Answer for Question 1: Only if and goto statements are necessary, while and do while can be dropped. C designers probably included while and do while because an if+goto substitute would be more complicated to read and code Your Answer for Question 2: C: if, switch, if-else with =, <, > MIPS: beq, bne, slt The designers of MIPS wanted their architecture as simple as possible so they included only the few arguments necessary to derive all decision-making statements Your Answer for Question 3: The addresses at the beginnings i do not quite understand, like "goto EXIT:", does the "EXIT" not have anything to do with the program? Your unique submission ID is quiz2-2-1-cs61c-am-1088550132-484.