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