To understand what a variable is and how they can be used in coding.
To explore the use of variables in Python.
To understand the concept of selection – IF statements.
To explore the use of IF statements in Python.
To understand the concept of selection – SELECT CASE statements.
To understand the concept of iteration – (Count controlled loop) FOR Loops.
To understand the concept of iteration – (Condition controlled loops) WHILE and REPEAT loops.
To explore iteration in Python.
To understand the Array data structure.
Using Arrays in Python.
To understand validation and verification and how to implement it in code.