Artificial Intelligence - Study Mode

[#396] What is used for probability theory sentences?
Correct Answer

(C) Extension of propositional logic

[#397] How many states are present in parsing?
Correct Answer

(C) 3

[#398] In LISP, what is the function (list-length <list>)?
Correct Answer

(B) returns the length of <list>

[#399] Where does the values of alpha-beta search get updated?
Correct Answer

(A) Along the path of search

[#400] A* algorithm is based on ___________
Correct Answer

(C) Best-First-Search