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

Crossword: Error Handling & Validation

Across

1. An error that occurs when a mathematical operation produces a result that is too small to be represented within the available memory or data type.

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

3. A collection of test cases and test scenarios that are designed to test specific functionalities or features of a software product or system.

4. An error that occurs when attempting to access an element outside the bounds of an array or collection.

5. A symbol or word used to compare two values and produce a boolean result.

6. The process of finding and fixing errors or bugs in a program.

7. A type of data validation that confirms if a value meets a specified length requirement.

8. A testing technique where specific code segments or modules are replaced with placeholder code to simulate the behavior of dependent components.

9. A device that captures and reads barcodes to retrieve encoded information.

10. A test where the program is run with sample data to verify the correctness of its logic.

Down

11. A validation process to ensure that a value belongs to a specific data type.

12. The practice of retesting previously tested software to ensure that changes or fixes have not introduced new defects or regression bugs.

13. A type of data validation that verifies if the value is in the correct format or follows a specific pattern.

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

15. The process of executing a program one line or instruction at a time, allowing for detailed inspection and analysis of its behavior.

16. A searching algorithm that divides a sorted array or list into halves, discarding the half that's known to not contain the target element.


🖶

Shortcuts

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