http://www.cs.wisc.edu/~hummert/cs110/syllabus.html Sid Hummert's CS110 Syllabus

TENTATIVE SYLLABUS FOR FALL 1996

Week Dates Topics Chapters
1 Week 1 Introduction to Computer Programming 1
2 Week 2 Variables, Data types, Arithmetic operations, expressions, Simple I/O 2.1-2.3
3 Week 3 Flow of Control PART 1 --Logical expressions, if-else, loops 2.4-2.5
4 Week 4 Functions 3, 4
5 Week 5 Flow of Control PART 2 7
6 Week 6 Arrays--1 Dimensional 9.1-9.3
7 Week 7 Arrays--2 Dimensional, Strings 10.1-10.2
8 Week 8 Simple Objects--Intro. to structs and classes (ONLY IF TIME PERMITS!) 6