

MCQOPTIONS
Saved Bookmarks
1. |
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 |
C. | Use information about the input to check if it is reasonable rather than an extreme value |
D. | None of the mentioned |
Answer» C. Use information about the input to check if it is reasonable rather than an extreme value | |