Loyola College in Maryland

CS 201 - Computer Science I
Fall 2003


Loyola College > Department of Computer Science > CS 201 > Examples and Lecture Notes
Date Contents
9/8/2003 Eastman Ch. 1 vocabulary list
9/8/2003 Variance.java (declarations, assignments, simple expressions)
9/10/2003 Computing PER and ERA (type casts)
9/15/2003 Calculating real estate commissions (Strings and user input)
9/22/2003 Method Exercise (String methods, method chaining and composition)
9/24/2003 ColorTest.java and ColorSwatch.java (using classes that are not String)
9/26/2003 DateExample.java (using more classes that are not String)
9/29/2003 LibraryBook.java (writing our own classes)
10/6/2003 ReferenceTest.java (references)
10/6/2003 Line2D.java(data abstraction)
10/15/2003 Partial Solutions to Exam #1
10/20/2003 Conditionals
10/24/2003 Counting loops
10/27/2003 State- and Sentinel-Controlled loops
11/5/2003 Electric Field Hockey
11/10/2003 Drawing with loops
11/17/2003 Statistics.java (arrays)
11/24/2003 PopulationTable.java (2-D arrays)
12/1/2003 Finding all words in a Word Search
12/??/2003 A bad version of Columns (There is a better version in the Java Games Gallery)