46. 

In LISP, the function X (x). (2x+l) would be rendered as

A. (lambda (x) (+(*2 x)l))
B. (lambda (x) (+1 (* 2x)
C. (+ lambda (x) 1 (*2x))
D. (* lambda(x) (+2x1)
E. None of the above

47. 

A natural language generation program must decide:

A. what to say
B. when to say something
C. why it is being used
D. both (a) and (b)
E. None of the above

48. 

Who is considered to be the "father" of artificial intelligence?

A. Fisher Ada
B. John McCarthy
C. Allen Newell
D. Alan Turning
E. None of the above

49. 

In which of the following areas may ICAI programs prove to be useful?

A. educational institutions
B. corporations
C. department of Defence
D. All of the above
E. None of the above

50. 

A network with named nodes and labeled arcs that can be used to represent certain natural language grammars to facilitate parsing.

A. Tree Network
B. Star Network
C. Transition Network
D. Complete Network
E. None of the above