Importance of cyber security
February 22, 2022Difference Between String and Array
February 22, 2022Q3 Different types of models of software development
Ans. There are lot many types of Software Development Models are available, few couples of models are described as follows-
- Waterfall Model
- V model
- RAD model
- Incremental Model
- Agile Model
- Spiral Model
V MODEL
It basically works on the development process and it is an extended version of the WATERFALL MODEL.
Unlike, Waterfall model, it has a bent–upwards structure and it forms a “V shape.” It provides a connection between each phase of the development life cycle and the associated phase of testing and manipulating.
It is also termed as Verification and Validation model and used for short and small packets of projects where manipulation requirements are clear and sober. It has a few disadvantages as well – It provides the least flexibility, if any changes are required in a midway, then the entire document has to be updated.
RAD MODEL
It is the acronym of RAPID APPLICATIO DEVELOPMENT. It basically works on mini projects and all of its component and functions work in parallel connections. The development is basically Time- Boxed, and assembled onto working prototype.
It gives quick output and feedback related to the requirement of delivery. Some of the phases of this model are as follows: –
- Business Modeling
- Data Modeling
- Process Modeling
- Application Generation
- Testing and Turnover