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

Crossword: Programming Fundamentals & Constructs

Across

1. A loop that never terminates and keeps repeating indefinitely.

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

3. A case in a switch statement that is executed when none of the other cases match.

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

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

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

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

8. Defining a variables name and type.

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

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

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

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

Down

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

14. The limit of accessibility and visibility of a variable

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

16. operators used in programming to manipulate Boolean values

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

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


🖶

Shortcuts

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