edited by
3,223 views
1 votes
1 votes

Match the following components of an expert system $:$

$\begin{array}{clcl}  & \textbf{List – I} && \textbf{List – II} \\  \text{a.} &\text{I/O Interface}  & \text{i.} & \text{Accepts user’s queries and responds to question} \\ &&& \text{through I/O interface } \\ \text{b.} & \text{Explanation Module} & \text{ii.} & \text{Contains facts and rules about the domain }  \\ \text{c.} & \text{Inference Engine} & \text{iii.} &\text{Gives the user, the ability to follow inferencing} \\ &&& \text{steps at any time during consultation} \\ \text{d.} & \text{Knowledge Base} & \text{iv.} & \text{Permits the user to communicate with the}\\ &&& \text{system in a natural way } \\ \end{array}$

$\textbf{Codes :}$

  1. $\text{a-i, b-iii, c-iv, d-ii}$
  2. $\text{a-iv, b-iii, c-i, d-ii}$
  3. $\text{a-i, b-iii, c-ii, d-iv}$
  4. $\text{a-iv, b-i, c-iii, d-ii}$
edited by

1 Answer

1 votes
1 votes

ans will be B 

The User Interface - Where the user interacts with the expert system. In other words where questions are asked, and advice is produced

The inference engine is the main processing element of the expert system. The inference engine chooses rules from the agenda to fire. If there are no rules on the agenda, the inference engine must obtain information from the user in order to add more rules to the agenda

The Knowledge Base - Where the information is stored in the expert system in the form of facts and rules (basically a series of IF statements). This is where the programmer writes the code for the expert system.

Explanation module . Gives the user, the ability to follow inferencing steps at any time during consultation 

https://en.wikibooks.org/wiki/Expert_Systems/Components_of_Expert_Systems#Components_of_an_Expert_System

Answer:

Related questions

0 votes
0 votes
0 answers
1
makhdoom ghaya asked Jul 30, 2016
2,362 views
Match the following $:$$\begin{array}{clcl} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} &\text{Script} & \text{i.} & \text{Directed graph with labelled ...
1 votes
1 votes
1 answer
3
go_editor asked Jul 13, 2016
2,652 views
An expert system shell is an expert system withoutdomain knowledgeexplanation facilityreasoning with knowledgeall of the above