CIS133C - Structured Design/Programming
- Control structures:
- SEQUENCE is the execution of one unconditional action after another.
- SELECTION is the execution of either of two actions, depending on a condition.
- ITERATION is the repetition or looping of statements.
- Design tools:
- PSEUDOCODE
- FLOW CHARTS
- HIERARCHY CHARTS
-
WARNIER/ORR
|