Unit - Identifying steps in programming

Posted on Friday, May 7, 2010 by B[H] | 0 comments
Labels:

In solving problems of developing program, software development method is used. It consists of several steps which is known as software life cycle, these are:-

1. Defining and analyzing problems
2. Planning of variables
3. Drawing of flowchart
4. Program writing
5. Testing and debugging program
6. Documentation of program.

Process of designing program can be divided into two phases mainly the problem solving phase and implementation phase. The problem solving phase consist of steps 1 through 3 and implementation phase involved steps 4 and 5. While in step 6, documentation is done throughout the process of designing program..

No comments:

Post a Comment