Sequence, selection, and iteration
- Sequence
- Instructions needing to be executed once
- Only in order written
- Selection
- Instructions occur only if a condition is met
- Iteration
- Also known as repetition
- Can repeat for fixed number of times, or until condition is met
This is also explained in programming constructs.