Computing
LEARN ABOUT HOW COMPUTING WORKS
What are Following flowcharts?
A flowchart is a diagram that shows a sequence of steps that should
be followed. Flowcharts contains computer algorithms and arrows
that lead in the process.
• There are specific shapes for different purposes:
Input – for the user to enter data
Process – to do a calculation or action
Output – the display words and numbers to the user.
There are two things that are important for the flow
chart to work.
A start and a stop.
(sometimes these might
be labelled with a “begin”
and “end”)
Information about the flowchart boxes
• The shape of an output box is a Following a flowchart
parrellogram, this goes the
To follow a flowchart:
same for input box.
• The shape of a process box is a Find the start box
rectangle. Follow the arrow from start to
the next shape
Perform the action in each shape
Continue until reach the stop
box.
Flowchart actions are to be performed one at a time.
In flowcharts, there are also variables. A variable is a named storage
location where you can store data. The data value change in a variable.
Age = age + 10
Add a Slide Title - 2
ADD A SLIDE TITLE - 4
Click icon to add picture
ADD A SLIDE TITLE - 5