1 | 15 | ||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
16 | |||||||||||||||||||||||||
14 | |||||||||||||||||||||||||
12 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
11 | 13 | ||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
10 |
1. The order in which statements are executed in a program.
2. Defining a variables name and type.
3. The order of execution of a program's statements and instructions.
4. A loop that executes a block of code at least once, and then repeatedly executes it as long as a specified condition evaluates to true.
5. A variable that can only be accessed within a specific function.
6. A boolean expression that determines the execution path of a program.
7. A loop that never terminates and keeps repeating indefinitely.
8. A named storage location in a computer's memory that can hold a value
9. An if statement that is inside another if statement.
10. operators used in programming to manipulate Boolean values
11. The sequence of statements executed based on the condition in an if or switch statement.
12. Used to check if a value does not exist in a sequence.
13. A variable utilized in definite iteration that keeps record of the number of times a loop has executed.
14. Reverses the logical state of its operand.
15. Used to compare values and return a boolean result.
16. The symbol (*) is employed to perform the operation of multiplying two values.