Electrical and Computer Engineering
1 of 21
UAH
CPE 112
Flow of Control
•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.