| A | B |
| Algorithm | A set of steps that outline how to solve a problem. |
| Compound Boolean expression | More than one Boolean expression determines whether the condition is True or False. |
| Conditional control structure/Decision structure | statement that uses a condition to determine which set of statements to execute. |
| Counter | variable used to store a value that is updated by a constant value. |
| Logical operators | Operators (And, Or, and Not) that may be used to form a Boolean expression. |
| Nested statements | One or more statements within a statement. |
| Pseudorandom | Not truly random, but like random. |
| Pseudocode | An algorithm written in both English and program code. |
| Relational operators | Operators (=, <, <=, >, >=, and <>) that can be used to form a Boolean expression. |
| Truth table | Shows the possible outcomes of compound Boolean expressions. |
| Update | To increment a counter variable. |