Question
The order or sequence of rules in a prolog program is usually critical.
a. True
b. False previous next
a. True
b. False previous next
Asked by: USER5364
117 Viewed
117 Answers
Answer (117)
The statement that the order or sequence of rules in a Prolog program is usually critical. is false. Prolog programs are simply
knowledge bases. And knowledge bases are collections of facts and rules which describe some collection of relationships that we find interesting.