Week 15 (May 05)¶
Your "reading" for this week is to prepare for the final exam. Begin by taking the sample exam on your own so you know what you need to study. Then watch the lab walkthrough videos, and review the study materials from the previous exams.
Sample Exam¶
Take the sample exam on your own, closed book, without a computer. Set a 2-hour timer so you can practice finishing in the time alloted.
The actual exam will be similar in nature and length to the sample exam.
Extra Practice¶
CodingBat is a good resources for practicing concepts we've learned in class:
Lab Walkthrough Videos¶
Lab: Word Clouds¶
Lab: CodingBat Recursion¶
Lab: Math Dice Review¶
Previous Review Pages¶
We also recommend you go through and review the materials from the previous exams, since the final will be comprehensive.
-
- Java Fundamentals
- Arrays
-
- Classes
- File I/O
- Exceptions
-
- Inheritance
- Polymorphism
- Abstract Classes
- Interfaces