C Program Introduction
C Program Introduction
1-3
Computer Languages
10
Note
The only language understood by computer
hardware is machine language.
11
12
continued
Computer Science: A Structured Programming Approach Using C
13
14
1-4
15
16
1-5
System Development
Weve now seen the steps that are necessary to build a program.
In this section, we discuss how we go about developing a
program. This critical process determines the overall quality
and success of our program. If we carefully design each
program using good structured development techniques, our
programs will be efficient, error-free, and easy to maintain.
Topics discussed in this section:
System Development Life Cycle
Program Development
17
18
Note
Except for the most simple program, one set of
test data will not completely validate a program.
19