Algorithms Flashcards
1
Q
Algorithms
A
A precise set of step by step instructions
2
Q
String
A
Words in speech marks
3
Q
Integers
A
1, 2, 3 Etc.
4
Q
Float / real
A
1.2, 5.5, 3.124 Etc.
5
Q
Boolean
A
True or false
6
Q
Selection
A
Providing choices to select from
For example. If I revise then pass else fail
7
Q
Iteration
A
Repeating a set of instructions
8
Q
For loops
A
Repeat for a certain length of time
9
Q
While loops
A
Repeat a ser of instructions until a condition has been set