Monday 1 April 2019

UGC NET Computer Science July 2018 - II Question 19

Question 19
19. Which of the following is not a key strategy followed by the clean room approach to software development ?

Options:
  1. (1) Formal specification
  2. (2) Dynamic verification
  3. (3) Incremental development
  4. (4) Statistical testing of the system
Answer : (2) Dynamic verification

Explanation Question 19

The basic principles of the clean room process are
  1. Software development based on formal methods:
    Software tool support based on some mathematical formalism includes model checking, process algebras, and Petri nets. The Box Structure Method might be one such means of specifying and designing a software product. Verification that the design correctly implements the specification is performed through team review, often with software tool support.
  2. Incremental implementation under statistical quality control
    Cleanroom development uses an iterative approach, in which the product is developed in increments that gradually increase the implemented functionality. The quality of each increment is measured against pre-established standards to verify that the development process is proceeding acceptably. A failure to meet quality standards results in the cessation of testing for the current increment, and a return to the design phase.
  3. Statistically sound testing
    Software testing in the cleanroom process is carried out as a statistical experiment. Based on the formal specification, a representative subset of software input/output trajectories is selected and tested. This sample is then statistically analyzed to produce an estimate of the reliability of the software, and a level of confidence in that estimate.
Reference :principles of the clean room process

PreviousNext
UGC NET CS 2018 July - II Question 18UGC NET CS 2018 July - II Question 20

No comments:

Post a Comment

UGC NET Computer Science December 2019 | Question 16

Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...

Popular Posts