Control flow
Control flow is the order in which a program executes instructions. Sequencing, branches, loops, exceptions, and function calls determine how execution proceeds.
Linked from 10 pages
AlgorithmRelated: It determines which steps an algorithm performs and in what order.
Deterministic algorithmRelated: Fixed branching rules determine which instruction follows each step.
Imperative programmingRelated: Branches and loops determine which commands run and when.
Computer programRelated: Control flow determines which program instructions run and when.