Artificial intelligence In LISP, the function X (x). (2x+l) would be rendered as (+ lambda (x) 1 (*2x)) (lambda (x) (+1 (* 2x) None of these (* lambda(x) (+2x1) (lambda (x) (+(*2 x)l)) (+ lambda (x) 1 (*2x)) (lambda (x) (+1 (* 2x) None of these (* lambda(x) (+2x1) (lambda (x) (+(*2 x)l)) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which particular generation of computers is associated with artificial intelligence? Second Fifth Third Fourth Second Fifth Third Fourth ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Input segments of AI programming contain(s) touch sight and taste smell All of these sound touch sight and taste smell All of these sound ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the atom that stands for "true" is time t y None of these ml time t y None of these ml ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is the evaluation function in A* approach? Average of Path cost from start node to current node and Heuristic cost Path cost from start node to current node + Heuristic cost Path cost from start node to current node Heuristic function Average of Path cost from start node to current node and Heuristic cost Path cost from start node to current node + Heuristic cost Path cost from start node to current node Heuristic function ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence To which depth does the alpha-beta pruning can be applied? Any depth 8 states 10 states 6 states Any depth 8 states 10 states 6 states ANSWER DOWNLOAD EXAMIANS APP