1 | 13 | ||||||||||||||||||||||||
16 | |||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
12 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
15 | |||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
8 | 14 | ||||||||||||||||||||||||
11 | |||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
1. A table used to track the values of variables, expressions, and statements as a program is executed.
2. A symbol or word used to connect two or more boolean expressions and produce a new boolean result.
3. A function that calls itself during execution.
4. The value of a variable at the beginning of a program or a specific section of code.
5. An error in a program that occurs during execution and results in abnormal program termination.
6. An error in a program due to incorrect logical reasoning or assumptions.
7. An error in a program due to improper use of programming language syntax.
8. A combination of values, variables, and operators that can be evaluated to produce a result.
9. A symbol or word used to compare two values and produce a boolean result.
10. The repetitive execution of a sequence of code until a specific condition is met.
11. A boolean expression that determines whether a certain code block will be executed or skipped.
12. The value of a variable at the end of a program or a specific section of code.
13. The combination of two or more strings into a single string.
14. A line of code that performs a specific action or sequence of actions in a program.
15. The process of identifying and fixing errors or bugs in a program.
16. An expression that can either be true or false.