Fall 01/02
Monday 6:15 -- 9:30 pm,
O'Hare campus, Room: 201
Introduction to object-oriented programming using Java. Topics include variables, data types, control structures, arrays, method invocation and parameter passing, predefined classes and programmer-defined classes. Introduction to Java interfaces and inheritance. Simple graphical user interfaces, events, and listeners.
09/10 Intro to Java. Classes, types, variables, expressions. Simple I/O. Intro to Applets. 09/17 More on expressions. Control flows. 09/24 Control flow (Cont. ). Keyboard class. Classes and methods. Applets (cont). 10/01 Midterm Review 10/08 Mid-term Exam 10/15 More about classes, . 10/22 More about classes and interfaces (cont.), Applets, 10/29 Events and listeners, animation. Arrays and vectors. Collections. 11/05 More about inheritance and polymorphism. GUI development. 11/12 Review 11/19 Final exam
A : | total >= 93 | C+: | 80 > total >= 77 | |
A-: | 93 > total >= 90 | C : | 77 > total >= 73 | |
B+: | 90 > total >= 87 | C-: | 73 > total >= 70 | |
B : | 87 > total >= 83 | D+: | 70 > total >= 67 | |
B-: | 83 > total >= 80 | D : | 67 > total >= 63 | |
D-: | 63 > total >= 60 | |||
F : | 60 > total |