Thread: What is the difference between Flow Chart and Algorithm Reply to Thread

Your Username: Click here to log in
Title:
  
Message:
Post Icons
You may choose an icon for your message from the following list:
 

Additional Options

Miscellaneous Options

Topic Review (Newest First)

26th June 2015 07:48 PM
Agnihotri007
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
11th January 2015 09:34 PM
Unregistered
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
31st October 2013 11:11 AM
Unregistered
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
31st August 2013 03:02 PM
maruthidevi
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.
30th August 2013 01:25 PM
Unregistered
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'
6th March 2013 10:40 AM
Chirag17
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
5th March 2013 10:28 PM
sampathkumar29
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



28th February 2013 11:49 PM
ranjith1438
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.

28th February 2013 11:21 AM
Beawar
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...!!!
27th February 2013 10:33 PM
venkataprakash.v
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.
27th February 2013 06:49 PM
dyco
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.
27th February 2013 06:43 PM
dyco
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.
27th February 2013 01:54 AM
Ravikanth2027
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
27th February 2013 01:42 AM
sumansin
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.
26th February 2013 10:56 PM
Unregistered
Re: What is the difference between Flow Chart and Algorithm

What is pseudo code?
16th December 2012 11:22 AM
Beesh
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 :-)
16th December 2012 10:27 AM
muse65
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.
15th December 2012 09:54 PM
Unregistered
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

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Optimisation by vB Optimise.