Pseudocode Crossword

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