The Basic model of computation
There are different methods to solve the problem. The way of solving the problem depends only on the user. So we can solve a particular problem in different way. Hence there are basic steps to solve the particular problem.
Steps
1. Analysis of the given problem.
2. Formulating the problem and deciding which the input data type is and which is the output data type.
3. Identifying the steps of computation that are necessary for getting the solution.
4. Identifying decision points i.e. under what circumstances a particular operation is to be performed and when not to be performed.
5. Knowing the expected results and verifying with the actual values.