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 :}$ $\text{a-i, b-iii, c-iv, d-ii}$ $\text{a-iv, b-iii, c-i, d-ii}$ $\text{a-i, b-iii, c-ii, d-iv}$ $\text{a-iv, b-i, c-iii, d-ii}$ Data Mining and Warehousing ugcnetcse-dec2014-paper3 artificial-intelligence expert-system + – Misbah Ghaya 4.0k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
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 Sanjay Sharma answered Jul 31, 2016 Sanjay Sharma comment Share Follow 0 reply Please log in or register to add a comment.