Computational Thinking and Programming
Computational Thinking and Programming
1.1 Flowcharts
Following flowcharts
Data flow-A data flow is an arrow. The arrows show you which box to move to next.
Questions 1.1
1 What is the shape of the output box?
2 What is the shape of the process box?
3 How many data flows go into a start box?
4 How many data flows go into a stop box?
Following a flowchart
To follow a flowchart:
• find the start box
• follow the arrow from start to the next shape
• perform the action in each shape
• continue until you reach the stop box.
Storing data