Computer Science, asked by ishan99, 11 months ago

How are algorithm and flowchart related to one another?

Answers

Answered by Pramodkumarhani
19
Definition of Algorithm

To write a logical step-by-step method to solve the problem is called algorithm, in other words, an algorithm is a procedure for solving problems. In order to solve a mathematical or computer problem, this is the first step of the procedure. An algorithm includes calculations, reasoning and data processing. Algorithms can be presented by natural languages, pseudo code and flowcharts, etc.

Flow Chart Definition

A flowchart is the graphical or pictorial representation of an algorithm with the help of different symbols, shapes and arrows in order to demonstrate a process or a program. With algorithms, we can easily understand a program. The main purpose of a flowchart is to analyze different processes. Several standard graphics are applied in a flowchart:

Answered by madiha1231
5

Answer:

an algorithm is a logical sequence of discrete steps that describes a complete solution to a given problem in a finite amount of time and flowchart is a pictorial representation of step by step solution of a problem with the help of some close shapes the logical flow of solution is shown through interconnecting arrows

Similar questions