CS100M --> Exams
--> Prelim 3
- Date: Tuesday,
April 19
- Time: 7:30-9:00 pm
- Location: Statler Aud
- Topics:
t3topics.html
Review Session
- Date: Sunday, April
17
- Time: 1:00-2:30pm
- Location: Upson B17
- Review questions:
reviewQ.html
CS100M in fall 04 was different compared to the current semester:
- Class JLiveRead was used to read user input. You will
use class Keyboard this semester.
- Q1b asked about something called a "procedure." We did not use
that terminology this semester. A proecedure is a method that does not
return anything.
- Q4 has overloaded constructors. When one constructor calls another,
the keyword this is used instead of the method name (see
solutions). We did not cover that specific use of keyword this
this semester, so you don't have to know that.
- Review Solutions:
r3fa04sol.txt