Artificial intelligence
In LISP, which of the following function assigns the value 10 to the symbol a?

(a = b) where b = 10
None of these
(setq a 10)
(a = 10) (d) (setq 10 a)
None of these

ANSWER DOWNLOAD EXAMIANS APP

Artificial intelligence
A heuristic is a way of trying __________

To discover something or an idea embedded in a program
All of the mentioned
To compare two nodes in a search tree to see if one is better than the other is
To search and measure how far a node in a search tree seems to be from a goal

ANSWER DOWNLOAD EXAMIANS APP