Quiz submission record for quiz2-2-1 at Wed Jun 30 08:11:52 2004: Your Answer for Question 1: no. goto isn't necessary,only for exiting several loops in deeply nested loops. Because it's easier for the programmer facing different decision making situation,to have different tools. Your Answer for Question 2: In C: if-> single decision if else-> double selection switch-> multiple selection while&for loops-> making decision in loops do while-> doing iteration at least once after making decision In MIPS: bne & lable beq &lable slt for regularity and simplicity,which translates to speed. Your Answer for Question 3: tranlating from C to MIPS. Your unique submission ID is quiz2-2-1-cs61c-fx-1088608312-599.