WorksheetsArtificial Intelligence CT-5
Total questions: 20
Worksheet time: 40mins
An expert system is a ___ which has the ability of decision-making like a human expert.
Computer system
Operating system
Transaction processing system
None of these
The first expert system was created in the ___.
1965
1968
1970
1972
___ are designed to solve complex problems by reasoning through bodies of knowledge.
Operating systems
Transaction processing systems
Computer systems
If a robot is able to change its own trajectory as per the external conditions, then the robot is considered as the__.
Mobile
Non-Servo
Intelligent
Open Loop
The component of an Expert system is_________.
User Interface
Inference Engine
Knowledge Base
All of the above
The exploration problem is where______.
Agent contains the knowledge of State and actions.
Only actions are known to the agent.
Agent does not contain the knowledge of State and actions.
None of the above
Expert system is branch of Artificial Intelligence.
True
False
In LISP, the function returns t if <integer> is even and nil otherwise ___________.
(even <integer>)
(evenp <integer>)
(numeven <integer>)
(numnevenp <integer>)
Tick all the advantages of an expert system
Fewer employees could be needed (job loss)
available 24 hours a day
Initial cost of system is expensive
can store more information than a human
less human error
In Expert System, Knowledge Acquisition means,
How to get required domain knowledge by the expert system
System maintenance
System implementation
None of the mentioned above
In expert system Forward Chaining, is a strategy to answer the question, "___".
What can happen next?
What can happen previously?
Both A and B
All of the mentioned above
Experts make decisions based on ___ information.
Numerical data
Qualitative & quantitative
Experimental information
None of the mentioned above
The expert systems are incapable of ___.
Substituting human decision makers
Producing accurate output for inadequate knowledge base
Both A and B
None of these
The ___ represents facts and rules.
Inference engine
Knowledge base
Operating system
None of these
The first expert system was used to design the ___ in SID (Synthesis of Integral Design) software program.
Small-scale product
Large-scale product
Average-scale product
None of these
Expert systems can be used to: Tick all that apply
match people to jobs
diagnose faults in car engines
replace experts
diagnose a patients illness
The system that allows a computer to make decisions, such as in health care and financial advice is called
Experiment system
Expert system
Inference engine
Operating system
Instead of representing knowledge in a relatively declarative, static way (as a bunch of things that are true), rule-based system represent knowledge in terms of___________ that tell you what you should do or what you could conclude in different situations.
Raw Text
b)
Summarized Text
Collection of various Texts
A bunch of rules
Forward chaining systems are _____________ where as backward chaining systems are ___________
Goal-driven, goal-driven
Goal-driven, data-driven
Data-driven, goal-driven
Data-driven, data-driven
A knowledge engineer has the job of extracting knowledge from an expert and building the expert system knowledge base.
True
False
