• edited by
4,042 views
2 2 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}$

1 Answer

2 2 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:
Position:
Show:

Related questions

1 1 vote
0 0 answers
3.0k
3.0k views
Misbah Ghaya asked Jul 30, 2016
2,969 views
Match the following $:$$\begin{array}{clcl} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} &\text{Script} & \text{i.} & \text{Directed graph with labelled node...
2 2 votes
2 2 answers
3.2k
3.2k views
go_editor asked Aug 11, 2016
3,173 views
Reasoning strategies used in expert systems includeForward chaining, backward chaining and problem reductionForward chaining, backward chaining and boundary mutationForwa...
2 2 votes
1 1 answer
3.4k
3.4k views
go_editor asked Jul 13, 2016
3,360 views
An expert system shell is an expert system withoutdomain knowledgeexplanation facilityreasoning with knowledgeall of the above
0 0 votes
0 0 answers
532
532 views
admin asked Jul 28, 2023
532 views
Match List I with List IIList IList IIA. Expert systemI. Decision treeB. Fuzzy systemII. ScrambleC. Operator in genetic algorithmIII. Inference engineD. Supervised techni...