Back to the 2019 paper

Module 2: Requirements & SRS

20192m

Which one of the following is not desired in a good Software Requirement Specifications (SRS) document?
(i) Functional requirements
(ii) Goals of implementation
(iii) Non-functional requirements
(iv) Algorithms for software implementation

Worked SolutionAI Assisted

Answer

(iv) Algorithms for software implementation

Explanation

An SRS should describe what the software must do, including functional and non-functional requirements. Detailed implementation algorithms describe how the software will be built and therefore generally belong to design/implementation documentation rather than the SRS.

Final answer: (iv) Algorithms for software implementation

Similar questions