CS 2500, Spring 2011
Quiz 2 Review
As part of your review process, I recommend you study:


Chapter Two -- Recursion: The Mirrors

Study the following topics:

   1. Definition of a recursive function
   2. The Four Questions for constructing recursive solutions
   3. Runtime stack and activation records
   4. Given a recursive function, tell what it writes
   5. Given a recursive function, tell what is wrong with it
   6. Be able to write a recursive function