#1  
15th December 2012, 09:54 PM
Unregistered
Guest
 
Posts: n/a

What is the difference between Flow Chart and Algorithm


What is difference between flow chart and algorithem...could u please provide to me the details





Related Questions:
  1. What is the difference between pressure and flow? -- [New]
  2. Computer science previous years question papers for school service commission?
  3. Gujarat Technological University ME 1st Sem- Computer Algorithm Exam – Download Previous Year’s Question Papers
  4. DOEACC B Level Courses- Data Structure through 'C++' Language Exam – Download Previous Year’s Question Papers
  5. DOEACC, C Level Course, Algorithm Analysis And Design Exam - Download Previous Years Question Papers
  6. How to do Railway Job after getting my 12th certificate?
  7. Last 5 years aptitude question papers with solutions? I am doing BCA
  8. Gujarat Technological University ME 1st Sem- Power System Modeling & Simulation Exam – Download Previous Year’s Question Papers
  9. University of Mumbai FYBSc Information Technology-2nd Sem Design and Analysis of Algorithms Exam – Download Previous Year’s Question Papers
  10. Details of the post available for MPSC and UPSC exam?
  11. How to prepare for MDS entrance?
  12. IETE AMIETE CS/IT (New Scheme) Design and Analysis of Algorithms Exam – Download Previous Year’s Question Papers
  13. Previous year papers of BSc Computer Science exam? -- [Most Discussed]
  14. Which are the basic fields that can be taken in 11th? What can a person do after completing his graduation?
  15. How to earn money online? What are the data entry jobs?
  16. How to get an online job where I can earn without any money investment?
  17. What is GPA and how is it calculated? Please calculate my GPA
  18. Mumbai University, B.E in Computer Science, 4th Semester, Analysis of Algorithm and Design Exam - Download Previous Years Question Papers
  #2  
16th December 2012, 10:27 AM
muse65
Senior Member
 
Join Date: Dec 2012
Posts: 155
Default Re: What is the difference between Flow Chart and Algorithm

An algorithm is a description of how to carry out a process. An algorithm lists the steps that must be followed to complete the process. Algorithms can be described in English but such descriptions are often ambiguous and open to misunderstanding. Therefore various formal methods of describing algorithms have been developed. The simplest of these is the flowchart.

A flowchart consists of a sequence of instructions linked together by arrows to show the order in which the instructions must be carried out. Each instruction is put into a box. The boxes are different shapes depending upon what the instruction is.
  #3  
16th December 2012, 11:22 AM
Beesh
Member+
 
Join Date: Oct 2012
Posts: 64
Default Re: What is the difference between Flow Chart and Algorithm

Dear friend,

* Flowchart is a flow or sequence of information pertaining to a particular program.

* It is very easy to understand and then to implement the program.

* Flowchart uses specific symbols for specific reasoning.

* It has a proper structure.

* Whereas the algorithm is a bit difficult to understand comparing the flow chart.

* It is a step by step information that depicts the program.

* It does not include any specific symbols.

* Best wishes :-)
  #4  
26th February 2013, 10:56 PM
Unregistered
Guest
 
Posts: n/a
Default Re: What is the difference between Flow Chart and Algorithm

What is pseudo code?
Reply With Quote
  #5  
27th February 2013, 01:42 AM
sumansin
Senior Member+++++
 
Join Date: Mar 2011
Location: UP
Posts: 4,211
Default Re: What is the difference between Flow Chart and Algorithm

Difference Between Flow Chart and Algorithm

Flow Chart--

Flow chart is important tool for developing algorithm and program . It is pictorial representation of step by step solution of a problem.
It uses boxes of different shapes that denotes different type of instruction.

Algorithm--

Algorithm refers to the logic.it is step by step description how to arrive at the solution to the problem.
The set of rules that define how a particular problem can be solved in finite number of steps is known as algorithm.
Reply With Quote
  #6  
27th February 2013, 01:54 AM
Ravikanth2027
Senior Member+++++
 
Join Date: Dec 2011
Posts: 4,897
Default Re: What is the difference between Flow Chart and Algorithm

Difference Between Flow Chart & Algorithm :

An Algorithm is a precise rule / set of rules how to solve some problem

