Review of Topics for Midterm 2
Lecture Week 4
, Chapters 5-6
-
Program loop basics
-
While and for loops
-
Counting and sentinel loops
-
Incremental sums and other calculations
-
Using functions in programs
Lecture Week 5
, Chapters 8-9
-
Array basics
-
Arrays and loops
-
Array parameters in functions
-
The char data type
-
What program memory looks like
-
Program debugging
Lecture Week 6
, Chapters 7, 8, and 9
-
Arrays of char, i.e., strings
-
Simple string functions
-
Arrays of arrays
-
Program testing