click below
click below
Normal Size Small Size show me how
PGAS Unit1 Vocab
UNIT 1 Vocab
| Term | Definition |
|---|---|
| Software Development Life Cycle (SDLC) | A process used by the software industry to design, develop and test high-quality software |
| Planning | Define project goals, scope, and resource needs |
| Analysis | Gather and document detailed functional requirements |
| Design | Create technical architecture blueprints and mockups |
| Development | Write the actual source code to build features |
| Testing | Find and fix bugs or performance flaws |
| Deployment | Release the software to live users |
| Maintenance | - Provide ongoing support, updates, and patches |
| Waterfall Model | - A linear, step-by-step approach where each phase must finish before the next begins |
| Agile Model | Iterative (repeating) , incremental approach that emphasizes flexibility and customer satisfaction |
| Iterative Model | - Repeats cycles (iterations) of development. Each iteration includes ALL SDLC phases |
| Spiral Model | Repeats cycles (iterations) of development each iteration includes all SDLC phases |