Artificial intelligence Which search algorithm imposes a fixed depth limit on nodes? Depth-limited search Bidirectional search Iterative deepening search Depth-first search Depth-limited search Bidirectional search Iterative deepening search Depth-first search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function X (x). (2x+l) would be rendered as None of these (lambda (x) (+1 (* 2x) (+ lambda (x) 1 (*2x)) (lambda (x) (+(*2 x)l)) (* lambda(x) (+2x1) None of these (lambda (x) (+1 (* 2x) (+ lambda (x) 1 (*2x)) (lambda (x) (+(*2 x)l)) (* lambda(x) (+2x1) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence A problem in a search space is defined by one of these state. Last state All of the mentioned Initial state Intermediate state Last state All of the mentioned Initial state Intermediate state ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Decision support programs are designed to help managers make: None of these vacation schedules visual presentations budget projections business decisions None of these vacation schedules visual presentations budget projections business decisions ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which of the Following problems can be modeled as CSP? 8-Queen problem All of the mentioned 8-Puzzle problem Map coloring problem 8-Queen problem All of the mentioned 8-Puzzle problem Map coloring problem ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which value is assigned to alpha and beta in the alpha-beta pruning? Both Alpha = max & Beta = min Beta = max Alpha = max Beta = min Both Alpha = max & Beta = min Beta = max Alpha = max Beta = min ANSWER DOWNLOAD EXAMIANS APP