Across
- 5. indicates that an output will appear on the screen
- 6. a loop (repetition) with a simple conditional test at its beginning
- 8. Either 0 or 1
- 10. a counting loop
- 11. a decision (selection) in which a choice is made between two alternative courses of action.
- 12. a simplified representation of an algorithm that uses the English language to describe coding logic.
- 13. a loop that has a condition at the end
Down
- 1. indicates a user will be inputting something
- 2. a sorting algorithm that moves through the list repeatedly swapping values in pairs.
- 3. Thing that cannot be changed
- 4. Thing that can be changed
- 7. ...gate
- 9. a linear progression where one task is performed sequentially after another
