Creating this system is to learn the fundamentals of Prolog.
Basically consider car related data and try to create an expert system which answers all customers queries and searching aspects or other things.
- Turbo Prolog features and format
- Using variables in Prolog
- Usage of rules in Prolog
- Input, Output and fail predicates in prolog
- Usage of arithmetic operators in Prolog
- Usage of cut(!),not,fail predicates in prolog
- Usage of recursion in prolog
- Usage of logical , arithmetic ,string operators in Prolog
- Compound object(Basic Implementation)
- Dynamic database(Basic Implementation)