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

Crossword: Programming Fundamentals & Constructs

Across

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

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

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

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

5. Automatic variables in programming languages can ascertain their data type by analyzing their value.

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

7. The process of providing a variable with a specific value.

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

9. The symbol (-) is utilized to deduct one value from another.

10. Reverses the logical state of its operand.

Down

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

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

13. The limit of accessibility and visibility of a variable

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

15. The process of enhancing the value of a variable by a set amount.

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


🖶

Shortcuts

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