Steps for developments of programming
A computer program is a set of instructions and helps
computer to perform a specific task , basic features −
it is written with high level language.
Steps to Development of Program−
Defining the Problem
In This step the problem has to be defined.
Analysis of Task and Methods
After defining the problem, the developer analyzes and develops various solutions in order to solve the problem .
Development of Algorithm
Algorithm is a technique normally done in the form of flowcharts and pseudo codes.
Verification of Algorithm
Once the algorithm is developed, it needs to be tested
specially for the accuracy. If there is any error, it is solved in the
beginning itself. The verification process saves time, money, and energy.
The basic processes are completed successfully, then the
actual coding of a program starts in the given programming language.
The developer keeps testing and correcting the coding until
he/she develops it finally.
the coding and programming is done successfully, the
developer document all these features and steps. The documented program
instructs users on how to run and operate the respective program.
the above steps are executed successfully, the developed
codes are installed in the computer system for the end users..