How Many Steps Involved In Computer Programming Explain

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

what are the basic steps involved in computer programming? Can anyone please give me a brief introduction about them?

SHARE
Answered By 0 points N/A #287727

How Many Steps Involved In Computer Programming Explain

qa-featured

The basic steps are write down below:

  1. Identify the problem- – find out what it is that you’re trying to solve

list of the requirements you’ll need to accomplish this task

  1. Design the solution-   you need to plan out how you’re going to fix this problem.

There are many ways to create an algorithm like pseudo code or flow charts.

  1. Write the program- choose the correct programming language that best fits the need of your solution.
  2. Test the program- Testing must be done to ensure your program is functioning properly

5. Documentation and Maintenance

Related Questions