πŸ“Š Artificial Intelligence and Robotics (AIR)
Q. _____________search regresses over goals and validate a plan before returning it.
  • (A) forward state space
  • (B) backward state space
  • (C) goa stack
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (B) backward state space
πŸ“Š Artificial Intelligence and Robotics (AIR)
Q. _____________ Procedure selects a flaw in a given plan and looks for a resolver.
  • (A) goal stack planning
  • (B) the plan space planning
  • (C) recursive goal stack planning
  • (D) partial order planning
πŸ’¬ Discuss
βœ… Correct Answer: (B) the plan space planning
πŸ“Š Artificial Intelligence and Robotics (AIR)
Q. If it is possible to extend each pair of consistent variable instantiation to a third variable, a CSP is said to be _________________
  • (A) arc consistent
  • (B) i- consistent
  • (C) path consistent.
  • (D) 2- consistent
πŸ’¬ Discuss
βœ… Correct Answer: (C) path consistent.
πŸ“Š Artificial Intelligence and Robotics (AIR)
Q. _________________ are mathematical problems defined as a set of objects whose state must satisfy a number of constraints or limitations.
  • (A) constraints satisfaction problems
  • (B) uninformed search problems
  • (C) local search problems
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) constraints satisfaction problems
πŸ“Š Artificial Intelligence and Robotics (AIR)
Q. STRIPS operators are made up of which three components:
  • (A) p: precondition list , a: add list , d:delete list
  • (B) p: postcondition list , a: add list , d:delete list
  • (C) p: precondition list , s: sub list , d:delete list
  • (D) p: postcondition list , s: sub list , d:delete list
πŸ’¬ Discuss
βœ… Correct Answer: (A) p: precondition list , a: add list , d:delete list
πŸ“Š Artificial Intelligence and Robotics (AIR)
Q. Which of the following statement(s) is true for Sparse-Memory Graph Search (SMGS)?
  • (A) the boundary is defined as those nodes in closed that have at least one successor still in open
  • (B) the nodes in closed that are not on the boundary are in the kernel
  • (C) the number of relay nodes on each path is exactly one.
  • (D) both a & b
πŸ’¬ Discuss
βœ… Correct Answer: (D) both a & b
πŸ“Š Artificial Intelligence and Robotics (AIR)
Q. __________ Is an algorithm, a loop that continually moves in the direction of increasing value – that is uphill.
  • (A) up-hill search
  • (B) hill-climbing
  • (C) hill algorithm
  • (D) reverse-down-hill search
πŸ’¬ Discuss
βœ… Correct Answer: (B) hill-climbing

Jump to