1 | 14 | ||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
13 | 3 | ||||||||||||||||||||||||
12 | |||||||||||||||||||||||||
15 | |||||||||||||||||||||||||
4 | 16 | ||||||||||||||||||||||||
11 | |||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
6 | 7 | ||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
1. A series of steps performed to confirm the correctness and validity of data.
2. The division of two integers that results in an integer quotient
3. The area within a program where variables and functions are accessible.
4. 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.
5. Classification that specifies which type of value a variable can hold in a programming language.
6. The total number of elements that can be stored in an array.
7. An integer greater than zero
8. The method used to extract a subset of characters from a string.
9. An error in the logic or algorithm of a program that causes incorrect results or unexpected behavior.
10. An error that occurs during the execution of a program, leading to abnormal termination or unexpected behavior.
11. A detailed document that outlines the approach, objectives, and scope of testing for a particular software product.
12. An expression that can either be true or false.
13. An error that occurs when trying to access a key that does not exist in a dictionary.
14. The position of a character starting from the end of the string.
15. A testing technique that examines the internal code structure of a software system to identify any defects or vulnerabilities.
16. A statement used to exit a loop prematurely, without executing the remaining code.