Which of the following is a software development life cycle model?
2024
Which of the following is a software development life cycle model?
Answer: D. More than one of the above — The software development life cycle (SDLC) models are structured approaches to developing software. Common models include the Waterfall, Agile, and Spiral…
- A.
Waterfall model
- B.
Agile model
- C.
Spiral model
- D.
More than one of the above
- E.
None of the above
Attempted by 1427 students.
Show answer & explanation
Correct answer: D
The software development life cycle (SDLC) models are structured approaches to developing software. Common models include the Waterfall, Agile, and Spiral models.
The Waterfall model is a linear, phase-based approach where each stage must be completed before the next begins. It is one of the earliest SDLC models.
The Agile model focuses on iterative development, customer feedback, and adaptability. It is widely used in modern software projects.
The Spiral model combines iterative development with risk analysis, making it suitable for complex projects.
Since all three models—Waterfall, Agile, and Spiral—are recognized SDLC models, the correct choice is 'More than one of the above'.