CS101 Exam #3 Topics

The final exam on Monday 12/10 at 7:00 PM is open book and open notes.  In fact, you can bring any book or other material that you like.  However, this doesn't mean that you don't need to study, because having a textbook won't write a program for you, only help you with syntax or definitions.  The best way to study for the test is to understand your homework questions.  The entire test is primarily on Java programming, where you will be asked to write a program or given a program and asked to describe it or give output.

Program Development and General Concepts

Java Fundamentals

Graphics

Conditions, If-Statements, Loops

Classes and Methods