Artificial intelligence In LISP, which of the following function assigns the value 10 to the symbol a? (a = b) where b = 10 (a = 10) (d) (setq 10 a) None of these None of these (setq a 10) (a = b) where b = 10 (a = 10) (d) (setq 10 a) None of these None of these (setq a 10) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Natural language processing is divided into the two subfields of: symbolic and numeric algorithmic and heuristic understanding and generation time and motion None of these symbolic and numeric algorithmic and heuristic understanding and generation time and motion None of these ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In AI programming, a list may contain: cells fields All of these pointers None of these cells fields All of these pointers None of these ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The company that grew out of research at the MIT AI lab is: LMI AI corp both (b) and (c) Symbolics None of these LMI AI corp both (b) and (c) Symbolics None of these ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence An algorithm is complete if ____________ It starts with a solution It terminates with a solution when one exists It has a loop It does not terminate with a solution It starts with a solution It terminates with a solution when one exists It has a loop It does not terminate with a solution ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function returns t if is even and nil otherwise: (numnevenp ) (even ) None of these (numeven ) (evenp ) (numnevenp ) (even ) None of these (numeven ) (evenp ) ANSWER DOWNLOAD EXAMIANS APP