Chapter 7 Algorithm Design And Problem Solving: Unit 7.3: Explaining The Purpose Of An Algorithm Flashcards
1
Q
Explain the purpose of an algorithm.
A
An algorithm sets out the steps to complete a given task. Usually shown as a flowchart or Pseudocode, so that the purpose of the task and the processes needed to complete it are clear to those who study it.