| 1.
|
Write C/C++ programs that use branches and loops. (I)
|
| 2.
|
Write C/C++ programs that call functions and procedures from the C/C++
standard library. (I)
|
| 3.
|
Write C/C++ programs that call functions and procedures from
user-defined classes. (I)
|
| 4.
|
Describe Object Oriented Design as used in C++. (I)
|
| 5.
|
Write LISP programs that use recursion. (II)
|
| 6.
|
Describe how LISP programs use backtracking. (II)
|
| 7.
|
Write Prolog programs that use recursion. (III)
|
| 8.
|
Describe how Prolog programs use backtracking. (III)
|
| 9.
|
Describe the advantages and disadvantages of strong or weak typing.
(IV)
|
|