January 03rd, 2024

What is the steps of programming



Like (0) Comments (1)



1 Comments Add Your Comment


Akshat Gupta
3 years ago Selected
Understanding the problem: The programmer first has to understand the problem which is to be solved by the computer.

Finding a solution: After this the solution to the problem is found and a plan is made.

Coding a program: In order to do that work by the computer, instruction has to be written and for this, coding has to be done by choosing the appropriate programming language.

Testing the program: The program created is tested in different ways and the result is analyzed.

Preparation of Documentation: Separate documents are prepared to explain that program. Like end user documentation, programmer documentation, operator documentation etc.
Like (0) Reply

Post a Comment

To leave a comment, please Login or Register