CS201 Final Exam Topics

The CS201 final exam is open book and open notes. You can use a computer to access notes or look at programs you (or I) may have written, but you are not allowed to compile programs or search for answers on the Internet. You have two hours and 45 minutes. The emphasis is on material covered since the midterm exam, but you will still need to know the basics from the prior material. The topics that will be covered are listed below, with a major emphasis on arrays, classes, inheritance/polymorphism, exceptions, file I/O, methods, and recursion.

Methods and Classes

Arrays

ArrayList and Generics

Pointers / Reference Variables

Inheritance

Exceptions

File I/O

Recursion