1/12 | 15 | ||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
14 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
4 | 17 | ||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
16 | |||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
13 | |||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
11 | |||||||||||||||||||||||||
1. Mathematical calculations in a programming language are employed for numerical operations.
2. A data type that can have two possible values: true or false.
3. A variable that can be accessed and modified from any part of a program.
4. An if statement that is inside another if statement.
5. A case in a switch statement that is executed when none of the other cases match.
6. A variable utilized in definite iteration that keeps record of the number of times a loop has executed.
7. 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.
8. The limit of accessibility and visibility of a variable
9. The symbol (-) is utilized to deduct one value from another.
10. Defining a variables name and type.
11. A statement used to skip the rest of the current iteration in a loop and proceed to the next iteration.
12. Operator which only returns True if both operands are True.
13. The order in which statements are executed in a program.
14. Only returns True if either operand is True, but not both.
15. A loop that repeats a block of code as long as a specified condition is true.
16. 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.
17. Automatic variables in programming languages can ascertain their data type by analyzing their value.