Quiz submission record for quiz2-1-2 at Mon Jun 28 21:25:00 2004: Your Answer for Question 1: #define and #include #define provides a way of giving telling the compiler/assembler, to replace a word by another word #include copies a file containing source code from your current working directory Your Answer for Question 2: addi $s0, $s0, 1 Your Answer for Question 3: I do not understand the following paragraph on page 112: Since 8-bit bytes are useful in many programs, most architectures address individual bytes. Therefore the address of a word matches the address of one of the 4-bytes within the word. Hence, addresses of squential words differ 4. The second sentence makes the least sense. The logic just doesn't flow and I don't understand what's going on. Also, I couldn't figure out a way to do question two without "addi". If k were a number, I don't know how to make a certain register contain 1 so that I can add 1 to the register with k. Your unique submission ID is quiz2-1-2-cs61c-ej-1088483100-1726.