Computer Science, asked by priyanka198330ps, 3 months ago

What is the difference between algorithm and flowchart? ​

Answers

Answered by Varshatherowdy
4

Explanation:

A flowchart is a graphical representation of an algorithm. Programmers often use it as a program-planning tool to solve a problem. ... Algorithm is step by step procedure to solve the problem. Flowchart is a diagram created by different shapes to show the flow of data

Answered by asuryaprakash5241
3

Answer:

Flowchart

A 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.

It 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 of flowchart:

Document flowchart

Diagram flowchart

System flowchart

Data flowchart

It is a flow of information that illustrates a solution model to a particular program. It is the pictorial form of representation of a process and algorithm is done using a step by step process.

Algorithm

An 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.

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.

I hope this will help you please add me to brainlist plzz

Similar questions