0% found this document useful (0 votes)
24 views8 pages

Flowchart: By: Milbert B. Bechayda

Uploaded by

Milbert
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views8 pages

Flowchart: By: Milbert B. Bechayda

Uploaded by

Milbert
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8

FLOWCHART

BY: MILBERT B. BECHAYDA


WHAT IS A FLOWCHART?
Flowchart is a graphical representation of an algorithm. Programmers often use
it as a program-planning tool to solve a problem. It makes use of symbols which
are connected among them to indicate the flow of information and processing.
The process of drawing a flowchart for an algorithm is known as “flowcharting”.
BASIC SYMBOLS USED IN
FLOWCHART DESIGNS

Terminal: 

The oval symbol indicates Start, Stop and Halt in a program’s logic flow. A
pause/halt is generally used in a program logic under some error conditions.
Terminal is the first and last symbols in the flowchart.
BASIC SYMBOLS USED IN
FLOWCHART DESIGNS

Input/Output:

A parallelogram denotes any function of input/output type. Program


instructions that take input from input devices and display output on output
devices are indicated with parallelogram in a flowchart.
BASIC SYMBOLS USED IN
FLOWCHART DESIGNS

Processing: 

A box represents arithmetic instructions. All arithmetic processes such as


adding, subtracting, multiplication and division are indicated by action or
process symbol.
BASIC SYMBOLS USED IN
FLOWCHART DESIGNS

Decision:

Diamond symbol represents a decision point. Decision based operations such as


yes/no question or true/false are indicated by diamond in flowchart.
BASIC SYMBOLS USED IN
FLOWCHART DESIGNS

Connectors:

Whenever flowchart becomes complex or it spreads over more than one page, it
is useful to use connectors to avoid any confusions. It is represented by a circle.
BASIC SYMBOLS USED IN
FLOWCHART DESIGNS

Flow lines: 

Flow lines indicate the exact sequence in which instructions are executed.
Arrows represent the direction of flow of control and relationship among
different symbols of flowchart.

You might also like