Pseudocode Crossword

12345678910
Across
  1. 1. - A counting loop
  2. 4. - Block of code that you can reuse and call
  3. 7. - A loop that has a condition at the end
  4. 8. - Half code, half english
  5. 10. - A loop that has a condition at the beginning
Down
  1. 2. - A subroutine that executes commands
  2. 3. - Indicates that an output will appear on the screen
  3. 5. - A decision in which a choice is made
  4. 6. - A plan, a logical step-by-step process for solving a problem
  5. 9. - Indicates a user will be inputting something