Computer Science Crossword Psuedocode

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