How flowchart differs from algorithm?
Answers
Answer:
Algorithm is step by step procedure to solve the problem. Flowchart is a diagram created by different shapes to show the flow of data. ... In algorithm plain text are used. In flowchart, symbols/shapes are used.
Answer:
Good to helping u :D
Explanation:
1. Algorithm is step by step procedure to solve the problem. Flowchart is a diagram created by different shapes to show the flow of data.
2. Algorithm is complex to understand. Flowchart is easy to understand.
3. In algorithm plain text are used. In flowchart, symbols/shapes are used.
4. Algorithm is easy to debug. Flowchart it is hard to debug.
5. Algorithm is difficult to construct. Flowchart is simple to construct.
6. Algorithm does not follow any rules. Flowchart follows rules to be constructed.