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

Crossword: Programming Fundamentals & Constructs

Across

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

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

3. Only returns True if either operand is True, but not both.

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

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

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

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

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

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

Down

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

11. The limit of accessibility and visibility of a variable

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

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

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

15. Reverses the logical state of its operand.

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

17. To combine two values, the plus sign (+) is employed.


🖶

Shortcuts

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