Q164
What is a Range check?
A.
Check that the input does not exceed some maximum size e.g. 40 characters for a name
B.
Check that the input falls within a known range
AnswerC.
Use information about the input to check if it is reasonable rather than an extreme value
D.
None of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board