A-level Computing/AQA/Problem Solving, Programming, Data Representation and Practical Exercise/Fundamentals of Programming
Fundamentals of programming Features of Imperative High Level Languages
|
Data Types Use the following appropriately.
|
Programming statements
Arithmetic operators including modulo arithmetic +, –, /, x, DIV, MOD Relational operators =, <, >, <>, <=, >= Boolean operators NOT, AND, OR Logical bitwise operators NOT, AND, OR, XOR Set operators Union, difference, intersection, membership Built-in functions
|
The Role of Variables Recognise the different roles a variable can take:
|
Fundamentals of Structured Programming Understand the structured approach to program design and construction.
|
Data Structures Arrays
|
Validation
|