Question { IBM, 80791 }
What is diffrence between iterative model and waterfall
model?Explain
What is the diffrence between iterative model and prototype
model?Explain
Answer
Waterfall model: It includes all phases of SDLC.The
drawback is once the requirements request made
freezed,changes can't be done during any phase.
Iterative model: We can change requiremnts at any phase,
but the problem is all the phases of SDLC can take place
again.
Prototype model: We can change requirements before design
and coding can proceed.In this model, prototype is
developed based on the currently known
requirements.Development of prototype undergoes design,
coding, testing, which give client an actual feel of the
system. Prototype is a model which looks exactly like SDLC