Friday, October 23, 2009

Definitions

  1. Algorithms - A step-by-step problem-solving procedure.
  2. Pseudo code - A high-level abstraction of code used to outline the steps in an algorithm.
  3. Machine language - A programming language designed for use on a specific class of computers.
  4. High Level Computer Language - Programming language with strong abstraction from the details of the computer.
  5. Flowchart - A diagram of the sequence of operations in a computer program.