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

Crossword: Programming Fundamentals & Constructs

Across

1. A loop that repeats a block of code as long as a specified condition is true.

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

3. A variable utilized in definite iteration that keeps record of the number of times a loop has executed.

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

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

6. Reverses the logical state of its operand.

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

8. A loop that executes a block of code at least once, and then repeatedly executes it as long as a specified condition evaluates to true.

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

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

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

Down

12. A statement used to skip the rest of the current iteration in a loop and proceed to the next iteration.

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

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

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

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

17. operators used in programming to manipulate Boolean values


🖶

Shortcuts

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