| A | B |
| sequence | structure is the most simple of the basic control structures |
| repetition | structure allows the programmer to create a loop in a program |
| selection | structure allows the programmer to evaluate a condition in a program |
| infinite loop | occurs when using a repetition structure and the condition to end the loop is never met |
| decision | The selection structure is commonly called the _ structure. |
| logic | Another term used for control structures are _structures. |
| algorithm | the step-by-step instructions that accomplish a task |
| sequence, selection, and repetition | three basic control structures used in programming |
| Control Structure | used to control to logic flow in a program |