1 12
14
2
15
3
4/11 13
5
7 6
8
9
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 enhancing the value of a variable by a set amount.

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

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

5. In programming, a control structure enables the recurring execution of a block of code until a specific condition is satisfied.

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

7. A named storage location in a computer's memory that can hold a value

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

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

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. Automatic variables in programming languages can ascertain their data type by analyzing their value.

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

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

15. The symbol (*) is employed to perform the operation of multiplying two values.


🖶

Shortcuts

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