Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 10 - No. 10)
Which of the following would be considered an example of extreme data?
A value within the typical range of expected inputs.
The largest and smallest values that are valid inputs.
A value which causes the program to crash.
A value that is not allowed.
Explanation
Extreme data includes the largest and smallest values to test the program's boundaries.
Comments (0)
