What is algorithm and flowchart
Answers
Answered by
2
Answer:
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.
Answered by
1
Answer:
An Algorithm is a set of steps that will lead to the solution of some problem.
A Flowchart is a pictorial or graphical representation of an algorithm that also shows how the algorithm run to each other on execution.
Similar questions