Developing Algorithms using Flowcharts (Algorithms) Flashcards
1
Q
What is the rectangle used for?
A
Process - Maths and operations and assignment of variables
2
Q
What is the line used for?
A
Shows direction of flow
3
Q
Curved rectangle
A
Terminal - for start and stop
4
Q
Diamond shape
A
Decision - Change flow based on a decision
5
Q
Rectangle with two lines
A
Sub program - call a different function or procedure
6
Q
Parallelogram
A
Input/Output
7
Q
Sequence
A
A series of steps which are completed one after the other (process, input/ ouput symbols one after another)
8
Q
Selection
A
The ability to choose different paths through a program ( decision symbols are used for selection )
9
Q
Iteration
A
Repeating part of the program or known as looping