31. 

In LISP, the function (list-length <list>)

A. returns a new list that is equal to <list> by copying the top-level element of <list>
B. returns the length of <list>
C. returns t if <list> is empty.
D. All of the above
E. None of the above

32. 

ART (Automatic Reasoning Tool) is designed to be used on:

A. LISP machines
B. personal computers
C. microcomputers
D. All of the above
E. None of the above

33. 

Which particular generation of computers is associated with artificial intelligence?

A. Second
B. Fourth
C. Fifth
D. Third
E. None of the above

34. 

Shaping teaching techniques to fit the learning patterns of individual students is the goal of:

A. decision support
B. automatic programming
C. intelligent computer-assisted instruction
D. expert systems
E. None of the above

35. 

Which of the following function returns t If the object is a symbol m LISP?

A. (* <object>)
B. (symbolp <object>)
C. (nonnumeric <object>)
D. (constantp <object>)
E. None of the above