Quiz submission record for quiz2-2-2 at Thu Jul 1 09:21:26 2004: Your Answer for Question 1: the usage of temp registers (i.e, $t0) since they are not preserved by the called proc. on a proc call. Your Answer for Question 2: If a lang does not need recusion, then essentially all the loading and storing space for functions on the stack are elminated; recursive proc calls will never stack up upon each other. This will eliminate the infinite loop errors so see so often in Scheme. Your Answer for Question 3: I've realized after taking a stab at this week's hw that MIPS is doubled sided. I like it better than C because I feel it is easier to code in. On the other hand, trying to decipher someone else's code takes a monumental effort. =( Your unique submission ID is quiz2-2-2-cs61c-cp-1088698886-2622.