0% found this document useful (0 votes)
27 views

Flowchart: Diagram Workflow Process Algorithm

A flowchart is a diagram that represents a process or workflow using standard graphic symbols such as rectangles, ovals, diamonds, and arrows. It shows the steps in a process and the order they are performed. Flowcharts are used to design and document simple processes or programs to help visualize and understand what is happening at each step.

Uploaded by

Yusop L Arali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Flowchart: Diagram Workflow Process Algorithm

A flowchart is a diagram that represents a process or workflow using standard graphic symbols such as rectangles, ovals, diamonds, and arrows. It shows the steps in a process and the order they are performed. Flowcharts are used to design and document simple processes or programs to help visualize and understand what is happening at each step.

Uploaded by

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

FLOWCHART

A flowchart is a type of diagram that represents a workflow or process. A flowchart can also be
defined as a diagrammatic representation of an algorithm, a step-by-step approach to solving a task.
Flowcharts are used in designing and documenting simple processes or programs. Like other types
of diagrams, they help visualize what is going on and thereby help understand a process.

Shape Name Description

Flow line Shows the process's order of operation. A line coming from
(Arrowhead) one symbol and pointing at another.

Indicates the beginning and ending of a program or process.


Terminal
They usually contain the word "Start" or "End".

Represents a set of operations that changes value, form, or


Process
location of data. Represented as a rectangle.

Shows a conditional operation that determines which one of


Decision the two paths the program will take. The operation is
commonly a yes/no question.

Indicates the process of inputting and outputting data,[15] as in


Input/Output entering data or displaying results. Represented as a
parallelogram.

Single documents represented a rectangle with a wavy base.

Document
Multiple documents represented stacked rectangle with a
wavy base.

Preparation or Represented by an elongated hexagon, originally used for


Initialization steps like setting a switch or initializing a routine.

You might also like