| A | B |
| Algorithm | A series of steps that tell how to solve a problem |
| Counter | A variable used to store a value that is updated during runtime |
| Function | A type of procedure that returns a value |
| Constant | A named memory location that stores a value that cannot be changed |
| Boolean | An expression that evaluates to TRUE or FALSE |
| Global declaration | Variables and constants accessible by every procedure in a form |
| Pseudocode | An algorithm created using both English language phrases, not computer language specific statements |
| Nested statements | One or more statements within a statement |
| Decision structure | A statement that executes code depending on a Boolean expression |
| Logic error | An error caused by statements that are syntactically correct but produce undesired or unexpected results |