Artificial intelligence Which search algorithm imposes a fixed depth limit on nodes? Iterative deepening search Depth-limited search Depth-first search Bidirectional search Iterative deepening search Depth-limited search Depth-first search Bidirectional search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which type of actuator generates a good deal of power but tends to be messy? (B) and (c) above electric None of these pneumatic hydraulic (B) and (c) above electric None of these pneumatic hydraulic ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which search method will expand the node that is closest to the goal? Greedy best-first search Best-first search None of the mentioned A* search Greedy best-first search Best-first search None of the mentioned A* search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function X (x). (2x+l) would be rendered as (lambda (x) (+(*2 x)l)) (+ lambda (x) 1 (*2x)) (lambda (x) (+1 (* 2x) (* lambda(x) (+2x1) None of these (lambda (x) (+(*2 x)l)) (+ lambda (x) 1 (*2x)) (lambda (x) (+1 (* 2x) (* lambda(x) (+2x1) None of these ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The field that investigates the mechanics of human intelligence is: psychology sociology cognitive science history None of these psychology sociology cognitive science history None of these ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence An algorithm is complete if ____________ 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 It starts with a solution It terminates with a solution when one exists ANSWER DOWNLOAD EXAMIANS APP