Programming Techniques
Knowledge of the following programming techniques will be needed to complete your programming project:
a) Variables, Operators, Inputs, Outputs and Assignment
b) Flow Control: Sequence; Conditional Statements; Iteration (count and condition controlled)
c) Different data types including Boolean, String, Integer and Real
d) Basic string manipulation
e) Basic file handling operations: open, read, write and close
f) Arrays or equivalent as appropriate