PROGRAM DEVELOPMENT LIFE CYCLE (1)
PROGRAM DEVELOPMENT LIFE CYCLE (1)
Before any problem can be solved, it needs to be clearly defined and set out so
anyone working on the solution understands what is needed.
The analysis stage uses abstraction and decomposition tools to identify exactly
what is required from the program.
DESIGN
The program specification from the analysis stage is used to show to how the
program should be developed.
All the tasks that need to be completed, how each task is to be performed and
how the tasks work together is defined in this stage.
CODING