Computer Science - Artificial Intelligence

Exercise : Artificial Intelligence - Section 2
31.
In LISP, the function (endp <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.
In LISP, which of the following function assigns the value 10 to the symbol a?
(setq a 10)
(a = b) where b = 10
(a = 10) (d) (setq 10 a)
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

33.
In LISP, the atom that stands for "False" is
t
nil
y
time
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

34.
The expert system developed at MIT to solve mathematical problems is known as:
RAND
ISIS
MACSYMA
MOLGEN
CMU
Answer: Option
Explanation:
No answer description is available. Let's discuss.

35.
Which approach to speech recognition avoids the problem caused by the differences in the way words are pronounced according to context?
continuous speech recognition
connected word recognition
isolated word recognition
speaker-dependent recognition
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.