Contents

In LISP, what is the function (list-length <list>)?
a) returns a new list that is equal to &lt: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 mentioned

b

ART (Automatic Reasoning Tool) is designed to be used on…………..
a) LISP machines
b) Personal computers
c) Microcomputers
d) All of the mentioned

a

Which particular generation of computers is associated with artificial intelligence?
a) Second                             
b) Fourth
c) Fifth                                 
d) Third

c

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

c

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>)

b

The symbols used in describing the syntax of a programming language are _
a) 0                                                        
b) {}
c) “”                                       
d) <>

d