CS 1063 Intro. to Programming
Topics and Review Questions for
Exam 2, Fall 2005

Note: After you have worked on the problems below, you can look at Selected Answers.


Date and Length of Exam: Friday, 11 November 2005. The full 50-minute period: 12:00 pm - 12:50 pm.


Official Review: See Week 12 Lectures for initial review material. You should work on the two review classes in this lecture: the Triangle class, and the RomanNumeral class. (Note that the switch statement in the answer to the question about the RomanNumeral class in not required. It can easily be done with an extended if-else statement.)


Outline of Topics:


Sample Questions: I will pick simple questions about many of the topics from the web pages and from class. Often it will involve giving you some code and asking you to explain, modify, or complete the code.