| 1.
|
Describe special features of the C/C++ languages. (I)
|
| 2.
|
Describe the software development process. (II)
|
| 3.
|
Implement programs using the basic types of variables and operators
supported by the C/C++ languages. (III)
|
| 4.
|
Implement an algorithm using C/C++. (III, IV)
|
| 5.
|
Write a program using the flow of control structures supported by
C/C++. (IV)
|
| 6.
|
Create and use functions within a C/C++ program. (V)
|
| 7.
|
Create and use data structures within a C/C++ program. (VI)
|
| 8.
|
Create and use pointers with dynamic memory allocation in a C/C++
program. (VII)
|
| 9.
|
Perform input/output functions in a C/C++ program using standard
library functions. (VIII)
|
| 10.
|
Use standard preprocessor commands a C program. (IX)
|
| 11.
|
Given a problem definition, design, code, debug, test, and document a
C/C++ program. (II-IX)
|
| 12.
|
Describe an object. (X)
|
| 13.
|
Describe the process of modeling a problem domain with objects. (X)
|
|