1 | 16 | ||||||||||||||||||||||||
14 | 18 | ||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
15 | |||||||||||||||||||||||||
8/13 | |||||||||||||||||||||||||
10 | 9 | ||||||||||||||||||||||||
17 | |||||||||||||||||||||||||
11 | |||||||||||||||||||||||||
12 |
1. To combine two values, the plus sign (+) is employed.
2. A statement used to exit a loop prematurely, without executing the remaining code.
3. A data type that can have two possible values: true or false.
4. In programming, a control structure enables the recurring execution of a block of code until a specific condition is satisfied.
5. A definite iteration construct is employed as a means of repeating a block of code until a specified condition is no longer true.
6. The order in which statements are executed in a program.
7. In computer programming, a programming construct is utilized to repetitively execute a block of code for a predetermined number of times.
8. A statement used to skip the rest of the current iteration in a loop and proceed to the next iteration.
9. The process of reducing the value of a variable by a fixed amount.
10. Reverses the logical state of its operand.
11. The order of execution of a program's statements and instructions.
12. The sequence of statements executed based on the condition in an if or switch statement.
13. A variable utilized in definite iteration that keeps record of the number of times a loop has executed.
14. Only returns True if either operand is True, but not both.
15. A loop that never terminates and keeps repeating indefinitely.
16. Repetition refers to the process of executing a block of code or a set of instructions repeatedly.
17. The limit of accessibility and visibility of a variable
18. Used to compare values and return a boolean result.