Quiz submission record for quiz2-1-2 at Tue Jun 29 10:14:00 2004: Your Answer for Question 1: CPP directives (ie. #define a "hello") These are not directly translated because the C pre-processor takes them and replaces them with C code. Their purpose is to make programming easier for the programmer so that in case they need to change the value of something that appears frequently in a program, they won't have to go through the file changing every instance of it. Comments. Comments in C are completely ignored when compiled into asm. Their purpose is to make reading the code easier. Your Answer for Question 2: addi k,k,1 Your Answer for Question 3: The lw/sw portion with the grabbing data from memory was most interesting to me. However, the most confusing part was not the reading but rather understanding the quiz. The first question was so vague that I have trouble understanding what was really being asked. The second question was also a bit strange with some of the wording, and that we haven't learned instructions like addi. Your unique submission ID is quiz2-1-2-cs61c-ep-1088529240-1305.