Computer Science - Artificial Intelligence

Exercise : Artificial Intelligence - Section 3
31.
In LISP, the function (list-length <list>)
returns a new list that is equal to <list> by copying the top-level element of <list>
returns the length of <list>
returns t if <list> is empty.
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

32.
ART (Automatic Reasoning Tool) is designed to be used on:
LISP machines
personal computers
microcomputers
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

33.
Which particular generation of computers is associated with artificial intelligence?
Second
Fourth
Fifth
Third
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

34.
Shaping teaching techniques to fit the learning patterns of individual students is the goal of:
decision support
automatic programming
intelligent computer-assisted instruction
expert systems
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

35.
Which of the following function returns t If the object is a symbol m LISP?
(* <object>)
(symbolp <object>)
(nonnumeric <object>)
(constantp <object>)
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.