Run an Algorithm: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
__NOTOC__ | |||
The term ''running an algorithm'' I use to mean doing a set of calculations: | The term ''running an algorithm'' I use to mean doing a set of calculations: | ||
Revision as of 13:02, 25 December 2020
The term running an algorithm I use to mean doing a set of calculations:
What do you need to know to run an algorithm in an examination?
- You need to understand the meanings of all variables to an extent that you are able to assign correct values to them.
- You need to be able to write down the steps in the algorithm.
- You need to be able to run the algorithm.

