1 | 14 | ||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
18 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
16 | 17 | ||||||||||||||||||||||||
13 | 5 | ||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
12 | |||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
15 | |||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
11 | |||||||||||||||||||||||||
1. operators used in programming to manipulate Boolean values
2. Automatic variables in programming languages can ascertain their data type by analyzing their value.
3. A control structure that selects one of many code blocks to be executed.
4. A definite iteration construct is employed as a means of repeating a block of code until a specified condition is no longer true.
5. Used to compare values and return a boolean result.
6. A boolean expression that determines the execution path of a program.
7. A value that remains unaltered throughout the execution of a program.
8. Repetition refers to the process of executing a block of code or a set of instructions repeatedly.
9. A variable that can only be accessed within a specific function.
10. The symbol (*) is employed to perform the operation of multiplying two values.
11. Reverses the logical state of its operand.
12. The process of providing a variable with a specific value.
13. A statement used to exit a loop prematurely, without executing the remaining code.
14. Mathematical calculations in a programming language are employed for numerical operations.
15. Used to check if a value does not exist in a sequence.
16. A control structure that executes a block of code if a certain condition is true.
17. The order of execution of a program's statements and instructions.
18. A data type that can have two possible values: true or false.