•Flow of control is the order in which
the computer
executes statements in a program.
•Flow of
control is normally sequential.
•Control
structures allow for non-sequential flow of control.
•The
first control structure we are going to look at is a selection control structure.