Sunday, November 13, 2011

Exam #2 preparation

Your second exam, on chapters 5 through 7 of the textbook, is scheduled for next Tuesday, November 22nd. Keep an eye on the blog this week for test preparation suggestions. Programming problems on exams are often very similar to the end of chapter exercises.

Topics covered are likely to include:
  • for, while, and do-while loops (including nested loops)
  • user defined functions
  • scope
  • function overloading
  • default parameters
  • value vs reference parameters