click below
click below
Normal Size Small Size show me how
F452 Computing
4 Algorithm
Term | Definition |
---|---|
Algorithm | Precise sequence of steps to carry out a task. |
Pseudocode | A more precise, unambiguous version of English with the addition of simple mathematical operators. |
Flowchart | Shows algorithm in diagram with parallelogram for input/output, rectangle for process, rhombus for decision (yes/no). |