Artificial intelligence Which search algorithm imposes a fixed depth limit on nodes? Iterative deepening search Bidirectional search Depth-limited search Depth-first search Iterative deepening search Bidirectional search Depth-limited search Depth-first search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence How many types are available in uninformed search method? 2 5 3 4 2 5 3 4 ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which kind of planning consists of successive representations of different levels of a plan? non-hierarchical planning hierarchical planning all of the mentioned project planning non-hierarchical planning hierarchical planning all of the mentioned project planning ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence A problem solving approach works well for ______________ 8-Puzzle problem Mars Hover (Robot Navigation) 8-queen problem Finding a optimal path from a given source to a destination 8-Puzzle problem Mars Hover (Robot Navigation) 8-queen problem Finding a optimal path from a given source to a destination ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, which of the following function assigns the value 10 to the symbol a? None of these (setq a 10) (a = 10) (d) (setq 10 a) None of these (a = b) where b = 10 None of these (setq a 10) (a = 10) (d) (setq 10 a) None of these (a = b) where b = 10 ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The initial state and the legal moves for each side define the __________ for the game. Forest Search Tree Game Tree State Space Search Forest Search Tree Game Tree State Space Search ANSWER DOWNLOAD EXAMIANS APP