Algorithm Key Terms Flashcards

To Be Able To Say What Different Types Of Algorithm Key Terms Mean (4 cards)

1
Q

What is a Flow Chart?

A

A Flowchart is a diagram made up of different boxes linked via arrows. It shows the order of instructions needed to complete a task. It is a visual representation of an algorithm.

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

What is a Sequence?

A

A Sequence is a linear set of instructions. The order of instructions.

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

What is a Selection?

A

Selection is picking an outcome from multiple options depending on a condition. Usually in code this is seen by using IF statements.

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

What is Iteration?

A

Iteration is repeating a process that keeps on going until a certain action is performed.

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