Understand the meaning of an algorithm. More specifically: o describe how to perform a task, such as following a cake recipe, using simple and clear steps. o Write the steps and put the steps in a logical order. o Compare this process with the meaning of an algorithm. o Brainstorm if there would be the same result if we changed the order of steps. o Represent the algorithm with a flowchart, to show what condition applies during the execution of an algorithm.
Answers
Answered by
19
An algorithm, for the non-programmers among us, is a set of instructions that take an input, A, and provide an output, B, that changes the data involved in some way. Algorithms have a wide variety of applications. In math, they can help calculate functions from points in a data set, among much more advanced things.
Similar questions