0
2.2kviews
| written 7.2 years ago by |
It uses idea of logical programming.
It is a language which can build a database of facts and build a knowledge Base of protocols/rules.
Syntax and Semantics: In PROLOG programming logic is expressed in terms of relations. For computation a query has to be executed based upon these relations.
Working …