T-Th 9:05
or
T-Th 11:15
in Phillips 101

CS 1110: Introduction to Computing Using Java

Spring 2012

Labs

Labs are held every week, during section. You will not be graded on your performance during lab, though you are expected to do them. Up to two labs may be missed; any more unexcused absences and we reserve the right to reduce your course grade (e.g. B goes to B-).

The weekly labs in this class are tentatively listed in the table below. Many of the labs are being revamped, and hence are not yet available. When the lab becomes available, a link below in the Lab column will take you to a page with more instructions.

Lab Topic Reading
Lab 1 Evaluating Expressions Section 1.1
Lab 2 Using the Java API Section 1.3
Lab 3 Classes and Testing Sections 1.5 and 1.6
Lab 4 String Exercises  
Lab 5 Using Vectors Section 5.3
Lab 6 Abstract Classes Section 4.7
Lab 7 Recursion Exercises Sections 15.1 - 15.3
Lab 8 Exception Handling Chapter 10
Lab 9 Loop Exercises  
Lab 10 File I/O  
Lab 11 Loops and Invariants Chapter 8
Lab 12 Timing Performance  
Lab 13 Formatting Locales  
Lab 14 Finishing Up