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

Crossword: Python Coding

Across

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

2. A dictionary that contains other dictionaries as values for its keys.

3. The accuracy and consistency of data throughout its lifecycle.

4. The method used to extract a subset of characters from a string.

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

6. An error that occurs when trying to access a key that does not exist in a dictionary.

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

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

9. Arrays that are placed inside other arrays, creating multiple dimensions.

10. A set of functions built into programming languages that allows manipulation and modification of strings.

11. An error that occurs when an operation is performed on an object of an inappropriate type.

12. The area within a program where variables and functions are accessible.

13. An error that occurs when a program tries to access a file that does not exist or cannot be found.

Down

14. Subprogram libraries promote the use of consistent coding practices throughout different programs.

15. Another term for a field within a record in a records data structure.

16. A specific piece of information within a record in a records data structure.

17. An expression that can either be true or false.

18. A reusable block of code that performs a specific task and returns a value.

19. The degree to which a software application or system has been tested, usually measured in terms of code coverage or functionality coverage.


🖶

Shortcuts

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