click below
click below
Normal Size Small Size show me how
1.4 Algorithms
Algorithm design
Term | Definition |
---|---|
Structured English | A very restricted subset of the English Language, always begins with a verb |
Pseudo Code | Code that resembles a programming language, but uses less strict syntax. Independent of any programming language |
4 Types of statement that an algorithm may be expressed in | Repetition, Sequence, Selection |