|
Module 1 - A Simple Program
Introduction
Computer programs are useful to:
- perform repetitive tasks
- make decisions
- open and close files
- organize data
To do this, computer programs must adhere to certain grammatical rules.
These rules pertain to the above issues, and are very detailed.
The module will introduce the concepts of programming without the more advanced paraphernalia listed above. This section will train a student in how to write a short program.
However, the onus is placed upon the student to accept certain rules of writing a program. In time, all the rules will make sense and will be obvious. For now, this section asks the student to simply understand certain rules.
This section introduces two concepts:
- How to print to the screen;
- How a computer stores data.
Move to the next Section (Connect) ->
|