Algorithms Flashcards

1
Q

Algorithms

A

A precise set of step by step instructions

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

String

A

Words in speech marks

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

Integers

A

1, 2, 3 Etc.

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

Float / real

A

1.2, 5.5, 3.124 Etc.

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

Boolean

A

True or false

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

Selection

A

Providing choices to select from

For example. If I revise then pass else fail

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

Iteration

A

Repeating a set of instructions

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

For loops

A

Repeat for a certain length of time

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

While loops

A

Repeat a ser of instructions until a condition has been set

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