DANVILLE
AREA
COMMUNITY COLLEGE
INTRODUCTION TO COMPUTER SCIENCE
MATH 110, Fall
2008

Section 2.1
to
2.11 Topics:
Control Structures;
Introduction;
Algorithms;
Pseudocode;
Control Structures;
The if Selection Structure;
The if/else Selection Structure;
The while Repetition Structure;
Formulating Algorithms:
Case Study 1 (Counter-Controlled Repetition);
Formulating Algorithms with Top-Down, Stepwise Refinement:
Case Study 2 (Sentinel-Controlled Repetition);
Formulating Algorithms with Top-Down, Stepwise Refinement:
Case Study 3 (Nested Control Structures);
Assignment Operators.
Examples:
FIG02_07 CPP;
FIG02_09 CPP;
FIG02_11 CPP;
FIG02_14 CPP;
FIG02_16 CPP;
FIG02_17 CPP;
FIG02_20 CPP.