Showing posts with label Flowchart. Show all posts
Showing posts with label Flowchart. Show all posts

|| Algorithm & Flowchart | Introduction | Symbols | Basic Guidelines to Draw | Advantages | Limitations ||

Algorithm

  • When we want to do anything on the computer, we have to write a program. To write a computer program we have to give step by step instruction to the computer, the computer follows each step and gives us output as required by us
  • When we tell the computer what to do, then we have also to decide how to do that. These steps are called an algorithm
Some definitions of Algorithm are given below..

👉An algorithm is a step by step instruction to solve any problem.