What is Programming?

From CompSciWiki
Revision as of 15:12, 20 March 2007 by Umiverac (Talk | contribs)

Jump to: navigation, search

Programming, simply put, is the act of writing computer programs. Everything you do on a computer, from playing Minesweeper to typing your homework requires the use of a computer program of some sort. Programs are essentially a series of instructions written down for a computer to follow

Writing instructions is a deceptively difficult task. People are very good at intuitively breaking down tasks into simple steps. Someone can tell you "go buy some bread", and you immediately form a series of steps without thinking of them:

  1. go upstairs and get your wallet out of your sock drawer
  2. put your wallet into your pocket
  3. go back downstairs and get the car keys
  4. drive to the store and park in the parking lot
  5. walk to the bread aisle in the store
  6. choose a loaf and pay for it
  7. drive back home

Some of these steps can even be broken down into smaller, more detailed steps. How do you walk up a flight of stairs? How do you drive a car? There is a near-infinite series of steps that you could think of to do a task as seemingly simple as buying a loaf of bread.

Fortunately in COMP 1010 you will not be writing anything nearly that complicated. Computers may be fast, but they are only as "smart" as their programmers. This chapter will give you a brief introduction to writing instructions for computers to follow.


The Programming Process

Anatomy of a Program

Review Questions and Exercises

Further Reading

Note that the material in this section is not examinable

Template loop detected: