CS 201: Practice Exams
This page has links to practice exams.
First practice exam: Exam 1, Fall 2014, Programming zipfile, Solution to written questions, Solution to programming part. Notes:
- All of the questions on this practice exam are fair game for Exam 1
- For the programming part of the exam, the objective is to implement the
BallandModelclasses such that all of the tests inBallTestandModelTestpass. A bonus objective is to get the tests inAdvancedModelTestto pass, which requiresModelstoring a collection of references toBallobjects. - You can run the
Viewclass as a Java application to see an animation which uses theBallandModelclasses
Second practice exam: Exam 2, Fall 2014, Programming zipfile
- When preparing for Exam 2, just do Questions 1–3
- Partial solution, Solution to rest of written questions, Solution to programming part
Practice final: Final Exam, Fall 2014, Programming zipfile
- When preparing for Exam 2, just do Questions 6 and 7
- Partial solution, Solution to rest of written questions, Solution to programming part
Exam 2 review quiz: Quiz, Solution
- This was given in class on Tuesday, July 7th
