1/18/00
COM1100 Winter2000 Yuhong Yin
Northeastern University
16
Flow of control
n
Flow of control
refers to the order in which a
program’s statements are executed.
n
Any algorithm could be constructed using
combinations of four standardized flow of control
structures:
n
Sequential
(normal)
n
Selection
n
Repetition
n
Invocation
n
n
Permit the sequential flow of
control to be altered in precisely
defined ways.