Writing Algorithms - Flowcharts Flashcards
1
Q
Flowchart Symbols
A
Arrow
Round cornered rectangle
Parallelogram
Diamond
Rectangle
2
Q
Arrow
A
to connect boxes and show direction
3
Q
Round cornered rectangle
A
terminal (beginning + end of algorithm)
4
Q
Parallelogram
A
Inputs and outputs
5
Q
Diamond
A
Decision/choice
6
Q
Rectangle
A
Processes, general instructions, calculations
7
Q
What can flowcharts show?
A
Sequences
Selections
Iterations
8
Q
Iterations
A
Contains a loop
9
Q
Sequences
A
One way from start to end
10
Q
Selections
A
Multiple ways to get from start to end