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

Crossword: Programming Fundamentals & Constructs

Across

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

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

3. A variable that can only be accessed within a specific function.

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

5. A variable utilized in definite iteration that keeps record of the number of times a loop has executed.

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

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

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

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

10. In computer programming, a programming construct is utilized to repetitively execute a block of code for a predetermined number of times.

Down

11. The limit of accessibility and visibility of a variable

12. A data type that can have two possible values: true or false.

13. A loop inside another loop, often used in a flowchart to indicate more complex algorithms.

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

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


🖶

Shortcuts

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