Thursday 18 September 2014

...

---
SDLC Summary
A software development life cycle (SDLC) model is a hypothetic framework elaborate all activities in a software development project from starting to maintenance. This process is respective with many models, each adding a different of tasks and activities.

The major software development activities include:
  1. Requirement extraction
  2. Software description
  3. Abstract system representation
  4. Client requirements
  5. Code testing
  6. Maintenance

Software life cycle models elaborate stage of the application cycle and the order in which those stages are executed. Each stages produces delivers need by the upcoming stages in the life cycle. Requirements are translated into design. Code is generate according to the design which is known as development phase. After that coding and development the testing verifies the deliverable of the implementation phase against requirements.Different types of application development designed to used various purpose that is..
  1. Iteractive model
  2. V-model
  3. Incremental model
  4. Water fall Model