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

Crossword: Programming Fundamentals & Constructs

Across

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

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

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

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

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

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

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

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

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

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

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

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

Down

13. Defining a variables name and type.

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

15. Used to check if a value exists in a sequence.

16. A control flow structure that repeats a block of code indefinitely until a certain condition is met.

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

18. A variable that can be accessed and modified from any part of a program.


🖶

Shortcuts

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