COMP-202
Introduction to Computing 1 -- Lectures
Summer 2011

Lectures

Lecture slides and related source code will be posted by each instructor here.

Dan's Lectures

Date Topic(s)
2011-05-03 Introduction
2011-05-05 Introduction
2011-05-10 , 2011-05-12 Unit 2: Variables and methods
2011-05-12, 2011-05-17 Unit 3: If statements and boolean expressions
2011-05-17, 2011-05-19 Unit 4: Loops: For loops and while loops
2011-05-24, 2011-05-26 Unit 5: Arrays and reference types
2011-05-31, 2011-06-02 Unit 6: More on references, 2d arrays, and introduction to object oriented programming (oop)
2011-06-07 Unit 7: ArrayList and more on objects
2011-06-16 Unit 8: recursion
2011-06-21 Unit 9: Polymorphism
2011-06-28 Unit 10: File IO and Exceptions