Developing Algorithms using Flowcharts (Algorithms) Flashcards

1
Q

What is the rectangle used for?

A

Process - Maths and operations and assignment of variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the line used for?

A

Shows direction of flow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Curved rectangle

A

Terminal - for start and stop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Diamond shape

A

Decision - Change flow based on a decision

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Rectangle with two lines

A

Sub program - call a different function or procedure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Parallelogram

A

Input/Output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Sequence

A

A series of steps which are completed one after the other (process, input/ ouput symbols one after another)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Selection

A

The ability to choose different paths through a program ( decision symbols are used for selection )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Iteration

A

Repeating part of the program or known as looping

How well did you know this?
1
Not at all
2
3
4
5
Perfectly