1 14 17
2
13
3
4
15 5
6
7 16
8
9
10
11
12

Crossword: Trace Tables

Across

1. An expression that can either be true or false.

2. A named section of code that performs a specific task and can be called by other sections of code.

3. The value of a variable at the end of a program or a specific section of code.

4. A line of code that performs a specific action or sequence of actions in a program.

5. The repetitive execution of a sequence of code until a specific condition is met.

6. A symbol or word used to compare two values and produce a boolean result.

7. A table used to track the values of variables, expressions, and statements as a program is executed.

8. A function that calls itself during execution.

9. The process of identifying and fixing errors or bugs in a program.

10. An error in a program that occurs during execution and results in abnormal program termination.

11. The combination of two or more strings into a single string.

12. An error in a program due to incorrect logical reasoning or assumptions.

Down

13. An error in a program due to improper use of programming language syntax.

14. A combination of values, variables, and operators that can be evaluated to produce a result.

15. A symbol or word used to connect two or more boolean expressions and produce a new boolean result.

16. A boolean expression that determines whether a certain code block will be executed or skipped.

17. The value of a variable at the beginning of a program or a specific section of code.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