A Flowchart is a diagram of the sequence of operations in a computer program or an accounting system

Flowchart is very important tool foe development algorithm & program

It is pictorial representation of step by step solution of a problem

Algorithm refers to the logic .

Algorithm is define as sequence of instruction that when executed in the specified sequence the desired results are obtained
Reply With Quote
  #7  
27th February 2013, 06:43 PM
dyco
Senior Member
 
Join Date: Jan 2013
Posts: 245
Default Re: What is the difference between Flow Chart and Algorithm

Dear,
> Algorithm explains how a problem is solved or how a certain process is executed and that to step by step in details.

> Flowchart is a graphical representation of various steps involved in the process and may not have detailed information/instructions of the steps that were involved in the execution of problem.
Reply With Quote
  #8  
27th February 2013, 06:49 PM
dyco
Senior Member
 
Join Date: Jan 2013
Posts: 245
Default Re: What is the difference between Flow Chart and Algorithm

Dear,
> Algorithm explains how a problem is solved or how a certain process is executed and that to step by step in details.

> Flowchart is a graphical representation of various steps involved in the process and may not have detailed information/instructions of the steps that were involved in the execution of problem.
Reply With Quote
  #9  
27th February 2013, 10:33 PM
venkataprakash.v
Senior Member+++++
 
Join Date: Dec 2010
Location: chennai.
Posts: 4,121
Default Re: What is the difference between Flow Chart and Algorithm

First you have to know the what are the tool are used to express the logic of the Problem and specifying the sequence and analysis of Problem and there is various problem solving tool and they are ::
  • Flow Chart
  • Pseudo Codes
  • Algorithms

These are the tools used to analysis of the problem and know the behind the logic and implementation of the problem .

Flow Chart ::

-It is simple flowchart is pictorial representation of an algorithms in which the steps are drawn in the form of different shapes of boxes and the logical flow is indicated by interconnecting arrows .

-Simply we say it is a blue print of program and it is drawing a blue print before writing the computer program .

- The flowchart is drawn according to defined rules and using standard symbols prescribed by ANSI .

Algorithm ::

-Algorithms is step by step execution of the problems and it is clearly mentioned all the condition and loop in the algorithms . It is created the algorithm any programmer before implementing computer program .

-Algorithms are one of the most basic tool that are used to develop the program solving logic.

Pseudo Code ::

-Pseudo means imitation and code refers to instructions written in a programming languages but pseudo is not real programming code but it models and even look like programming code .

-Pseudo code is an out line of a program written in a form that can easily converted into real programming .

-Pseudo codes uses plain English statements rather than symbols to represent the process of computer program.
Reply With Quote
  #10  
28th February 2013, 11:21 AM
Beawar
Senior Member
 
Join Date: Jan 2013
Posts: 337
Default Re: What is the difference between Flow Chart and Algorithm

Dear..

There is a little difference in both the terms and they are inter related to each other.

Flow chart :- Flow chart is a diagram that express the algorithm in the pictorial format. you can See this in below mentioned pic



Algorithm :- It is a step by step solution to solve some calculation in Maths and the below mentioned pic can help you more




Hope it will help

Cheers...!!!
Reply With Quote
  #11  
28th February 2013, 11:49 PM
ranjith1438
Senior Member+++++
 
Join Date: Oct 2011
Location: Siddipet, Hyderabad.
Posts: 3,831
Default Re: What is the difference between Flow Chart and Algorithm

Hai,

Flow Chart:-

Flow chart means a diagram. It's pictorial representation of the algorithms. Before we are writing the program it's a blue print for our program.



Algorithm:-



Algorithm is a step by step solution to solve any calculation in mathematics. It is more helpful for solving the logic of the program. It is a sequence of solving the problem.

Reply With Quote
  #12  
5th March 2013, 10:28 PM
sampathkumar29
Senior Member+++++
 
Join Date: Dec 2010
Posts: 2,992
Default Re: What is the difference between Flow Chart and Algorithm

Difference Between Flow chart & Algorithm :

Algorithm is a step by step solution to solve any calculation in mathematics , it is more helpful for solving the logic of the program

Flow chart means a diagrams , it's pictorial representation of the algorithms



