What is an algorithm?
A set of step-by-step instructions designed to solve a problem.
What are the three building blocks to use when designing algorithms?
Sequencing, Selection and Iteration.
In which two ways can programs be iterated or looped?
Count-controlled loops
Condition-controlled loops