Structured Programming
↔ Subset of Imperative Paradigm organise code by specific control structures
control structure for sequences, selection and iteration
used to avoid jumping around in code, to improve readability