Artificial Intelligence - Study Mode

[#841] What is the name of Artificial Intelligence which allows machines to handle vague information with a deftness that mimics human intuition?
Correct Answer

(D) Fuzzy logic

[#842] How the decision tree reaches its decision?
Correct Answer

(C) Sequence of test

[#843] When is breadth-first search is optimal?
Correct Answer

(B) When all step costs are equal

[#844] Translate the following statement into FOL. "For every a, if a is a PhD student, then a has a master degree"
Correct Answer

(A) ∀ a PhD(a) → Master(a)

[#845] General algorithm applied on game tree for making decision of win/lose is ____________
Correct Answer

(D) MIN/MAX Algorithms