what does SDLC stand for
Software/Systems Development Life Cycle
what is SDLC
outline the stages of the software development lifecycle (F, R, A+D, I, T, D, E, M). Then explain briefly what is involved in each stage.
-Feasibility (is problem solvable)
- Requirements (work out what solution needs to do)
- Analysis + Design (work out how solution needs to do it
- Implementation (code solution)
- Testing (check it works)
- Deployment (install in target environment)
- Evaluation (check with user that solution is complete)
-Maintenance (ensuring it continues to function. improve by patches/updates)
define software development methodology
what are the five methodologies i need to know
describe the waterfall lifecycle
positives of waterfall lifecycle
drawbacks of waterfall life cycle
what type of project is waterfall lifecycle suited to
how has a slight evolution of waterfall model changed what it allows you to do
what is RAD methodology
what follows initial approval of a feasible program (RAD)
what happens if user wants prototype to be improved
positives of RAD
drawbacks of RAD
what type of project is RAD suited to
what is the spiral model
what are the 4 stages of the spiral model (each taking up one quadrant of the spiral).
is the spiral model a fixed process that is followed in correct order (true or false)
positives of spiral method
drawbacks of spiral method
what projects is spiral best suited for
what is agile devlopement
what idea is at the core of agile methodologies