Quiz submission record for quiz2-2-2 at Tue Jun 29 23:25:48 2004: Your Answer for Question 1: 10 temporary registers and 8 save registers convention reduces register spilling with procedure calls. 10 temp registers $t0-$t9 are not preserved by the callee, and 8 save registers $s0-$s7 are preserved by the procedure call. Your Answer for Question 2: In non-recursive language, we don't need to allocate frames on a stack. I think we see "infinite loop" very often since base case is not correct. Your Answer for Question 3: Addition and subtraction are fun (easy :). Logical operations are kind of confusing. Your unique submission ID is quiz2-2-2-cs61c-ad-1088576748-1397.