UGC-NET | UGC NET CS 2018 Dec – II | Question 11
Which of the following statements is/are false ?
- P: The clean-room strategy to software engineering is based on the incremental software process model.
- Q: The clean-room strategy to software engineering is one of the ways to overcome “unconscious” copying of copyrighted code.
Choose the correct answer from the code given below:
(A) Neither P and Q
(B) P only
(C) Both P and Q
(D) Q only
Answer: (A)
Explanation: The cleanroom software engineering process is a software development process intended to produce software with a certifiable level of reliability. The focus of the cleanroom process is on defect prevention, rather than defect removal.
The Cleanroom approach to software development is based on five key strategies : Formal specification, Incremental development, Structured programming, Static verification, and Statistical testing of the system.
So, none given statements are false.
Quiz of this Question
Please Login to comment...