Artificial Intelligence - Study Mode
[#196] Instead of representing knowledge in a relatively declarative, static way (as a bunch of things that are true), rule-based system represent knowledge in terms of___________ that tell you what you should do or what you could conclude in different situations.
Correct Answer
(B) A bunch of rules
[#197] The basic inference mechanism in semantic network in which knowledge is represented as Frames is to follow the links between the nodes.
Correct Answer
(A) True
[#198] Sussman Anomaly can be easily and efficiently solved by partial order planning.
Correct Answer
(A) True
[#199] In LISP, the function (endp )
Correct Answer
(C) returns t if is empty.
[#200] In LISP, which of the following function assigns the value 10 to the symbol a?
Correct Answer
(A) (setq a 10)