Artificial Intelligence - Study Mode

[#516] Optimality of BFS is ___________
Correct Answer

(B) When all step costs are equal

[#517] The time and space complexity of BFS is (For time and space complexity problems consider b as branching factor and d as depth of the search tree.)
Correct Answer

(A) O(bd+1) and O(bd+1)

[#518] In AI programming, a list may contain ___________
Correct Answer

(D) all of the mentioned

[#519] Which process makes different logical expression looks identical?
Correct Answer

(B) Unification

[#520] Which of the following is not the style of inference?
Correct Answer

(D) Modus Ponen