Match the following : \(\begin{array}{clcl} & \textbf{List – I}&& \textbf{List…
2014
Match the following :
\(\begin{array}{clcl} & \textbf{List – I}&& \textbf{List – II} \\ \text{a.} & \text{Correctness}& \text{i.} & \text{The extent to which a software tolerates} \\ &&& \text{the unexpected problems.} \\ \text{b.} & \text{Accuracy}& \text{ii.} & \text{The extent to which a software meets its} \\ &&& \text{specification} \\ \text{c.} & \text{Robustness}& \text{iii.} & \text{The extent to which a software has the} \\ &&& \text{specified functions} \\ \text{d.} & \text{Completeness}& \text{iv.} & \text{Meeting specifications with precision} \\ \end{array}\)
Codes :
- A.
a-ii, b-iv, c-i, d-iii
- B.
a-i, b-ii, c-iii, d-iv
- C.
a-ii, b-i, c-iv, d-iii
- D.
a-iv, b-ii, c-i, d-iii
Attempted by 208 students.
Show answer & explanation
Correct answer: A
Correct matching: Correctness → the extent to which a software meets its specification; Accuracy → meeting specifications with precision; Robustness → the extent to which a software tolerates unexpected problems; Completeness → the extent to which a software has the specified functions.
Correctness: This corresponds to "the extent to which a software meets its specification." Correctness indicates that the software's behavior conforms to its specified requirements.
Accuracy: This corresponds to "meeting specifications with precision." Accuracy emphasizes the precision or numerical correctness of outputs with respect to the specification.
Robustness: This corresponds to "the extent to which a software tolerates unexpected problems." Robustness is the ability to handle invalid input, unexpected conditions, or faults gracefully.
Completeness: This corresponds to "the extent to which a software has the specified functions." Completeness means all required features/functions are implemented.