|
| |
Sequence
One step at a time
The computer executes one statement after
another
- there are limited tasks
that can be solved with a strictly sequential
program or algorithm
- Algorithm
- a detailed, precise
description, on how to execute a given task.
- Program
- an algorithm in a form
that can be understood by a computer.
- Important:
- If you don't know how to
solve the problem you will not be able to develop an
algorithm.
|