What is an algorithm?
It is a list of instructions to complete a task or solve a problem
An algorithm that has been translated into code for a computer is called a
_______.
program
A program is coded using _____.
a language the computer can understand.
Before programmers create a program, what do they do?
They plan an algorithm to solve a
problem.
An algorithm can be also shown as a ___.
flowchart.
If you follow the arrows down from the top of a flowchart, what can you do?
You
can trace the program.