Creating A Flowchart

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

John 1:3 All things were

Flowchart made by him; and without


him was not any thing made
that was made.
Terminator

A flowchart is a Represents the start or end point to a process.

graphical Process
representation of
Process is an action taken by the program such as giving a value
an algorithm, to a variable and/or performing an operation.

process, or Data Input or Output


workflow using Indicates an interface with the either the user inputting data or
the program displaying an output.
various shapes
connected by Decision

arrows. The decision symbol indicates a the possible change in directional


flow of a program. One branch indicates a true value and the
other false.

Arrows

Arrows illustrate the direction of flow a program will take.


Start

Flowchart User
Input
Concept
True
Decision

Action
False

Action

Output

End
Start
Let’s take a numOfRolls=0 guess =
True

scratch program guess=0


roll
“You
and create a Roll=0 False win”

flowchart for it. Pick a number


“You
between 1 & 6
lose”
guess=user input
Repeat until
guess=roll or
End
numOfRolls=5
roll=random #
between 1 & 6

Add 1 to
numOfRolls

Display roll
and
numOfRolls
Using Microsoft Word to create your
flowchart

You might also like