What is the difference between an algorithm and a flowchart ?
I'll mark as Brainliest who will write the proper answer.
Answers
Answered by
1
Algorithm :
In mathematics and computer science, an algorithm is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation.
Flowchart :
A flowchart is a type of diagram that represents a workflow or process. A flowchart can also be defined as a diagrammatic representation of an algorithm, a step-by-step approach to solving a task. The flowchart shows the steps as boxes of various kinds, and their order by connecting the boxes with arrows.
Difference :
- 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
0
Answer:
A flowchart is a graphical representation of an Algorithm....... Algorithm is step by step procedure to solve the problem.
Explanation:
hope it helps you... mark me brainliest
Similar questions