Science: Computer Program and Development Life Cycle Essay

Submitted By Amanda123Sharon
Words: 405
Pages: 2

The System Development Life Cycle
There are some variations as to what steps of the Software Development Life Cycle (SDLC) are, but all of them include:
Gathering Requirements
System Design
Implementation
Testing
Maintenance
Requirements
The first step is for a software developer to talk to the people who will be using the software to see what is required. This is a very important step since it doesn’t matter if the program runs correctly if it doesn’t meet the user’s needs. The following are some of the questions that should be asked. Who is going to use the system? What tasks do they need to do? What will be the input to the system? What output is required?
Design
The design is based on what is found out during the requirements are off, the design will be no good, but having the correct result. The software architects must do their part correctly. Mistakes made at this stage will be difficult and costly to correct later.
Implementation
This is the phase where the program is actually written. It may require is a special programming language depending on what the application is and what the requirements are. The programmer(s) will write the code using the selected programming language.
Testing
The program written during implementation phase must be thoroughly test to remove any bugs and to make sure it actually meets the requirements. The program will need to be executed using test data the will make use of all parts of it.
Maintenance
Once the software has been delivered to