Computer Science, asked by rajannanya1, 16 days ago

What is algorithm and flowchart

Answers

Answered by mg4484629
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 rajannanya160
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