πŸ“Š Artificial Intelligence and Robotics (AIR)
Q. A _________ is used to demonstrate, on a purely syntactic basis, that one formula is a logical consequence of another formula.
  • (A) deductive systems
  • (B) inductive systems
  • (C) reasoning with knowledge based systems
  • (D) search based systems
πŸ’¬ Discuss
βœ… Correct Answer: (A) deductive systems
πŸ“Š Artificial Intelligence and Robotics (AIR)
Q. Not only do formal logics allow representation of knowledge, but they also allow representation of knowledge Mechanisms for reasoning using a collection of well-defined manipulation rules Of Representations.
  • (A) true
  • (B) false
  • (C) ---
  • (D) ---
πŸ’¬ Discuss
βœ… Correct Answer: (A) true
πŸ“Š 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
πŸ“Š Artificial Intelligence and Robotics (AIR)
Q. Which of the following are true for the algorithms Beam Stack Search (BSS)and Divide-and-Conquer Beam Stack Search (DCBSS).
  • (A) bss finds the optimal path while dcbss does not.
  • (B) dcbss finds the optimal path while bss does not.
  • (C) both bss and dcbss find the optimal path.
  • (D) neither bss and dcbss find the optimal path.
πŸ’¬ Discuss
βœ… Correct Answer: (C) both bss and dcbss find the optimal path.