Quiz submission record for quiz2-2-1 at Tue Jun 29 20:14:31 2004: Your Answer for Question 1: Doesn't need them all. Can drop 'while' and 'do while', since 'if' + 'goto' suffice to write them. Included in C, since it makes programs more readable, easier to debug and to write. Your Answer for Question 2: >, >=, <, <=, ==, !=, which work for every datatype MIPS has They are: bczf, beq, bgez, bgtz, blez, bltz, bne, beqz, bgt, blt, bnez, most of which only work for integers(there are variations that work with unsigned integers) More instructions not included, since -using available MIPS instructions, all of C descision-making statements can be written -more hardware instructions means slower speeds and more hardware Your Answer for Question 3: Nothing. Your unique submission ID is quiz2-2-1-cs61c-bc-1088565271-2736.