1 7
6
2
3 8
4
5

Crossword: Sequencing & Selection (If & switch statements)

Across

1. An if statement that is inside another if statement.

2. A boolean expression that determines the execution path of a program.

3. A control structure that executes a block of code if a certain condition is true.

4. A case in a switch statement that is executed when none of the other cases match.

5. The process of making a decision based on certain conditions.

Down

6. The sequence of statements executed based on the condition in an if or switch statement.

7. The order in which statements are executed in a program.

8. A control structure that selects one of many code blocks to be executed.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