2.2.3 Additional programming techniques

The use of basic string manipulation


The use of basic file handling operations

Open

Read

Write

Close

The use of records to store data


The use of SQL to search for data


The use of arrays (or equivalent) when slving problems, including both one-dimensional (1D) and two-dimentional arrays (2D)


How to use sub programs (Functions and procedures) to prodduce structured code


Random number generation