1/5 | 6 | 8 | |||||||||||||||||||||||
2 | |||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
1. A control structure that selects one of many code blocks to be executed.
2. A case in a switch statement that is executed when none of the other cases match.
3. A boolean expression that determines the execution path of a program.
4. An if statement that is inside another if statement.
5. The order in which statements are executed in a program.
6. A control structure that executes a block of code if a certain condition is true.
7. The sequence of statements executed based on the condition in an if or switch statement.
8. The process of making a decision based on certain conditions.