November 22, 2024

Flow chart

Algorithm:

An algorithm is a step-by-step finite set of instructions that is used to solve well define computational problems. Every algorithm must have five criteria.

  1. Input: Every algorithm must have one or more inputs.
  2. Output: Every algorithm must produce at least one output.
  3. Definiteness: Every algorithm in instruction must be cleared
  4. Finiteness: Every algorithm must be terminated after a finite no of steps.
  5. Effectiveness: Each algorithm must be carried out by a mass using a pen, paper, and pencil.

A symbol used in a Flow-chart

  1. start and stop symbol – Oval shape
  2. Input and output symbol – parallelogram
  3. Process indicator – Rectangle
  4. Decision-making statement – Rhombus

Leave a Reply

Your email address will not be published. Required fields are marked *