What will be the results if we compare Incremental models with-00872
This subjective question is related to the book/course vu cs507 Information Systems. It can also be found in vu cs507 Mid Term Solved Past Paper No. 6.
Question 1: What will be the results if we compare Incremental models with Iterative Models? Explain with any example
Answer:
Incremental Models
In incremental models, software is built not written. Software is constructed step by step in the same way a building is constructed. The products is designed, implemented, integrated and tested as a series of incremental builds, where a build consists of code pieces from various modules interacting together to provide a specific functional capability and testable as a whole.
Iterative Models
In these models customer feed back is taken at each phase and project is modified accordingly - if need be. Prototypes are used in these models