CS 171 - Review

Material Covered since Exam 2
  1. Chapter 5 -- Other looping and selection statements
  2. Chapter 6 -- Arrays (up to but not including multi-dimensional arrays)
  3. Chapter 12, 13 -- Recursion and Sorting, Searching
  4. Chapter 2.4+ -- Objects
    1. Won't be on the exam
Exam will be
  1. Short Answer
  2. Understanding Code
  3. Writing Code
Taking the Exam
  1. Remember to always show partial work
  2. When figuring out what code does, don't erase!
    1. Write down variable values, call stacks, etc.
    2. But cross out old values (so I can still read them), and then write down new values
    3. I need to be able to figure out what you are doing/thinking