CS100 J Spring 2004
Prelim 1 Topics
Topics/Ideas
- Variables, scope, types
- Selection (conditional statement)
- objects and classes
- writing subclasses
- instance/class variables
- writing and calling instance/class methods
for
loop (no nesting)
- input/output statements
- good programming style
Students are responsible for all material covered in lectures, sections (labs), homework, and the assigned reading:
- Lecture and section: up to and including 2/19
- Homework: Projects 1 and 2, Exercise 1
- Assigned reading: See CS100J-->Notes, up to and including 2/19
The names of Java predefined methods
that may be needed for solving the exam problems will be given on the
exam. You are expected to know how to use them.
Statements students may not use: