Unit 2
Unit 2
Flowcharts
A flowchart is a diagram that shows an overview of
a program. Flowcharts normally use standard symbols to
represent the different types of instructions. These symbols
are used to construct the flowchart and show the step-by-step
solution to the problem. Flowcharts are sometimes known as
flow diagrams.
Advantages of Flowcharts
1. Easy to make: Experts knowing flowchart
symbols can easily make the diagram without much
difficulty. Since a good diagram must simply
represent the whole process thus it is the task of an
expert to summarize and show the task in a unique
way that would help in further prompt decisions.
Disadvantages of Flowchart
Definition of Algorithm
The word Algorithm means ” A set of finite rules or
instructions to be followed in calculations or other problem-
solving operations ”
Or
” A procedure for solving a mathematical problem in a finite
number of steps that frequently involves recursive
operations”.
Therefore Algorithm refers to a sequence of finite steps to
solve a particular problem.
Disadvantages of Algorithms: