Define flowchart and algorithm.
Flowchart:
· Flowchart is a pictorial or graphical representation of a process.· Each step is represented by a symbol and short description of the process step.
· Symbols are linked together by arrows called flowlines.
· Flowchart gives step-by-step solution of the given problem.
Algorithm:
· An algorithm is a step-by-step procedure for solving a problem in a finite number of steps.· It is written in our descriptive language.