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

None of these
(+ lambda (x) 1 (*2x))
(* lambda(x) (+2x1)
(lambda (x) (+(*2 x)l))
(lambda (x) (+1 (* 2x)

ANSWER DOWNLOAD EXAMIANS APP

Artificial intelligence
What is a heuristic function?

A function whose return type is nothing
A function to solve mathematical problems
A function which takes parameters of type string and returns an integer value
A function that maps from problem state descriptions to measures of desirability

ANSWER DOWNLOAD EXAMIANS APP