A set of instructions or actions in order meaning that each action follows a previous action.


A programming structure that repeats a sequence of instructions as long as a specific condition is true.


This involves a choice (IF-THEN-ELSE).

1.
Sequence

2.
Selection

3.
Iteration (looping)