CBSE Class 11 Computer Science Question 39 of 80

Getting Started with Python — Question 4

Back to all questions
4
Question

Question 4

Differentiate between flow chart and algorithm.

Answer
Flow chartAlgorithm
A flow chart is defined as a visual representation of the sequence of steps and decisions needed to perform a process/task.A finite sequence of steps required to get the desired output is called an algorithm.
In the flowchart, symbols/shapes are used.In the algorithm, plain text is used.