05/04/2001 | The final exam is scheduled for
Tuesday, 05/15/2001, from 10:05 AM to
12:05 PM (There will NOT be an extra 30 minutes given for this exam)
. The location will be 107
Psychology. Check the Exams link
to find more detailed information about the exam. |
|
05/04/2001 | You must bring your UW student ID with you to the exam. I will
collect your student IDs at the beginning of the exam, and return
them as the exams are returned. Also, remember to bring plenty
of No. 2 pencils and a good eraser. |
|
05/04/2001 | An extension to the due date has been given for Assignment 2. The new due
date is Monday, May 7, by 5pm SHARP!. The extension is intended to provide
students the opportunity to thoroughly test their programs using the testing
scripts provided. You should have most (or all) of the coding done by the
original due date of Friday, May 4, 11:59pm. |
|
|
|
Exam I Statistics:
-----------------
Average: 79.86%
Standard Deviation: 12.32
High: 98%
Low: 45% |
Exam II Statistics:
-----------------
Average: 82.06%
Standard Deviation: 12.01
High: 97%
Low: 52% |
Exam III Statistics:
-----------------
Average:
Standard Deviation:
High:
Low: |
|
Chapter | Date Assigned | Notes |
Chapter 0 | 01/22/2001 | Skim this chapter |
Chapter 1 | 01/22/2001 | Intro to OOP and Software Development |
Chapter 2 | 01/31/2001 | Java Programming Basics (skip section 2.6) |
Style Guide | 02/02/2001 | Instructions for making your programs 'look' good |
Commenting Guide | 02/02/2001 | Instructions for adding "good" comments to your programs |
Chapter 3 | 02/05/2001 | Numerical Data (section 3.8 is optional) |
Chapter 4 | 02/12/2001 | Defining Instantiable Classes |
Chapter 6 | 02/21/2001 | Selection Statements (Section 1 & 2 needed for Lesson 4) |
Chapter 7 | 02/28/2001 | Repetition Statements (Section 1 & 2 needed for Lesson 5) |
Chapter 8 | 03/19/2001 | Characters and Strings |
Chapter 9 | 03/29/2001 | Arrays |
Chapter 11 | 04/11/2001 | File Input and Output |
I/O Notes | 04/11/2001 | Read these:
My Notes for Chapter 11 and
ConsoleIO.java and
FileIO.java |
Chapter 12 | 04/30/2001 | Reusable Classes and Packages |
-->
Chapter 14 | 04/30/2001 | Inheritance and Polymorphism |
-->
Assignment | Date Assigned | Due Date | Notes |
Assignment 0 | 01/22/2001 | 02/02/2001 5pm | Email your responses. Bring to class copy of student ID. |
Lesson 1 | 01/25/2001 | 02/06/2001 5pm | To be handed in on paper in-class or to my mailbox. |
Lesson 2 | 01/25/2001 | 02/06/2001 5pm | You need only turn in the Funtime.java file |
Lesson 3 | 02/7/2001 | 02/12/2001 5pm | Use the Math class' abs method for height and width to avoid using control statments. |
Lesson 4 | 02/12/2001 | 02/23/2001 5pm | 6.1 & 6.2 are required reading for Lesson 4 (You will need a simple if statement) |
Lesson 5 | 02/23/2001 | 03/05/2001 5pm | 7.1 & 7.2 are required reading for Lesson 5 (You will need to use loops) |
Project 1 Design | 02/28/2001 | 03/07/2001 5pm | To be handed in on paper in-class or to my mailbox. (See announcements) |
Project 1 | 02/28/2001 | 04/02/2001 11:59pm | It is advised to use an incremental approach when coding this project. |
Lesson 6 | 03/09/2001 | NO DUE DATE | You need not turn anything in for this lesson. |
Lesson 7 | 04/04/2001 | 04/18/01 5pm | Handin these 3 files: 1. Sieve.java 2. SelectionSort.java 3. War.java |
Project 2 Design | 04/06/2001 | 04/13/2001 5pm | To be handed in on paper in-class or to my mailbox. (See announcements) |
Project 2 | 04/06/2001 | 05/04/2001 11:59pm | Do NOT use any classes from the javabook2 package or the Vector class. |