What is Computer Programming?

  • How did we use this process?
  • I expect you to use this process.
  • Just to be explicit, when writing a program:
    1. Make sure you understand the problem.
      • If you do not, ask questions.
    2. Write an algorithm.
    3. Test your algorithm, the move on only when it works.
  • We will discuss algorithms more as the class goes along.