Which is the most straightforward approach for planning algorithm? Best-first search State-space search Depth-first search Hill-climbing search TRUE ANSWER : ? YOUR ANSWER : ?
Which method is effective for escaping from local minima? None of the mentioned Updating heuristic estimate Reducing heuristic estimate Eliminating heuristic estimate TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following have people traditionally done better than computers? All of these recognizing relative importance resolving ambiguity finding similarities (a) and (c) above. TRUE ANSWER : ? YOUR ANSWER : ?
If a robot can alter its own trajectory in response to external conditions, it is considered to be: None of these non-servo intelligent open loop mobile TRUE ANSWER : ? YOUR ANSWER : ?
DARPA, the agency that has funded a great deal of American AI research, is part of the Department of: Justice Education Energy Defense None of these TRUE ANSWER : ? YOUR ANSWER : ?
A heuristic is a way of trying __________ To compare two nodes in a search tree to see if one is better than the other is All of the mentioned To discover something or an idea embedded in a program To search and measure how far a node in a search tree seems to be from a goal TRUE ANSWER : ? YOUR ANSWER : ?
High-resolution, bit-mapped displays are useful for displaying: graphics more characters All of these clearer characters None of these TRUE ANSWER : ? YOUR ANSWER : ?
Best-First search can be implemented using the following data structure Stack Priority Queue Circular Queue Queue TRUE ANSWER : ? YOUR ANSWER : ?
Translate the following statement into FOL. “For every a, if a is a philosopher, then a is a scholar” ∃ a philosopher(a) scholar(a) None of the mentioned All of the mentioned ∀ a philosopher(a) scholar(a) TRUE ANSWER : ? YOUR ANSWER : ?
What is Transposition rule? From P → Q, infer ~Q → P From P → Q, infer Q → P From P → Q, infer ~Q → ~P From P → Q, infer Q → ~P TRUE ANSWER : ? YOUR ANSWER : ?