Please enable JavaScript.
Coggle requires JavaScript to display documents.
2.2 Programming fundamentals - Coggle Diagram
2.2 Programming fundamentals
Programming fundamentals
The use of the three basic programming constructs used to control the flow of a program:
Sequence
Selection
Iteration
Common arithmetic operators
The use of variables, constants, operators, inputs, outputs and assignments
Common Boolean operators AND, OR and NOT
Data types
Use of data types
Boolean
Characters and string
Real
Casting
Integer
Additional programming techniques
The use of records to store data
The use of SQL to search for data
The use of basic file handling operations:
Close
Write
Read
Open
The use of arrays (or equivalent) when solving problems, including both one-dimensional (1D) and two-dimensional arrays (2D)
The use of basic string manipulation
How to use sub programs (functions and procedures) to produce structured code
Random number generation