An important skill in computer programming
is the ability to understand a problem and come up with a
clear and unambiguous solution. These solutions are known
as algorithms. Algorithms are actually used every day in many
walks of life. In this unit, students will understand the
importance of algorithms, and how to develop them as the first
step in learning to program computers.
They will then translate these algorithms from English into
a format called "psudocode". Pseudocode is an excellent
intermediate step on the path to implementing a solution in
an actual programming language. |