Monday, January 18, 2010

C# Q&A

These are the different steps involve in the Software Development Life Cycle (SDLC) .
Requirement Stage - What the program suppose to do. This a brainstorming session to determine the purpose of the program.

Design Stage - Consist of the Pseudo Code and the Flow Chart. This is where the logic is drawn in English like instruction along with a visual aide of the steps of the program.

Implementation Stage - Consist of writing the code (copy and paste). This is where the code is written in computer language.

Testing and Debugging Stage - Is the program doing what it is suppose to do. This is where the program is check for logical and syntax errors.

Deployment Stage - Production. This is the stage where the program is put into production.

Maintenance and Retirement - Upkeep. This is the stage for upkeep and small modification and request.

No comments:

Post a Comment