Program Analysis
The program first studies the problem. The study of a
problem involves the study of the available data & knowledge of the
required output. This step is important because to solve a problem the
programmer must know the problem specification. Only then he can write or
design a good program to solve a problem. The output report always depends on
the programmer’s instruction.
Program Designing
A computer program is written to solve a complex problem by
the computer. A programmer writes a program according to the requirements of
the problem.
The steps involved in solving a problem by the computer include:
- Problem Analysis or understanding the problem.
- Logic Design
- Coding
- Testing & Debugging
- Documentation
No comments:
Post a Comment