1 | 15 | ||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
3 | 14 | ||||||||||||||||||||||||
5 | 4 | 17 | |||||||||||||||||||||||
6 | 7 | ||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
13 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
16 | |||||||||||||||||||||||||
11 | |||||||||||||||||||||||||
12 | |||||||||||||||||||||||||
1. A variable that can be accessed and modified from any part of a program.
2. Mathematical calculations in a programming language are employed for numerical operations.
3. The process of enhancing the value of a variable by a set amount.
4. A variable utilized in definite iteration that keeps record of the number of times a loop has executed.
5. Used to check if two variables refer to the same object in memory.
6. A common construct used for definite iteration in many programming languages is the ability to execute a block of code repeatedly for a specified number of times.
7. The order in which statements are executed in a program.
8. Automatic variables in programming languages can ascertain their data type by analyzing their value.
9. A boolean expression that determines the execution path of a program.
10. The sequence of statements executed based on the condition in an if or switch statement.
11. The symbol (*) is employed to perform the operation of multiplying two values.
12. An if statement that is inside another if statement.
13. The process of reducing the value of a variable by a fixed amount.
14. Used to check if a value does not exist in a sequence.
15. A loop that never terminates and keeps repeating indefinitely.
16. The limit of accessibility and visibility of a variable
17. A loop inside another loop, often used in a flowchart to indicate more complex algorithms.