Quiz submission record for quiz2-1-2 at Mon Jun 28 22:50:12 2004: Your Answer for Question 1: Two parts of a C program that are not translated directly into assembly language code would be comments and the definitions (like DEFINE MONTHS 12). Comments are not included because they are used only to benefit the user. The definition statements are not included because the compiler automatically replaces all instances of the variable with the correct data. Your Answer for Question 2: add $t0 $k 1 move $k $t0 Your Answer for Question 3: The reading was quite interesting because I find it amazing how the complex programs that we write in the high level languages could all be turned into simple MIPS statements. Your unique submission ID is quiz2-1-2-cs61c-ae-1088488212-686.