Run an Algorithm: Difference between revisions

From Engineer-it
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Line 1: Line 1:
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:


{{#drawio:algorithm_intro|type=png}}
{{#drawio:algorithm_intro|type=png}}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.

Revision as of 21:51, 22 December 2020

The term running an algorithm I use to mean doing a set of calculations:

drawio: algorithm_intro

What do you need to know to run an algorithm in an examination?

  1. You need to understand the meanings of all variables to an extent that you are able to assign correct values to them.
  2. You need to be able to write down the steps in the algorithm.
  3. You need to be able to run the algorithm.