retagged by
1,632 views

1 Answer

2 votes
2 votes

Incremental delivery not supported: In the iterative waterfall model, the full software is completely developed and tested before delivery to the customer. There is no scope for any intermediate delivery. So, customers have to wait long for getting the software.

So A and C are wrong.

 In this model, a prototype of the end product is first developed, tested and refined as per customer feedback repeatedly till a final acceptable prototype is achieved which forms the basis for developing the final product.

So B is correct.

Ref:

https://www.geeksforgeeks.org/software-engineering-prototyping-model/

https://www.geeksforgeeks.org/software-engineering-iterative-waterfall-model/

Answer:

Related questions

0 votes
0 votes
2 answers
1
admin asked Apr 2, 2020
1,687 views
The graph theoretic concept will be useful in software testing is Cyclomatic numberHamiltonian circuitEulerian cycleNone of these
0 votes
0 votes
2 answers
2
admin asked Apr 2, 2020
562 views
In testing phase, the effort distribution is upto$10\%$$20\%$$40\%$$50\%$
1 votes
1 votes
0 answers
3
admin asked Apr 2, 2020
384 views
Choose the most appropriate option.The Newton-Raphson iteration $x_{n+1}=\dfrac{x_{n}}{2}+\dfrac{3}{2x_{n}}$ can be used to solve the equation$x^{2}=3$$x^{3}=3$$x^{2}=2$$...
1 votes
1 votes
1 answer
4
admin asked Mar 31, 2020
1,134 views
According to Brooks, if $n$ is the number of programmers in a project team, then the number of communication path is$n(n-1)/2$$n\log n$$n$$n(n+1)/2$