InterviewSolution
Saved Bookmarks
| 1. |
Consider the following Statement: “The data set will contain an end of file character.”What characteristic of SRS is being depicted here ?(a) Consistent(b) Non-verifiable(c) Correct(d) AmbiguousThe question was asked during a job interview.This intriguing question comes from Requirement Documentation topic in chapter Requirement Engineering of Software Engineering |
|
Answer» CORRECT answer is (b) Non-verifiable Explanation: An SRS is UNAMBIGUOUS if and only if, EVERY requirement stated therein has only one unique interpretation. The given statement does not answer the question: “which DATA set will have an end of file character ?”. |
|