CS 149: Programming Fundamentals 
James Madison University, Fall 2017 Semester 

Exam #3 logistics and preparation

Current Materials

The following samples will give you a good idea of the structure and length of exams. Sample exams are not a study guide. In other words, they do not provide information about what you should and/or shouldn't study.

Note that the answers to the sample exams will not be made available. This is to help you avoid focusing too much attention on the specifics of these questions. (These samples were developed by Prof. Bernstein.)

image Sample Written Exam

To use the Rectangle class you must import it like this at the top of your class:

import java.awt.Rectangle;

image Sample Coding Exam

Back to Top