Q
What is a Range check ?
-
A
A. Check that the input does not exceed some maximum size e.g. 40 characters for a name
-
B
B. Check that the input falls within a known range
-
C
C. Use information about the input to check if it is reasonable rather than an extreme value
-
D
D. None of the mentioned
Correct Answer:
B. B. Check that the input falls within a known range