| 1 | 12 | ||||||||||||||||||||||||
| 2 | |||||||||||||||||||||||||
| 18 | |||||||||||||||||||||||||
| 3 | |||||||||||||||||||||||||
| 14 | |||||||||||||||||||||||||
| 4 | |||||||||||||||||||||||||
| 16 | |||||||||||||||||||||||||
| 13 | |||||||||||||||||||||||||
| 5 | |||||||||||||||||||||||||
| 6 | 17 | ||||||||||||||||||||||||
| 7 | 19 | ||||||||||||||||||||||||
| 15 | 8 | ||||||||||||||||||||||||
| 9 | |||||||||||||||||||||||||
| 10 | |||||||||||||||||||||||||
| 11 |
Crossword: Python Coding
Across
1. A data type that can have two possible values: true or false.
2. 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.
3. A combination of characters that represents a special character
4. The process of executing a program one line or instruction at a time, allowing for detailed inspection and analysis of its behavior.
5. The total number of elements in a 2-dimensional array.
6. Ensuring that data is accurate, complete, and fits the required format or rules.
7. An error that occurs during the execution of a program, leading to abnormal termination or unexpected behavior.
8. A fundamental unit of data that can be manipulated and stored in a computer program.
9. A software component or library that is required by another software component or library to function properly.
10. A data structure that connects individual records in a linear order.
11. An error that occurs when trying to access an index that is out of range for a sequence.
Down
12. A Boolean operator that returns true if at least one of its operands is true.
13. Visiting each element of the array once.
14. A collection of subprograms that can be reused in multiple programs.
15. The number of positions to skip between characters in the slice.
16. The process of making a decision based on certain conditions.
17. A named storage location in a computer's memory that can hold a value
18. An error that occurs when a floating-point operation results in a value too small to be represented.
19. A type of object that can be changed after it has been created.