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

Crossword: Programming Fundamentals & Constructs

Across

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

2. Defining a variables name and type.

3. The limit of accessibility and visibility of a variable

4. Reverses the logical state of its operand.

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

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

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

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

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

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

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

Down

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

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

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

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

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


🖶

Shortcuts

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