1 8
2
6
3
5 7
4

Crossword: Sequencing & Selection (If & switch statements)

Across

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

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

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

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

Down

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

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

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

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


🖶

Shortcuts

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