Please enable JavaScript.
Coggle requires JavaScript to display documents.
Control Flow - Coggle Diagram
Control Flow
Within
expressions
program units
statements
Types
Composition
Alternation
Iteration
Compound Statements
{.......}
indentation
Design Issues
Multiple Entry Points
Multiple Exits
Labels
Identifiers
Unsigned Integers
variables
Selection Statements
Single-way selection
Two-way selection
N-way selection
Control statement
machine level
program counter
CPUs
Gotos
Break Statement
labeled
unlabeled
Iteration Statements
Parts
head
body
Types
Simple repetition
Counter-controlled loops
Logically Controlled Loops
User-Located Loop Control Mechanism
Iteration based on data structures
User-Defined Iteration Control
Control structures
Continue Statement