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

Crossword: Python Programming

Across

1. A testing technique that focuses on testing the boundaries or limits of input values to uncover defects or errors.

2. The area within a program where variables are accessible within a block of code, such as within an if statement or a loop.

3. Checking if two strings have the same value

4. The vertical dimension of a 2-dimensional array.

5. The practice of inserting messages or information into the program's output during execution for debugging or monitoring purposes.

6. The result of executing a function, sent back to the code that called it.

7. The practice of testing individual software components, such as functions or methods, to ensure their correctness.

8. An error that occurs when a program tries to access a null object or null reference.

9. The number of positions to skip between characters in the slice.

10. An error that occurs when there are issues with the indentation of the code.

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

Down

12. An optical representation of data that can be easily scanned and interpreted by a barcode reader.

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

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

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

16. A data structure that connects individual records in a linear order.

17. The process of testing an integrated software system to evaluate its compliance with the specified system requirements.

18. A technique that produces a replica of a dictionary with a limited depth.

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


🖶

Shortcuts

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