Control flow
The order the compouter executes statememts in a script
Code runs from the first line to the last line of a file
Exception: computer runs across conditions
-Example: . if(isEmpty(field)){promptUser(); } else{submitForm(); }