SDLC Flashcards
1.Really
2. Dumb
3. Iguanas
4. Eat
5. Donuts
6. Monthly
- Requirements (Really)
- Design (Dumb)
- Implementation (Iguanas)
- Evaluation (or Testing) (Eat)
- Deployment (Donuts)
- Maintenance (Monthly)
What happens during the Requirements phase of SDLC?
You gather and define what the software needs to do by talking to users and stakeholders.
What is the goal of the Design phase in SDLC?
Plan the system’s structure, including architecture, databases, interfaces, and technologies.
What happens during the Implementation phase of SDLC?
Developers write code based on the design specifications.
What is the purpose of the Evaluation (Testing) phase in SDLC?
Test the software for bugs and verify it meets the original requirements.
What occurs in the Deployment phase of SDLC?
The software is released to users, either fully or gradually.
What is done in the Maintenance phase of SDLC?
Fix bugs, release updates, and ensure the software continues to function well.
What does the TAPS acronym stand for in software evaluation?
Testing, Acceptance, Performance, Security
What are the SDLC phases?
- WRequirements (Really)
- Design (Dumb)
- Implementation (Iguanas)
- Evaluation (or Testing) (Eat)
- Deployment (Donuts)
- Maintenance (Monthly)