What Is The Difference Between Algorithm And Flowchart?

14

14 Answers

Anonymous Profile
Anonymous answered
Flow chart is very important tool for developing algorithm and program . It is pictorial representation of step by step solution of a problem.
Programmer often uses it as a program planning tool for visually organising step necessary to solve a problem. It uses boxes of different shapes that denotes different type of instruction.
While making a flow chart a programmer need not to pay attention on the elements of the programming language ,he has to pay attention to the logic of solution to the problem
wheres,,,
the term algorithm refers to the logic.it is step by step description how to arrive at the solution to the problem.algorithm is define as sequence of instruction that when executed in the specified sequence the desired results are obtained .
The set of rules that define how a particular problem can be solved in finite number of steps is known as algorithm.
A good algorithm help us to create a good program
Anonymous Profile
Anonymous answered
Algorithm is the step wise analysis of the problem...and
flow chart is pictorial representation...!!!
Abdul Salam Profile
Abdul Salam answered
Algorithm is a step by step representation of a process.(i.e plain English with Step 1: Xxx, Step 2: XXX Format) Flow chart uses different symbol to represent different step in a process like remarks, assignment, decision etc
Anonymous Profile
Anonymous answered
It is very complex to represent some logic's using flow chart due to lack of more symbols
where as in algorithm it is easy procedure to represent
Anonymous Profile
Anonymous answered
Flow chart is pictorial reprasentation of the flow of the program,
algorithm is step by step procedure to solve a given problem.
Squall Leonhart Profile
Squall Leonhart answered
An Algorithm is just a detailed sequence of simple steps that are needed to solve a problem while a Flowchart is a graphical representation of an algorithm.
Anonymous Profile
Anonymous answered
Method of Problem Solving      Recognize and understand the problem.    Accumulate facts.    Select appropriate theory.    Make necessary assumptions.    Solve the problem.    Verify results.    Preforming step 5 (Solve the problem) may involve a computer.          The 5 steps in using a computer as a problem-solving tool      Develop an Algorithm and a Flowchart.    Write the program in a computer language. (i.e. Fortran, C)    Enter the program into the computer.    Test and debug the program.    Run the program, input data, and get the results from the computer.        Definition of Algorithm and Flowchart      An Algorithm is just a detailed sequence of simple steps that are needed to solve a problem.    A Flowchart is a graphical representation of an algorithm.    .
khlaid khan Profile
khlaid khan answered
Algorithms is step by step answer or making easy to understand the give program..which can  easily be implement in c++ or any other language......and flow chart is the graphical representation of algorithms or program,,,,,thanksgiving's
Anonymous Profile
Anonymous answered
Is a step by step representation of a process or it's like a statement and flowchart uses different symbol to represent different step in a process like a decision and assignment.
vijay mohan Profile
vijay mohan answered
Flowchart is pictorial representation of a procedure.where as algorithm is in written form.
Florio Potter Profile
Florio Potter answered

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. If you want to know in detail then get help from experts at CodeAvail- Online Computer Science Assignment
help

peter james Profile
peter james , http://www.techeligible.com/2018/03/05/bypass-google-frp-galaxy-s8-plus/, answered

Algorithm refers to the step by step construction of a program in simple words whereas flowchart is the pictorial representation of the program to me made and the way it process.

Answer Question

Anonymous