B.A system that stores and applies expert knowledge
C.A system that only performs arithmetic calculations
D.A system that connects computers to the internet
Correct Answer: A system that stores and applies expert knowledge
Explanation:
An expert system uses knowledge and rules to solve problems in a specific subject area.
Incorrect! Try again.
2What is the main purpose of an expert system?
Definition of expert systems
Easy
A.To imitate decision-making by a human expert
B.To create digital images for users
C.To increase the speed of computer networks
D.To replace all computer operating systems
Correct Answer: To imitate decision-making by a human expert
Explanation:
Expert systems are designed to provide advice or decisions similar to those made by a human specialist.
Incorrect! Try again.
3Expert systems are usually designed for which type of problem?
Definition of expert systems
Easy
A.Problems in a specific knowledge domain
B.Every possible problem in every field
C.Problems involving only computer repairs
D.Problems requiring no stored information
Correct Answer: Problems in a specific knowledge domain
Explanation:
An expert system normally focuses on a limited area, such as medical diagnosis or equipment maintenance.
Incorrect! Try again.
4Which human ability does an expert system mainly attempt to simulate?
Definition of expert systems
Easy
A.Specialist reasoning
B.Emotional expression
C.Physical movement
D.Musical performance
Correct Answer: Specialist reasoning
Explanation:
Expert systems simulate the reasoning and decision-making of specialists in a particular field.
Incorrect! Try again.
5Which component stores facts and rules in an expert system?
Architecture of an expert system
Easy
A.Input keyboard
B.User interface
C.Display screen
D.Knowledge base
Correct Answer: Knowledge base
Explanation:
The knowledge base contains the facts, rules, and specialist information used by the system.
Incorrect! Try again.
6Which component applies rules to known facts?
Architecture of an expert system
Easy
A.User interface
B.Inference engine
C.Knowledge editor
D.Database printer
Correct Answer: Inference engine
Explanation:
The inference engine uses rules to derive conclusions from facts in the knowledge base.
Incorrect! Try again.
7What is the role of the user interface in an expert system?
Architecture of an expert system
Easy
A.To store every expert rule
B.To support communication with users
C.To physically repair equipment
D.To replace the inference engine
Correct Answer: To support communication with users
Explanation:
The user interface allows users to enter information and receive questions, advice, or conclusions.
Incorrect! Try again.
8Which component may explain how a conclusion was reached?
Architecture of an expert system
Easy
A.Power supply
B.File compressor
C.Network cable
D.Explanation facility
Correct Answer: Explanation facility
Explanation:
An explanation facility can show users the reasoning or rules behind a system's conclusion.
Incorrect! Try again.
9Which sequence correctly names common expert system components?
Architecture of an expert system
Easy
A.Knowledge base, inference engine, user interface
B.Monitor, printer, keyboard
C.Browser, camera, microphone
D.Processor, battery, loudspeaker
Correct Answer: Knowledge base, inference engine, user interface
Explanation:
These are core components that store knowledge, reason with it, and communicate with users.
Incorrect! Try again.
10What type of information is commonly found in a knowledge base?
Knowledge bases and inference engines
Easy
A.Facts and rules
B.Only user passwords
C.Only operating system commands
D.Only image files
Correct Answer: Facts and rules
Explanation:
Knowledge bases commonly contain facts about a domain and rules for using those facts.
Incorrect! Try again.
11In a rule such as "If a machine is overheating, then check its cooling system," what is overheating?
Knowledge bases and inference engines
Easy
A.A knowledge editor
B.A conclusion
C.A user interface
D.A condition
Correct Answer: A condition
Explanation:
The overheating statement is the condition that must be true before the rule produces its conclusion.
Incorrect! Try again.
12In an expert system rule, what is usually produced when the condition is satisfied?
Knowledge bases and inference engines
Easy
A.A hardware component
B.A keyboard input
C.A password request
D.A conclusion
Correct Answer: A conclusion
Explanation:
When a rule's condition is met, the inference engine can produce the rule's conclusion.
Incorrect! Try again.
13What does the inference engine use to reach a decision?
Knowledge bases and inference engines
Easy
A.Passwords and usernames
B.Printers and scanners
C.Pictures and sounds
D.Facts and rules
Correct Answer: Facts and rules
Explanation:
The inference engine combines available facts with rules in the knowledge base to reach conclusions.
Incorrect! Try again.
14What is a rule-based knowledge base mainly made of?
Knowledge bases and inference engines
Easy
A.Web page addresses
B.Audio recording files
C.IF-THEN statements
D.Computer game levels
Correct Answer: IF-THEN statements
Explanation:
Many expert systems represent knowledge using rules in the form of IF condition THEN conclusion.
Incorrect! Try again.
15Why is a user interface important in an expert system?
The relevance of a user interface
Easy
A.It makes interaction easier
B.It stores all domain knowledge
C.It creates the system's rules
D.It removes the need for facts
Correct Answer: It makes interaction easier
Explanation:
A clear interface helps users provide information and understand the system's responses.
Incorrect! Try again.
16What can a user do through an expert system's interface?
The relevance of a user interface
Easy
A.Enter facts and view advice
B.Rewrite the computer hardware
C.Manufacture new processors
D.Remove every system rule
Correct Answer: Enter facts and view advice
Explanation:
The interface allows users to provide relevant information and receive the system's results.
Incorrect! Try again.
17A well-designed user interface should be what?
The relevance of a user interface
Easy
A.Unrelated to user tasks
B.Clear and easy to use
C.Limited to system programmers
D.Complex and difficult to read
Correct Answer: Clear and easy to use
Explanation:
A clear interface improves usability and helps users interact with the expert system correctly.
Incorrect! Try again.
18Which is an advantage of expert systems?
The advantages and disadvantages of expert systems
Easy
A.They require no knowledge maintenance
B.They can solve every type of problem
C.They can provide consistent advice
D.They always understand emotions
Correct Answer: They can provide consistent advice
Explanation:
Expert systems apply the same stored rules consistently when given the same information.
Incorrect! Try again.
19Which is a possible advantage of an expert system?
The advantages and disadvantages of expert systems
Easy
A.It learns every subject automatically
B.It guarantees correct answers
C.It eliminates all human decisions
D.It can be available at any time
Correct Answer: It can be available at any time
Explanation:
Unlike a human expert, a computer-based expert system can often operate continuously.
Incorrect! Try again.
20Which is a disadvantage of expert systems?
The advantages and disadvantages of expert systems
Easy
A.They always require a human beside them
B.They may give poor results from poor knowledge
C.They can never store expert information
D.They cannot use rules to make decisions
Correct Answer: They may give poor results from poor knowledge
Explanation:
The quality of an expert system depends on the accuracy and completeness of its knowledge base.
Incorrect! Try again.
21A medical diagnosis program asks about symptoms and recommends possible diseases using rules created by doctors. Which feature most clearly makes it an expert system?
Definition of expert systems
Medium
A.It performs calculations faster than a human
B.It applies specialist knowledge to solve problems
C.It displays information through a graphical screen
D.It stores patient records in a database
Correct Answer: It applies specialist knowledge to solve problems
Explanation:
An expert system uses encoded domain knowledge and reasoning procedures to provide advice in a specialized field.
Incorrect! Try again.
22A company uses software that recommends likely causes of network failures by applying rules written by network engineers. What is the main role of the software?
Definition of expert systems
Medium
A.To provide decisions based on expert knowledge
B.To replace every network administrator
C.To generate random solutions for testing
D.To collect unrelated information from users
Correct Answer: To provide decisions based on expert knowledge
Explanation:
The system imitates aspects of human expertise by using domain-specific knowledge to analyze problems and recommend solutions.
Incorrect! Try again.
23Which situation is most suitable for developing an expert system?
Definition of expert systems
Medium
A.A task requiring only repeated addition
B.A task with no available domain knowledge
C.A task whose correct answer changes every second
D.A task based on stable specialist rules
Correct Answer: A task based on stable specialist rules
Explanation:
Expert systems work best when specialists can describe reliable knowledge and decision rules for a particular domain.
Incorrect! Try again.
24In an expert system, which component is primarily responsible for storing facts and rules about the problem domain?
Architecture of an expert system
Medium
A.Inference engine
B.Knowledge base
C.Explanation facility
D.User interface
Correct Answer: Knowledge base
Explanation:
The knowledge base contains domain facts, rules, and relationships used by the inference engine.
Incorrect! Try again.
25A user enters symptoms, and the system combines them with stored rules to reach a diagnosis. Which component performs this reasoning?
Architecture of an expert system
Medium
A.Knowledge acquisition module
B.User interface
C.External database
D.Inference engine
Correct Answer: Inference engine
Explanation:
The inference engine applies reasoning methods to facts and rules in order to derive conclusions.
Incorrect! Try again.
26A system explains that a machine was classified as faulty because sensors indicated high temperature and low pressure. Which architectural component provides this explanation?
Architecture of an expert system
Medium
A.Knowledge base
B.Data entry screen
C.Explanation facility
D.Inference engine
Correct Answer: Explanation facility
Explanation:
An explanation facility shows users how the system reached a conclusion or why it requested particular information.
Incorrect! Try again.
27A knowledge engineer interviews specialists and converts their experience into formal rules. Which part of the architecture supports this activity?
Architecture of an expert system
Medium
A.User interface
B.Inference engine
C.Working memory
D.Knowledge acquisition component
Correct Answer: Knowledge acquisition component
Explanation:
Knowledge acquisition gathers, organizes, and encodes expertise so that it can be stored in the knowledge base.
Incorrect! Try again.
28During a consultation, the system temporarily stores the user's current symptoms and intermediate conclusions. Where are these items usually kept?
Architecture of an expert system
Medium
A.In the user manual
B.In the display driver
C.In the working memory
D.In the knowledge acquisition module
Correct Answer: In the working memory
Explanation:
Working memory holds case-specific facts and intermediate results while the system solves a problem.
Incorrect! Try again.
29Consider the rules: If a device is overheated, then its fan may be faulty. If the fan is faulty, then cooling is reduced. The system knows that the device is overheated. What can forward chaining derive?
Knowledge bases and inference engines
Medium
A.The device has definitely been repaired
B.The temperature sensor is certainly broken
C.The fan may be faulty and cooling may be reduced
D.No conclusion can be reached from the rules
Correct Answer: The fan may be faulty and cooling may be reduced
Explanation:
Forward chaining begins with known facts and repeatedly applies rules to derive new conclusions.
Incorrect! Try again.
30A system has the rule: If a loan applicant has a high income and a low debt ratio, then the application is low risk. Which reasoning approach starts with the goal "the application is low risk" and checks supporting facts?
Knowledge bases and inference engines
Medium
A.Data compression
B.Random search
C.Backward chaining
D.Forward chaining
Correct Answer: Backward chaining
Explanation:
Backward chaining starts with a possible conclusion and works backward to determine whether its required conditions are satisfied.
Incorrect! Try again.
31A rule-based system gives a wrong recommendation because one stored rule is outdated. Which change would most directly address the problem?
Knowledge bases and inference engines
Medium
A.Remove the user interface
B.Update the relevant knowledge-base rule
C.Replace all input devices
D.Increase the monitor resolution
Correct Answer: Update the relevant knowledge-base rule
Explanation:
The recommendation depends on stored domain knowledge, so revising the outdated rule is the most direct solution.
Incorrect! Try again.
32A diagnostic system has two rules that produce conflicting conclusions from the same evidence. Which inference-engine feature is most useful?
Knowledge bases and inference engines
Medium
A.A conflict-resolution strategy
B.A screen color adjustment
C.A file compression routine
D.A larger keyboard
Correct Answer: A conflict-resolution strategy
Explanation:
Conflict resolution determines which rule should fire when multiple applicable rules produce different conclusions.
Incorrect! Try again.
33Why is separating the knowledge base from the inference engine useful when maintaining an expert system?
Knowledge bases and inference engines
Medium
A.Users can bypass all validation checks
B.The system automatically gains human judgment
C.Rules can be updated without rewriting reasoning procedures
D.The system no longer needs domain knowledge
Correct Answer: Rules can be updated without rewriting reasoning procedures
Explanation:
Separation improves maintainability because domain knowledge can change independently of the general reasoning mechanism.
Incorrect! Try again.
34Why should an expert-system user interface ask questions in clear, nontechnical language?
The relevance of a user interface
Medium
A.To help users provide accurate information
B.To make the inference engine unnecessary
C.To increase the size of the knowledge base
D.To prevent experts from updating rules
Correct Answer: To help users provide accurate information
Explanation:
Clear questions reduce misunderstanding and improve the quality of facts supplied to the reasoning process.
Incorrect! Try again.
35A user rejects a recommendation because the system gives no reason for it. Which interface feature would best improve user confidence?
The relevance of a user interface
Medium
A.A brighter background color
B.An explanation of the rules used
C.A larger storage capacity
D.A shorter system name
Correct Answer: An explanation of the rules used
Explanation:
Explanations make the system's reasoning more transparent and help users evaluate whether the recommendation is reasonable.
Incorrect! Try again.
36In a troubleshooting expert system, a user cannot answer a question with certainty. Which interface design would be most helpful?
The relevance of a user interface
Medium
A.Ignoring the unanswered question
B.Allowing uncertain or unknown responses
C.Ending the consultation immediately
D.Forcing the user to select yes
Correct Answer: Allowing uncertain or unknown responses
Explanation:
Supporting uncertain responses prevents the system from using inaccurate facts and allows reasoning to continue appropriately.
Incorrect! Try again.
37A hospital uses an expert system to provide consistent initial screening at any time of day. Which advantage is illustrated?
The advantages and disadvantages of expert systems
Medium
A.Guaranteed replacement of medical professionals
B.Consistent and continuously available advice
C.Complete elimination of medical errors
D.Automatic discovery of all new diseases
Correct Answer: Consistent and continuously available advice
Explanation:
Expert systems can apply the same encoded rules consistently and can be available outside normal working hours.
Incorrect! Try again.
38A factory expert system continues recommending an unsafe procedure because its rules were not updated after equipment changes. Which disadvantage does this show?
The advantages and disadvantages of expert systems
Medium
A.Dependence on current and accurate knowledge
B.Excessive creativity in decision-making
C.Inability to store any domain rules
D.Lack of repeatability in conclusions
Correct Answer: Dependence on current and accurate knowledge
Explanation:
Expert systems cannot reliably exceed the quality and currency of the knowledge encoded in their knowledge bases.
Incorrect! Try again.
39Why might an expert system fail when faced with a rare situation not represented by its rules?
The advantages and disadvantages of expert systems
Medium
A.It may lack the knowledge needed for that case
B.It always ignores all available facts
C.It automatically changes every stored rule
D.It cannot produce the same answer twice
Correct Answer: It may lack the knowledge needed for that case
Explanation:
Expert systems are usually limited to the domain knowledge and situations represented in their rules and facts.
Incorrect! Try again.
40A business plans to deploy an expert system but has very few documented procedures and cannot obtain specialists for interviews. What is the main obstacle?
The advantages and disadvantages of expert systems
Medium
Building an effective expert system requires accurate domain knowledge, which may be difficult to collect and formalize.
Incorrect! Try again.
41A diagnostic program performs well on diseases represented in its knowledge base but cannot justify conclusions outside that domain. Which property most strongly supports classifying it as an expert system?
Definition of expert systems
Hard
A.It produces predictions using randomly initialized parameters
B.It replaces all human decisions without supervision
C.It stores every possible diagnosis in a database
D.It uses domain-specific knowledge and inference procedures
Correct Answer: It uses domain-specific knowledge and inference procedures
Explanation:
An expert system emulates specialist decision-making by applying explicit domain knowledge through an inference process.
Incorrect! Try again.
42Which scenario most clearly distinguishes an expert system from a conventional information-retrieval system?
Definition of expert systems
Hard
A.The system ranks webpages according to link popularity
B.The system derives a treatment recommendation from clinical rules
C.The system retrieves documents containing a requested keyword
D.The system displays records matching a fixed database query
Correct Answer: The system derives a treatment recommendation from clinical rules
Explanation:
Expert systems infer conclusions from encoded expertise rather than merely retrieving stored items that match a query.
Incorrect! Try again.
43An organization wants software that applies a tax specialist's rules consistently, explains each recommendation, and identifies missing evidence. Which capability is least essential to the system's identity as an expert system?
Definition of expert systems
Hard
A.A domain-specific knowledge representation
B.A neural accelerator for parallel numerical computation
C.An inference mechanism for deriving conclusions
D.An explanation facility for selected conclusions
Correct Answer: A neural accelerator for parallel numerical computation
Explanation:
Specialized hardware may improve performance, but it is not a defining requirement of an expert system.
Incorrect! Try again.
44A knowledge engineer updates production rules while the system is running. Which architectural separation most directly reduces the risk that this change alters the user dialogue logic?
Architecture of an expert system
Hard
A.Replacing explanations with unstructured output messages
B.Separating the knowledge base from the user interface
C.Combining the inference engine with the user interface
D.Embedding all rules directly inside the database schema
Correct Answer: Separating the knowledge base from the user interface
Explanation:
Modular separation allows knowledge to change without rewriting the interaction layer.
Incorrect! Try again.
45In a rule-based architecture, the inference engine has selected a rule whose antecedent is not yet supported. Which component should normally determine how the missing fact is obtained?
Architecture of an expert system
Hard
A.The user interface or consultation manager
B.The knowledge acquisition module
C.The explanation subsystem
D.The persistent storage subsystem
Correct Answer: The user interface or consultation manager
Explanation:
During consultation, the interaction component requests the missing information from the user or an external data source.
Incorrect! Try again.
46A system must explain both why it asked a question and how it reached a recommendation. Which architectural feature is most important for supporting both explanations?
Architecture of an expert system
Hard
A.A duplicate copy of the final recommendation
B.A record of rule applications and subgoals
C.A larger collection of user-interface widgets
D.A faster mechanism for sorting database records
Correct Answer: A record of rule applications and subgoals
Explanation:
Why and how explanations require trace data showing activated rules, derived facts, and requested subgoals.
Incorrect! Try again.
47A deployed expert system must accept sensor readings, reason with symbolic rules, and retain a history of consultations for auditing. Which architecture best satisfies these requirements?
Architecture of an expert system
Hard
A.Sensors connected only to a static document repository
B.A numerical optimizer with no explicit explanation mechanism
C.A knowledge base, inference engine, interfaces, and audit storage
D.A user interface connected directly to manually edited rules
Correct Answer: A knowledge base, inference engine, interfaces, and audit storage
Explanation:
The design needs acquisition interfaces, explicit knowledge and reasoning components, and persistent records for auditability.
Incorrect! Try again.
48Given the rules A → B, B ∧ C → D, and D → E, with facts A and C, which reasoning behavior is required to derive E?
Knowledge bases and inference engines
Hard
A.Forward chaining until newly derived facts satisfy later rules
B.Default reasoning that assumes B and D are false
C.Case retrieval that matches the entire rule sequence directly
D.Backward chaining from A until it reaches the initial facts
Correct Answer: Forward chaining until newly derived facts satisfy later rules
Explanation:
Forward chaining derives B from A, then D from B and C, and finally E from D.
Incorrect! Try again.
49A goal-driven inference engine is asked whether a machine is unsafe. The only rule concluding unsafe requires overheating and low coolant. What should the engine do first?
Knowledge bases and inference engines
Hard
A.Fire every rule whose conclusion mentions the machine
B.Seek support for the premises of the unsafe rule
C.Ask the user for the final answer instead of evidence
D.Add unsafe as a fact without checking its premises
Correct Answer: Seek support for the premises of the unsafe rule
Explanation:
Backward chaining begins with the goal and recursively seeks evidence for the antecedents of rules that could establish it.
Incorrect! Try again.
50Two applicable rules derive contradictory conclusions, and neither rule has a higher priority. Which response is most defensible in a safety-critical expert system?
Knowledge bases and inference engines
Hard
A.Report the conflict and request resolution or more evidence
B.Discard the knowledge base and restart the consultation
C.Select the rule entered most recently
D.Fire both rules and silently keep the last conclusion
Correct Answer: Report the conflict and request resolution or more evidence
Explanation:
Unresolved conflict should be made explicit because arbitrary selection can produce unsafe and unauditable conclusions.
Incorrect! Try again.
51A rule base contains rain → wet_ground and wet_ground → rain. If wet_ground is observed, which conclusion is logically justified under ordinary forward chaining?
Knowledge bases and inference engines
Hard
A.No new fact is derived from the observed wet_ground
B.rain is derived because the second rule fires
C.rain is rejected because the first rule is one-way
D.rain and wet_ground are both removed as circular
Correct Answer: rain is derived because the second rule fires
Explanation:
The second rule explicitly permits inference from wet_ground to rain; the cycle does not prevent a valid forward inference.
Incorrect! Try again.
52An expert system concludes that a component should be replaced because a rule fired using a fact supplied by a low-confidence sensor. Which improvement best addresses this issue without deleting the rule?
Knowledge bases and inference engines
Hard
A.Attach certainty or reliability values to facts and rules
B.Prevent the inference engine from recording rule traces
C.Convert every rule into an unconditional conclusion
D.Allow the interface to hide the sensor source
Correct Answer: Attach certainty or reliability values to facts and rules
Explanation:
Uncertainty annotations allow the engine to weigh evidence and communicate confidence instead of treating all facts as equally reliable.
Incorrect! Try again.
53A consultation asks users for twenty technical measurements before revealing why they matter. Which interface redesign most improves reasoning quality as well as usability?
The relevance of a user interface
Hard
A.Explain each requested fact and permit justified alternatives
B.Ask all questions in alphabetical order
C.Hide uncertainty so users answer more quickly
D.Replace domain terms with unrelated general vocabulary
Correct Answer: Explain each requested fact and permit justified alternatives
Explanation:
Contextual questions improve data quality, user cooperation, and the system's ability to handle unavailable evidence.
Incorrect! Try again.
54A user rejects a recommendation because the system's terminology differs from the organization's standard vocabulary. Which interface capability most directly prevents this failure?
The relevance of a user interface
Hard
A.A larger screen displaying the same internal identifiers
B.Automatic deletion of unfamiliar facts from the consultation
C.Terminology mapping with domain-specific labels and definitions
D.A faster inference engine with unchanged interaction text
Correct Answer: Terminology mapping with domain-specific labels and definitions
Explanation:
A domain-aware interface translates internal representations into terms users recognize, reducing misunderstanding and input errors.
Incorrect! Try again.
55A user cannot provide a fact requested by the inference engine. Which interface behavior best preserves the integrity of the consultation?
The relevance of a user interface
Hard
A.Terminate the system and erase all derived facts
B.Represent it as unknown and explain its effect
C.Treat the missing fact as definitely true
D.Treat the missing fact as definitely false
Correct Answer: Represent it as unknown and explain its effect
Explanation:
Unknown evidence should not be confused with false or true evidence; its impact should be communicated to the user.
Incorrect! Try again.
56Which combination best captures a major advantage and a corresponding limitation of expert systems?
The advantages and disadvantages of expert systems
Hard
A.Unlimited common sense; immunity to obsolete information
B.Independent goals; guaranteed correctness in unfamiliar cases
C.Automatic expertise growth; no need for validation
D.Consistent decisions; dependence on the quality of encoded knowledge
Correct Answer: Consistent decisions; dependence on the quality of encoded knowledge
Explanation:
Expert systems can apply rules consistently, but their outputs remain constrained by the accuracy, completeness, and currency of their knowledge.
Incorrect! Try again.
57A company uses an expert system to standardize maintenance decisions across shifts. Which risk most threatens the claimed benefit of consistency?
The advantages and disadvantages of expert systems
Hard
A.The knowledge base encodes an expert's undocumented bias
B.The system provides an explanation for every conclusion
C.The interface records the time of each consultation
Correct Answer: The knowledge base encodes an expert's undocumented bias
Explanation:
Consistency magnifies systematic errors when biased or incomplete expertise is encoded and applied repeatedly.
Incorrect! Try again.
58An expert system performs accurately in routine cases but fails when several unusual symptoms occur together. What limitation does this most directly illustrate?
The advantages and disadvantages of expert systems
Hard
A.Limited robustness outside the knowledge domain
B.Inability to store any domain-specific information
C.Unavoidable slowness of all symbolic reasoning
D.Excessive transparency of the inference process
Correct Answer: Limited robustness outside the knowledge domain
Explanation:
Rule-based expertise may be strong for anticipated cases yet brittle when situations differ substantially from encoded patterns.
Incorrect! Try again.
59Why can knowledge acquisition become a greater long-term cost than initially implementing the inference engine?
The advantages and disadvantages of expert systems
Hard
A.Knowledge bases automatically remain current after deployment
B.User interfaces eliminate the need for domain experts
C.Rules require elicitation, validation, maintenance, and conflict resolution
D.Inference engines cannot execute more than one rule
Correct Answer: Rules require elicitation, validation, maintenance, and conflict resolution
Explanation:
Capturing tacit expertise and keeping it accurate as conditions change requires substantial continuing effort.
Incorrect! Try again.
60A hospital considers using an expert system for triage but requires accountability for every recommendation. Which feature most strengthens the case for adoption while reducing a key risk?
The advantages and disadvantages of expert systems
Hard
A.A larger rule base without version tracking
B.Hidden confidence values to avoid confusing clinicians
C.Auditable explanations linked to evidence and rule versions
D.Automatic recommendations with no user confirmation
Correct Answer: Auditable explanations linked to evidence and rule versions
Explanation:
Traceable explanations support review, accountability, error detection, and controlled maintenance in high-stakes settings.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →