1 11 14
2 16
3
4 13
5 12
6 15
7
8
9
10

Crossword: Programming Fundamentals & Constructs

Across

1. The process of reducing the value of a variable by a fixed amount.

2. The limit of accessibility and visibility of a variable

3. A loop that repeats a block of code as long as a specified condition is true.

4. The order of execution of a program's statements and instructions.

5. To combine two values, the plus sign (+) is employed.

6. 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.

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

8. A statement used to exit a loop prematurely, without executing the remaining code.

9. Repetition refers to the process of executing a block of code or a set of instructions repeatedly.

10. Used to compare values and return a boolean result.

Down

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

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

13. operators used in programming to manipulate Boolean values

14. Used to check if a value does not exist in a sequence.

15. A definite iteration construct is employed as a means of repeating a block of code until a specified condition is no longer true.

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


🖶

Shortcuts

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