- The format of a program
- Calling predefined void functions to do work
- Writing your own void functions
- Data types
- Named constants
- Arithmetic
expressions
- Variables
- Assignment statements
- Input and output of data
- Calling predefined non-void functions
- Writing your own non-void functions
- Boolean expressions
- If statements and if-else statements
- Switch statements
- While loops
- Do loops
- For-loops
- Value parameters vs. reference parameters
|
Each of these things on its own is simple to understand, and we will
cover them all in the first three weeks of class. The fun part comes
in learning the design skills and data structures
to efficiently and correctly put these
individual pieces together into structured programs that solve useful
problems.
In addition, you will learn other important
software engineering concepts including debugging techniques and
the effective use of programming style.
Please see www.portmain.com/intro
for information on instructors and other course items.
|