Please Explain The Stages Of Programming.Also Give Examples.

Asked By 0 points N/A Posted on -
qa-featured

I am a first year computer science student. Being a computer science student I was interested in knowing what is a program? How do we write it? What are the stages of programming?

SHARE
Answered By 0 points N/A #287560

Please Explain The Stages Of Programming.Also Give Examples.

qa-featured
  1. Problem identification – In this step, you create a problem statement out of real life scenario and attempt to find out a naïve solution for the problem. You identify the requirement as well as the specifications of the problem.
  2. Solution Design – We then try to figure out a solution for this problem. The resources require to scale the solution are identified. The use case is defined in this step. We also decide the technology stack. Followed by the algorithm.
  3. Program – Once we have the algorithm, we create the program or code. The code is compiled and debugged extensively.
  4. Testing – The solution is tested in various environments. This helps us to find the optimal solution.
43

Related Questions