retagged by
3,337 views
5 votes
5 votes

For a software project, the spiral model was employed. When will the spiral stop?

  1. When the software product is retired
  2. When the software product is released after Beta testing
  3. When the risk analysis is completed
  4. After completing five loops
retagged by

1 Answer

Best answer
6 votes
6 votes

Answer is ==>

A). When the software product is retired

Refer===> 

http://soft-engineering.blogspot.in/2010/12/spiral-model.html

 

 

selected by
Answer:

Related questions

4 votes
4 votes
2 answers
1
kvkumar asked Jun 29, 2016
3,735 views
Which of the following is not a maturity level as per Capability Maturity Model?InitialMeasurableRepeatableOptimized
6 votes
6 votes
3 answers
2
neha singh asked Jun 26, 2016
8,006 views
Consider the following pseudo- codewhile (m<n) if (x>y ) and (a<b) then a=a+1 y=y-1 end if m=m+1 end whileWhat is cyclomatic complexity of the above pseudo -code?2345
3 votes
3 votes
2 answers
3
sh!va asked Jun 7, 2016
4,790 views
The test suite (set of test input) used to perform unit testing on a module could cover 70% of the code. What is the reliability of the module if the probability of succe...
3 votes
3 votes
1 answer
4
go_editor asked Jul 1, 2016
3,684 views
A computing architecture, which allows the user to use computers from multiple administrative domains to reach a common goal is called asGrid ComputingNeutral NetworksPar...