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

Crossword: Error Types

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 a program tries to access a file that does not exist or cannot be found.

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

4. An error that occurs when trying to access an index that is out of range for a sequence.

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

6. An error that occurs when trying to divide a number by zero.

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

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

9. An error that occurs when a variable or function is used without being defined.

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

11. An error that occurs when a file that is being accessed is not found.

12. An error in the syntax of a programming language that prevents the code from being parsed and executed.

Down

13. An error that occurs when a function receives an argument of the correct type but with an inappropriate value.

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

15. An error in the logic or algorithm of a program that causes incorrect results or unexpected behavior.

16. An error that occurs during arithmetic operations, such as division by zero or overflow/underflow.

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


🖶

Shortcuts

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