answersLogoWhite

0


Best Answer

The most widely used symbols are:

1. Start and end

2. Arrows

3. Processing steps

3. Conditional Other symbols are:

4. document symbol

5. Manual Operation

6. Data file

User Avatar

Wiki User

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

Wiki User

14y ago

Computer program flowcharts give a graphical representation of the decisions, processes, loops, subroutine dispatches (and other stuff) involved when the program executes.

Simply stated, a computer program flowchart is a logical diagram using standardized symbols of what the computer program does.

This answer is:
User Avatar

User Avatar

Wiki User

6y ago

A flowchart is a diagram of the sequence of movements of people or things involved in a complex system of activity

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Yes.

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

Arrow

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the different symbols used in a program flow chart?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is algorithm a pictorial representation of flowchart?

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).


What are the different levels of a flow chart?

1)Basic flow chart-shows the main steps in a process for a good overview 2)process flow chart-gives details of a process by listing the main steps and sub-steps 3)developement flow chart- is similar to process flow chart but identifies persons or department involved in a process. 4)oppertunity flow chart- highlights decision making steps and inspection points.


How many inputs does a decision box in a program flow chart?

One or more (and it has two or more outputs).


What is flowchart of stack using array in c prog?

Two little problems: 1. stack doesn't have a flow-chart 2. there are no flow-charts in a C program


Flow chart for McDonald process?

drawing McDonald flow chart service process.

Related questions

What symbols are used in a flow chart?

Arrow


Types of flow chart?

Flow chart: - A flow chart is a symbolic representation of any process. Each step in the process is represented by a different symbol with a short description of the process. The flow chart symbols are linked together with arrows showing the process flow direction.There ate two types of flow charts1. Low level flow chart2. High level flow chart


Is algorithm a pictorial representation of flowchart?

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).


What are different symbols use in flow chart explain?

diaond =for condition parallel rectangle= for input and output arrow = for flow control connector = rectange =for process


What is a graphical image that represents a program?

A flow chart.


What do the symbols mean on the flowchart?

all symbol of flow chart


What is the basic difference between structured chart and flow chart?

the structure chart differs from flow chart in these principle ways: 1- It is difficult to identify different modules of the software from its flow chart representation. 2- Data interchange among different modules is not represented in a flow chart. 3- sequential ordering of tasks inherited in a flow chart is suppressed in structure chart.


How to make flow chart of digetion?

You can make a flow chart in a few different ways. You can make a flow cart with lines.


How do you draw a flow?

There are different boxes used in a flow chart. A flow chart is basically a "If - then" chart. If this event happens then go to next event, if not go to alternate event.


What are the 6 symbols use in flow chart?

Ellipse, Rectangle, rhombus, arrow, circle, triangle


How do you draw a flow diagram?

There are different boxes used in a flow chart. A flow chart is basically a "If - then" chart. If this event happens then go to next event, if not go to alternate event.


When and what are the symbols used in the flowchart for the program for the calculation of average numbers in C language?

Look up "Flowchart" in wikepedia, most of what you need to know can be found there. Get a flow chart symbol template and a sheet of paper and you are on your way.