InterviewSolution
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 mentionedThe question was posed to me in a job interview.My question is from Dependability Engineering in portion Dependability and Security of Software Engineering |
|
Answer» Right OPTION is (B) Check that the input falls within a KNOWN range |
|