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

Crossword: Python Programming (Theory)

Across

1. The process of combining two or more strings

2. operators used in programming to manipulate Boolean values

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

4. A data type that represents whole numbers

5. The order in which statements are executed in a program.

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

7. An operator that takes Boolean values as inputs and produces a Boolean value as output.

8. An array that is commonly represented as a grid of rows and columns.

9. An error that occurs when an operation or function is applied to an object of inappropriate type.

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

11. An error that occurs during the execution of a program, leading to abnormal termination or unexpected behavior.

12. An error that occurs when a floating-point operation results in a value too large to be represented.

Down

13. A collection of key-value pairs, where each key maps to a specific value.

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

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

16. An integer greater than 1 that is divisible only by 1 and itself

17. Visiting each element of an array in a sequential manner.

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


🖶

Shortcuts

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