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

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

ANSWER DOWNLOAD EXAMIANS APP

Artificial intelligence
What is perceptron?

a single layer feed-forward neural network with pre-processing
a neural network that contains feedback
a double layer auto-associative neural network
an auto-associative neural network

ANSWER DOWNLOAD EXAMIANS APP