138k views
4 votes
Hi Eliezer, when you submit this form, the owner will be able to see your name and email address.

1. List the three main phases of program development.
Enter your answer

User Helenesh
by
4.2k points

1 Answer

3 votes

Answer:

  1. requirement analysis: here problem understanding
  2. Flow chart/ pseudo code collection
  3. coding
  4. Debugging
  5. Testing results
  6. Updating if the error is found.

And three main phase are: designing, coding and testing.

Step-by-step explanation:

Various steps in program development are being given here. We first analyze the problem. and then make the flow chart, and pseudo-code before writing the actual program. And rest of the steps are as mentioned above.

User MyGGaN
by
4.2k points