Computer Science, asked by dharamdevmeena5, 1 year ago

Difference between algorithm and flow chart

Answers

Answered by smartboyGanesh
2

Flowchart is a pictorial or graphical representation of a process. Each step in the process is represented by a different symbol and contains a short description of the process step. The flowchart symbols are linked together with arrows showing the process flow direction. This pictorial representation can give step-by-step solution of the given problem.



An Algorithm is a finite sequence of well defined steps for solving a problem in systematic manner. It is written in the natural languages like English.

Similar questions