1.2.3 Software Development Flashcards
What is a software development model?
A process of creating software
What are the stages of the waterfall model?
Requirement/Analysis , Design , Implementation , Testing , Maintenance.
What are the stages of the Cyclical model?
Requirement/analysis , Design, Implementation, Testing and Evolution.
What are the stages of the spiral model?
Analysis , Evaluation, Development and Planning
What are the stages of the Agile model?
Requirements , Design , Development, Testing , Deployment and Review.
What are all the models for software development?
Waterfall , Spiral , Cyclical and Agile.
What is pair programming?
Two developers working on the same code at the same screen.
What are the 2 branches after Agile?
Extreme Programing (XP) and Rapid Application Development (RAD)