Please enable JavaScript.
Coggle requires JavaScript to display documents.
Control Flow - Coggle Diagram
Control Flow
Common forms of statement-level sequence control
Iteration
Composition
Alternation
Selection statement
Single way selection
Two way selection
N way selection
Control flow
Flow of control within expression
Flow of control among program units
flow of control among statement
Control structures
Control Statement
Explicit sequence control
"goto" statement
The goto controversy
Iteration Statements
statement(s) to be executed zero or more times
Simple repetition
Counter controlled loops
Logical control mechanism
User located loop control mechanism
Iteration based on data structures
Compound statement
Design Issues
Multiple entry point
multiple exits
Continue statement
To move forward to the end of the current loop
body.
Lables
An explicit name or number (variable) assigned to a
fixed position within the source code
Semantic
Break statement