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

Crossword: Programming Fundamentals & Constructs

Across

1. Used to check if two variables refer to the same object in memory.

2. Operator which returns True if at least one of the operands is True.

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

4. The limit of accessibility and visibility of a variable

5. A value that remains unaltered throughout the execution of a program.

6. Classification that specifies which type of value a variable can hold in a programming language.

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

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

9. Operator which only returns True if both operands are True.

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

Down

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

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

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

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

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

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

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

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

19. Mathematical calculations in a programming language are employed for numerical operations.


🖶

Shortcuts

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