PPT Slide
process consists of at least five steps:
1) Problem analysis and specification
The first stage in solving the problem is to analyze the problem and
2) Data organization and algorithm design
Determine how to organize and store the data in the problem.
Develop procedures to process the data and produce the required
output. These procedures are called
is the process of implementing data objects and
algorithms in some programming language.
A Simple program begins with the PROGRAM, and ends with the END