state 5 differences between flow chart and algorthm
Answers
Flowchart
FlowchartA flowchart is a diagram which represents different steps that can help in solving a problem. It is a diagram which is made step by step using different shapes and sizes of arrows which show their connection.
was first introduced by Frank Gilbert in 1921. The chart consists of some mathematical shapes like arrows, square, rhombus or diamond, hexagon, parallelogram, etc.
types;
Document
flowchartDiagram
flowchartSystem
flowchartData
Algorithm
AlgorithmAn algorithm is a step by step process which is used in solving mathematical or sometimes computational problems. The word ‘algorithm’ came from al-Khwarizmi. He was a Persian astronomer, geographer, mathematician and scholar.
mathematician and scholar.Other ways of classification for algorithms is through the means of recursion, serial, parallel or distributed and they can be also viewed as controlled logical deduction.An algorithm can be expressed in any language including natural language, programming language, pseudocode etc. They can be converted into flowcharts.