09.02 - Algorithms Flashcards
1
Q
Structured English
A
A method of showing the logical steps in an algorithm, using an agreed subset of straightforward English words for commands and mathematical operations
2
Q
Flowchart
A
A diagrammatic representation of an algorithm
3
Q
Algorithm
A
An ordered set of steps to be followed in the completion of a task
4
Q
Pseudocode
A
A method of showing the detailed logical steps in an algorithm, using keywords, identifiers with meaningful names, and mathematical operators
5
Q
Stepwise refinement
A
The practice of subdividing each part of a larger problem into a series of smaller parts, and so on, as required