|
Spring Semester 2003 |
Tue May 6Unless you ask for a program to write you will get a multiple-choice test.
Sun May 4Here's what's due:
There are 10 (ten) quizzes with prep questions for the final.
Wed Apr 30
Mon Apr 28
Thu-Fri Apr 24-25
Thu Apr 24Multiple-choice, closed-book, this is also a warmup for the final.
Thu-Fri Apr 17-18Please work through the posted problems, this is a warmup for the final too.
Thu-Fri Apr 10-11
Wed Apr 9
Thu-Fri Apr 3-4
Wed Apr 2
Wed Apr 2
Thu-Fri Mar 27-28
Mon Mar 31
HELP SESSION in Geology 126 7:15-9:15pm today.
Mon-Fri Mar 17-21
Thu-Fri Mar 6-7Please work through the exercises in
to get ready for it. Also see practical problems from the past.
Wed Mar 5
Also HOMEWORK Assignment THREE
is due at the end of the day today.
Thu-Fri Feb 27-28
Tue Feb 25
HOMEWORK
Assignment TWO
is due at the end of the day today.
Thu-Fri Feb 20-21
Thu-Fri Feb 13-14
Wed Feb 12
Fri Feb 7
HOMEWORK
Assignment ONE
is due only tonight at the end of the day. (Originally due on Wednesday the assignment was extended for QuizSite roster updates).
Thu-Fri Feb 6-7
Tue Feb 4
Reading assignment for this week and
for the exam next week. (All page references are from "Big Java")
You've read Chapter 1 (Introduction) already and you've looked at its summary and collection of warmups and programming exercises (pp. 28-32). Now you're ready for Chapter 2: An Introduction to Objects and Classes. Read pages 34-42 to review how we use and construct objects. This is not a new reading assignment, it is a review. This goes back to our use ofPenguins,Dogs,Rinks,String's andRectangles.
This is really the assignment for the week. While reading this (as well as all the other reading assignments, always) please try to also follow the posted lecture and lab notes. If you remember our discussion about types last week, in Java we only have two kinds of types: primitive types and reference types. Primitive types were those that could fit in a variable (integers,floating-point numbers,chars andbooleans). Reference types are user defined, and in this chapter you learn to design and develop your own.
Take a look at what the book offers, then try to corroborate this with the set of problems and warmups posted (with solutions) in Lab Notes Four.
This is an example (of Chapter 3 material, essentially) that you should study. The complete final code for this example is collected and presented on pages 90-92.
This is a worked-out example (like Lab Notes Four). Useful, for your study.
Strings)
A review of what we already know.
if statements).
This is a set of worked out warmup problems and programming exercises to be posted in Lecture Notes Ten (which is forthcoming).
Thu-Fri Jan 30-31
Wed Jan 29
Reading assignment for this week:
Advanced
Topic 3.6 (page 113-115 in "Big Java")
pp. 186-196
(from Chapter 5 in "Big Java")
Section 5.4
(pp. 210-216) of Chapter 5 in "Big Java"
Thu-Fri Jan 23-24
Wed Jan 22
Reading assignment for this week:
Wed Jan 15
First reading assignment:
Tue Jan 14