1/8 | 14 | 16 | |||||||||||||||||||||||
2 | |||||||||||||||||||||||||
11 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
15 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
13 | |||||||||||||||||||||||||
5 | 12 | ||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
1. An if statement that is inside another if statement.
2. operators used in programming to manipulate Boolean values
3. A data type that can have two possible values: true or false.
4. A boolean expression that determines the execution path of a program.
5. A case in a switch statement that is executed when none of the other cases match.
6. The sequence of statements executed based on the condition in an if or switch statement.
7. A variable that can be accessed and modified from any part of a program.
8. Used to check if a value does not exist in a sequence.
9. The process of making a decision based on certain conditions.
10. The process of reducing the value of a variable by a fixed amount.
11. Only returns True if either operand is True, but not both.
12. In programming, a control structure enables the recurring execution of a block of code until a specific condition is satisfied.
13. The process of enhancing the value of a variable by a set amount.
14. The process of providing a variable with a specific value.
15. Used to compare values and return a boolean result.
16. The symbol (*) is employed to perform the operation of multiplying two values.