1
used to get the program to make a choice or decision
2
method used to ensure data entered is sensible
3
an iteration when you don't know how many times it needs to repeat
4
combining variables and text normally as output
5
standard algorithm that added a total within a loop
6
an iteration when you know how many times it needs to repeat
7
an error that is only discovered once the program runs
8
another term for loop
9
data type that is a whole number
10
data type that can be either true / false
11
data type that is for text
12
an error that break the grammar rules of the programming language
13
data type that is a decimal number
14
error that occurs due to a mistake in the programmers thought pattern