8.1.4 (a) Understand and use the concept of sequence
8.1.4 (b) Understand and use the concept of selection
Including:
IF statements
CASE statements
8.1.4 (c) Understand and use the concept of Iteration
Including:
count-controlled loops
pre-condition loops
post-condition loops
8.1.4 (d) Understand and use the concepts of totalling and counting
8.1.4 (e) Understand and use the concept of string handling
Including:
length
substring
upper
lower
The first character of the string can be position zero or one
8.1.4 (f) Understand and use arithmetic, logical and Boolean operators
Arithmetic, limited to:
+
–
/
*
^ (raised to power of)
MOD
DIV
Logical, limited to:
=
<
<=
>
>=
<> (not equal to)
Boolean, limited to:
AND
OR
NOT