πŸ“Š Artificial Intelligence and Robotics (AIR)
Q. Which of the following conditions must hold for a solution to a CSP?
  • (A) all relations in all constraints must hold
  • (B) at least one relation in all constraints must hold
  • (C) more than one relation in all constraints must hold
  • (D) all relations in at least one constraint must hold
πŸ’¬ Discuss
βœ… Correct Answer: (B) at least one relation in all constraints must hold
πŸ“Š Artificial Intelligence and Robotics (AIR)
Q. Which of the following algorithm is generally used CSP search algorithm?
  • (A) breadth-first search algorithm
  • (B) depth-first search algorithm
  • (C) hill-climbing search algorithm
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) depth-first search algorithm
πŸ“Š 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. 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