What is sequence?
A set of instructions where each instruction follows the previous one
What is selection?
Code that only runs if a given condition is met
What is iteration
The repetition of code until a condition is met
What is flow control?
The order in which instructions are executed ( run)
decision (sometimes known as the decision diamond)