The basic Model of computation



 

what is computation?


  • An act or process of calculation by using a computer device.
  • eg:-2+2=4.
  • Process of calculation is called computation.

what is Model?


  • Model is made for solving any complex problem.

The basic model of computation:-


  • The basic model of computation can be considered as a program executed step by step following with the instruction given by the user to solve a problem or problem at end.
  • it is implemented with the help of any programming language eg. python.

Step of computation:-

  1. Formulated and deciding data types.
  2. identifying steps.
  3. identifying decision point.
  4. verifying the result.