1.
|
Describe special features of the C language. (I)
|
2.
|
Describe the software development process. (II)
|
3.
|
Describe the format of a C program. (III)
|
4.
|
Describe the types of variables supported by the C language, their use
and declaration. (III)
|
5.
|
Describe the types of operators supported by the C language and their
use in expressions. (III)
|
6.
|
Implement an algorithm written in English using C language. (III, IV)
|
7.
|
Describe the control flow structures supported by the C languages and
their syntax. (IV)
|
8.
|
Describe the purpose, declaration, and use of functions in a C
program. (V)
|
9.
|
Create and use functions within a C program. (V)
|
10.
|
Create and use structures within a C program. (VI)
|
11.
|
Describe the purpose, declaration, and use of pointers in a C program.
(VII)
|
12.
|
Create and use pointers with dynamic memory allocation in a C program.
(VII)
|
13.
|
Perform input/output functions within a C program using standard
library functions. (VIII)
|
14.
|
Use standard preprocessor commands within a C program. (IX)
|
15.
|
Given a problem definition, design, code, debug, test, and document a
C program. (II-IX)
|
|