Reply With Quote
  #13  
6th March 2013, 10:40 AM
Chirag17
Senior Member+
 
Join Date: Oct 2012
Posts: 737
Default Re: What is the difference between Flow Chart and Algorithm

Quote:
Originally Posted by Unregistered View Post
What is difference between flow chart and algorithem...could u please provide to me the details
Hello friend,



>> Difference between Flow Chart and Algorithm


>> flowchart

- A flowchart is one way in which to describe an algorithm.

- A flowchart is a diagram of the sequence of operations in a computer program or an accounting system.



>> Algorithm

- An algorithm is a sequence of steps which can be followed to solve a particular problem.

- An algorithm is a precise rule specifying how to solve some problem.




Best of luck
Attached Files
File Type: pdf Algorithms.pdf(86.1 KB, 580 views)
Reply With Quote
  #14  
30th August 2013, 01:25 PM
Unregistered
Guest
 
Posts: n/a
Thumbs down Re: What is the difference between Flow Chart and Algorithm

Quote:
Originally Posted by Beesh View Post
Dear friend,

* Flowchart is a flow or sequence of information pertaining to a particular program.

* It is very easy to understand and then to implement the program.

* Flowchart uses specific symbols for specific reasoning.

* It has a proper structure.

* Whereas the algorithm is a bit difficult to understand comparing the flow chart.

* It is a step by step information that depicts the program.

* It does not include any specific symbols.

* Best wishes :-)
kmkjlmoi8u89jiojiojioikioilp bnjkhjklghjkl;hgjkml;,u;l'
Reply With Quote
  #15  
31st August 2013, 03:02 PM
maruthidevi
Senior Member
 
Join Date: Jun 2013
Posts: 469
Default Re: What is the difference between Flow Chart and Algorithm

Dear friend,

* Flowchart is a flow or sequence of information pertaining to a particular program.

* It is very easy to understand and then to implement the program.

* Flowchart uses specific symbols for specific reasoning.

* It has a proper structure.

* Whereas the algorithm is a bit difficult to understand comparing the flow chart.

* It is a step by step information that depicts the program.

* It does not include any specific symbols.
Reply With Quote
  #16  
31st October 2013, 11:11 AM
Unregistered
Guest
 
Posts: n/a
Default Re: What is the difference between Flow Chart and Algorithm

[QUOTE=Unregistered;2945669]What is difference between flow chart and algorithem...could u please provide to me the details[/QU

Ans Algorithm is the step by step procedure inorder to solve
a problem


Ans Flowchart is the pictorial view of algorithm



Replied by student of opf boys college h-8/4 Islamabad
student of O level 3
Reply With Quote
  #17  
11th January 2015, 09:34 PM
Unregistered
Guest
 
Posts: n/a
Default Re: What is the difference between Flow Chart and Algorithm

Write algorithm for calculating simple interest for given sum of Rs. 5000/- for five years
Reply With Quote
  #18  
26th June 2015, 07:48 PM
Agnihotri007
 
Join Date: Jun 2015
Posts: 9
Default Re: What is the difference between Flow Chart and Algorithm

Quote:
Originally Posted by Unregistered View Post
Write algorithm for calculating simple interest for given sum of Rs. 5000/- for five years
1.Input rate of interest R
2.Input Principal P (Here P=5000)
3.Input Time T in years (Here T=5 Years)
4.Simple interest SI= P*R*T/100
5.Display SI
Reply With Quote
Do you have any question? or have anything to say?



Related Topics:

Thread Replies Last Post
Is there any source to know about all the research work done in India on Philosophy in Sanskrit Language or in English Language? 1 28th April 2022 01:29 PM
SSLC model question papers for Maths, Physics, Biology, Chemistry, English Language, First Language, Kannada Language, 2nd Language and Hindi? 55 17th July 2014 09:42 PM
Which language has a greater scope for girls, French or Japanese or any other Indian language? Scope of learning french language? 6 15th April 2014 01:38 PM
Karnataka SSLC question papers of last 7 years in 1st language Sanskrit , 2nd language English, 3rd language Kannada? 9 11th October 2013 12:36 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Optimisation by vB Optimise.
Please also check: