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