CBSE Class 11 Computer Science
Question 39 of 80
Getting Started with Python — Question 4
Back to all questions| Flow chart | Algorithm |
|---|---|
| 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. |