| Keyword | Definition | 
|---|---|
| condition | an expression that will be evaluated as either true or false | 
| flow | the order in which instructions are executed | 
| selection | when an algorithm has to make a choice about what to execute next | 
| sequence | more than one instruction which will be executed in a specific order |