1. : What does SDLC stand for in software engineering?
(A) Software Design Life Cycle
(B) System Development Life Cycle
(C) Software Development Life Cycle
(D) Standard Development Life Cycle
2. : Which is the first phase of the Software Development Life Cycle (SDLC)?
(A) Design
(B) Requirement Analysis
(C) Testing
(D) Implementation
3. : In which SDLC phase is the actual coding of the software done?
(A) Design
(B) Implementation/Development
(C) Testing
(D) Maintenance
4. : Which SDLC phase ensures that the software works correctly and meets requirements?
(A) Maintenance
(B) Testing
(C) Deployment
(D) Analysis
5. : Which phase of SDLC involves fixing bugs and updating the software after deployment?
(A) Maintenance
(B) Design
(C) Requirement Analysis
(D) Implementation
6. : Which SDLC model is also known as the “linear sequential model”?
(A) Agile Model
(B) Spiral Model
(C) Waterfall Model
(D) V-Model