Programming 1
A precise sequence of instructions for successfully carrying out a task.
What is an algorithm?
A sequence of instruction written in a language or code that a computer can understand and put into action.
What is a Program?
A computer's way of evaluating something and saying that if it has a particular attribute it will do one thing, otherwise it'll do something else.
What is if...then...else?
The process of performing the same task again and again usually, but not always, for a set number of times.
What is loop or iteration?