Posts

Showing posts from November, 2020

Problem solving using computer

Image
   A) Problem solving using computers:- Number of problem in our daily life. Suppose we have to calculate simple Interest Suppose we have to prepare a mark sheet. A computer is a DUMB machine. A computer  cannot do anything alone without software i.e. Program  A Software is  set of set programs written to solve a particular problem. Software is a set of instructions on the basis of of which computer gives output/result. If the instructions are not correct, the computer gives wrong result. Never Ever Forget:- Just writing code  is not sufficient to solve a problem. Program must be planned before coding in any computer language available There are many activities to be done before and after writing code. Stage while solving a problem using Computer:- Problem Analysis Algorithm Development Flowcharting Coding  Compilation and Execution  Debugging and Testing  Documentation  1)Problem Analysis:- Process of  becoming familiar  wit...