Computational thinking Flashcards
1
Q
What is an algorithm
A
It is a series of step by step instructions for carrying outa procedure or solving a problem
2
Q
What is a flow chart
A
It is a graphical way of writing an algorithm to display each process into individual steps
3
Q
Start/end
A
An oval representing a start or end point
4
Q
Arrows
A
A line is a connector that shows relationships between the 2 shapes
5
Q
Input/output
A
A parallelogram represents an input or an output
6
Q
Process
A
A rectangle represents a process
7
Q
Decision
A
A diamond indicates a decision