answersLogoWhite

0


Best Answer
Flow Chart DefinedA flow chart is a graphical or symbolic representation of a process. Each step in the process is represented by a different symbol and contains a short description of the process step. The flow chart symbols are linked together with arrows showing the process flow direction. Common Flowchart SymbolsDifferent flow chart symbols have different meanings. The most common flow chart symbols are:
  • Terminator: An oval flow chart shape indicating the start or end of the process.
  • Process: A rectangular flow chart shape indicating a normal process flow step.
  • Decision: A diamond flow chart shape indication a branch in the process flow.
  • Connector: A small, labeled, circular flow chart shape used to indicate a jump in the process flow. (Shown as the circle with the letter "A", below.)
  • Data: A parallelogram that indicates data input or output (I/O) for a process.
  • Document: Used to indicate a document or report (see image in sample flow chart below).
User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

an algorithm is a proceedure consisting of a finite set of unambiguous rules(instructions). whic specify a finite sequence of operations that provides the solution to a problem.

and a flowchart is a pictorial representation of an algorithm which consists of different codes and symbols..

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Yes, flowcharts is a form to represent the algorithm.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is algorithm a pictorial representation of flowchart?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How algorithm is different from flowchart?

An algorithm is a series of steps leading to a result. A flowchart can be a graphical representation of the algorithm.


Advantages of algorithm over flowchart?

what are the advantages of algorithm over flowchart algorithm is a step by step procedure of a particular program either in pure english programming language or in english programming style. while a flowchart is a pictorial representation of an algorithm. why algorithm is better? the answer is very simple, as algorithm are concise and compact. it gives the basic idea behind the program. why flowchart is better? the answer to it is...being graphical it is easy to understand th methodology of program and can be reviewed as well as corrected easily.


Why do you use flowcharts?

Flowchart means pictorial representing of an algorithm.


what provides a representation of patterns that an algorithm comprises?

flowchart


What is the difference between an algorithm and a flowchart in general?

Algorithm is step wise analysis of the work to be done. Flow chart is a pictorial representation of an algorithm. As flow chart is a picture of work to be done,it may be printed in our mind when we observe it.


Define flowchart and draw flowchart for GCD of two numbers?

pictorial representation of a program is called a flowchart


What is the difference between algorithm and flowcharts?

They both are same. Both of them mean a set of instructions. but, an algorithm is a simple flow of instructions whereas in a flowchart the instructions are represented pictorially, and as the name suggest it is a 'flow chart'.


How do you do calculation on programming flowcharts?

You just have to know the symbols of flowchart and make the graphical representation of algorithm


What are the uses of flow chart in computer?

flow chart is pictorial representation of algorithm


What will the beginners prefer to choose between flowchart and algorithm?

Flowchart.


How do you draw flowchart for overloaded functions?

You don't. A flowchart is one form of a visualization for an algorithm. Overloaded functions are one of many tools used to implement such an algorithm. The algorithm (and, therefore, the flowchart) isn't concerned with the tool needed for the implementation.


Write an algorithm and draw flowchart to calculate the perimeter of a square?

write an algorithm and draw a flow chart to find perimeter of a square