Computer Science - Artificial Intelligence

Exercise : Artificial Intelligence - Section 1
46.
In LISP, the function X (x). (2x+l) would be rendered as
(lambda (x) (+(*2 x)l))
(lambda (x) (+1 (* 2x)
(+ lambda (x) 1 (*2x))
(* lambda(x) (+2x1)
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

47.
A natural language generation program must decide:
what to say
when to say something
why it is being used
both (a) and (b)
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

48.
Who is considered to be the "father" of artificial intelligence?
Fisher Ada
John McCarthy
Allen Newell
Alan Turning
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

49.
In which of the following areas may ICAI programs prove to be useful?
educational institutions
corporations
department of Defence
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

50.
A network with named nodes and labeled arcs that can be used to represent certain natural language grammars to facilitate parsing.
Tree Network
Star Network
Transition Network
Complete Network
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.