Computer Science, asked by sukanyajaisncc, 11 hours ago

Differentiate between aigerithm and flow chart. ​

Answers

Answered by nifuniflu
0

Answer:

Difference between flowchart and algorithm is the same as the difference between a movie and its story, or the difference between a fiction novel and the story, or the difference between a comics or a story.

Algorithms and flowcharts are two different tools used for creating new programs, especially in computer programming. An algorithm is a step-by-step analysis of the process, while a flowchart explains the steps of a program in a graphical way.

Explanation:

Flowchart Algorithm

Block by block information diagram representing the data flow. Step by step instruction representing the process of any solution.

It is a pictorial representation of a process. It is a stepwise analysis of the work to be done.

The solution is shown in a graphical format. The solution is shown in a non-computer language like English.

Easy to understand as compared to the algorithm. It is somewhat difficult to understand.

Easy to show branching and looping. Difficult to show branching and looping

Flowchart for a big problem is impractical The algorithm can be written for any problem

Difficult to debug errors. Easy to debug errors.

It is easy to make a flowchart. It is difficult to write an algorithm as compared to a flowchart.

Similar questions