CS 110: Introduction to Programming in Java
Kalamazoo College
Spring 2003
N
OTES TO
S
UPPLEMENT
C
LASS
L
ECTURES
Here are links to the class presentations and extra notes from classes or labs to supplement your notes.
CS 110 Home
Homework
Labs
Class Notes
Key People
Syllabus
Bibliography
This document was last modified on April 25, 2003.
Week 1:
Keywords and Code Samples from First Class
(What is programming? What is an object-oriented program?)
Simple Java Application (that does nothing)
Keywords and Code Samples from Second Class
(Object construction and invoking methods)
Week 2:
Keywords and Sample Truth Tabless from Introduction to Boolean Logic
Week 3:
Keywords and Code Samples from Introduction to Arrays
Week 4:
Summary of differences between arrays and ArrayLists
Repetition Practice
(practice with repetition patterns applied to arrays and ArrayLists)
Notes from 4/25: Linear and Binary Search
Guidelines for Composing Methods
(Word document)