+1 vote
in Artificial Intelligence by
How the logic programming can be constructed?

(a) Variables

(b) Expressing knowledge in a formal language

(c) Graph

(d) All of the mentioned

I got this question by my college professor while I was bunking the class.

The question is from Backward Chaining topic in portion Logical Agents of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
The correct choice is (b) Expressing knowledge in a formal language

For explanation: Logic programming can be constructed by expressing knowledge in a formal expression and the problem can be solved by running inference process.
...