Fall 2006 CSCI 201 tests

There will be four 30-minute in-class tests. These tests will be given in the last 30-minutes of a 50-minute lecture session. There will also be a final exam given from 8:00 am to 10:30 am on Monday, 11 May.

All tests will be "open textbook". No other notes or electronic devices may be consulted.

Test 1 -- 20 September

This test will cover Chapters 2 and 3 of the textbook. You should know the values and operations of the numeric (int and double) and logical (boolean) types of Java.

You should also know how to write and trace simple selection (if-then-else) statements with appropriate assignment and simple I/O statements (nextInt, nextDouble, and println).

You do not need to know class or method structure or how to create a Scanner object. These will be provided for you on the test.

Test 2 -- 18 October

This test will cover Chapters 4 to 6 of the textbook.