Pseudocode · Flowcharts · AQA Notation · Variables & Assignment
| Shape | Name | Purpose |
|---|---|---|
| Rounded rectangle (oval) | Terminal | Start / End |
| Rectangle | Process | Any instruction or calculation |
| Diamond | Decision | Yes/No question — branches the flow |
| Parallelogram | Input / Output | Read input or display output |
| Arrow | Flow line | Shows direction of execution |
| + | Addition |
| - | Subtraction |
| * | Multiplication |
| / | Division |
| DIV | Integer division |
| MOD | Remainder |
| = | Equal to |
| ≠ | Not equal to |
| < | Less than |
| > | Greater than |
| <= | Less than or equal |
| >= | Greater than or equal |