computational thinking

12345678910111213
Across
  1. 3. Comparing two algorithms to choose the most efficient one
  2. 6. The symbol used to access address of a variable
  3. 8. A reusable block of code in C
  4. 9. A data type used to store whole numbers in C.
  5. 11. Type of loop that executes a block at least once
  6. 12. Judging code readability and maintainability
  7. 13. An organized representation of an algorithm
Down
  1. 1. Common logic error when loop never stops.
  2. 2. Identifying and correcting errors in a program
  3. 4. Designing a unique solution using C and computational strategies
  4. 5. C operator used to increment a variable
  5. 7. The header file used for input and output functions in C
  6. 10. Predicting what a piece of code will do before running it