Unit F452 Programming techniques and logical methods
This unit investigates some of the fundamental programming topics in Computer Science. These include the following areas:
* designing solutions to problems
* the structure of procedural languages
* data types and data structures
* common facilities of procedural languages
* writing maintainable programs
* testing and running a solution