Quiz submission record for quiz2-2-2 at Thu Jul 1 10:41:23 2004: Your Answer for Question 1: the frame pointer which which moves until the stack pointer; this way we will always know what is in memory and not accidently address a register in the middle. Your Answer for Question 2: We would not have to save registers to jump back anywhere to reiterate through anything, it would just be straight code which in like a 10000 loop iteration.. the assembler code would look very ugly. Infinite loops would never happen. There would always be a termination if there was no recursion. No loops exist. Your Answer for Question 3: Wher eare all the frame pointers stored? on the heap? Is the stack just a memory address? and we are just referencing that? So its not really in a register.. and the stack pointer simply points to the memory adress of the stack in memory? Your unique submission ID is quiz2-2-2-cs61c-eo-1088703683-3071.