AI Expert Systems MCQ Questions
Expert Systems MCQs : This section focuses on "Expert System" in Artificial Intelligence. These Multiple Choice Questions (mcq) should be practiced to improve the AI skills required for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive examinations.
1. Which university introduced Expert systems ?
A. Massachusetts Institute of Technology
B. University of Oxford
C. Stanford University
D. University of Cambridge
View Answer
Ans : C
Explanation: Expert System introduced by the researchers at Stanford University, Computer Science Department.
2. Which of the following is not a Characteristics of Expert Systems?
A. Understandable
B. Highly responsive
C. Unreliable
D. High performance
View Answer
Ans : C
Explanation: Unreliable is not Characteristics of Expert Systems.
3. Which of the following is not a Capabilities of Expert Systems?
A. Advising
B. Demonstrating
C. Explaining
D. Expanding
View Answer
Ans : D
Explanation: Expanding is not Capabilities of Expert Systems.
4. which of the following is Capabilities of Expert Systems?
A. Possessing human capabilities
B. Suggesting alternative options to a problem
C. Refining their own knowledge
D. Substituting human decision makers
View Answer
Ans : B
Explanation: Suggesting alternative options to a problem is Capabilities of Expert Systems.
5. Which of the following are Components of Expert Systems?
A. Knowledge Base
B. Inference Engine
C. User Interface
D. All of the above
View Answer
Ans : D
Explanation: The components of ES include : Knowledge Base, Inference Engine, User Interface.
6. how many Components of Knowledge Base are there?
A. 2
B. 3
C. 4
D. 5
View Answer
Ans : A
Explanation: The knowledge base of an ES is a store of both, factual and heuristic knowledge.
7. Which of the following is incorrect application of Expert System?
A. Design Domain
B. Monitoring Systems
C. Knowledge Domain
D. Systems domain
View Answer
Ans : D
Explanation: Systems domain is incorrect application of Expert System
8. Which of the following is incorrect Expert Systems Limitations?
A. Limitations of the technology
B. Difficult knowledge acquisition
C. Easy to maintain
D. High development costs
View Answer
Ans : C
Explanation: Easy to maintain is incorrect Expert Systems Limitations.
9. In LISP, the function returns t if is even and nil otherwise ___________
A. (evenp <integer>)
B. (even <integer>)
C. (numeven <integer>)
D. (numnevenp <integer>)
View Answer
Ans : A
Explanation: In LISP, the function returns t if <integer> is even and nil otherwise (evenp <integer>)
10. An AI system developed by Daniel Bobrow to read and solve algebra word problems.
A. SHRDLU
B. SIMD
C. BACON
D. STUDENT
View Answer
Ans : D
Explanation: Students - An AI system developed by Daniel Bobrow to read and solve algebra word problems.
11. The "Turing Machine" showed that you could use a/an _____ system to program any algorithmic task.
A. binary
B. electro-chemical
C. recursive
D. semantic
View Answer
Ans : A
Explanation: The "Turing Machine" showed that you could use a/an binary system to program any algorithmic task.
12. MCC is investigating the improvement of the relationship between people and computers through a technology called ___________
A. computer-aided design
B. human factors
C. parallel processing
D. None of the Above
View Answer
Ans : B
Explanation: MCC is investigating the improvement of the relationship between people and computers through a technology called human factors.
13. Input segments of AI programming contain(s)?
A. Sound
B. Smell
C. Touch
D. None of the Above
View Answer
Ans : D
Explanation: Input segments of AI programming contain(s) sounds, smell, touch.
14. Which of the following applications include in the Strategic Computing Program?
A. battle management
B. autonomous system
C. pilot's associate
D. All of the above
View Answer
Ans : D
Explanation: battle management, autonomous systems, pilot's associate are application of Strategic Computing Program.
15. Which of the following is not a benefits of Expert Systems?
A. Availability
B. Speed
C. Time
D. Less Error Rate
View Answer
Ans : C
Explanation: Time is not Benefits of Expert Systems.
16. A ______ is nothing but an expert system without knowledge base.
A. Tools
B. shell
C. Expert System
D. knowledge
View Answer
Ans : B
Explanation: A shell is nothing but an expert system without knowledge base.
17. What is the full form of JESS in Expert System Technology?
A. Java Expert System Shell
B. Javascript Expert System Shell
C. Java Expert Sub System
D. Javascript Expert Sub System
View Answer
Ans : A
Explanation: Java Expert System Shell (JESS) that provides fully developed Java API for creating an expert system.
18. Which of the following strategies used by Inference Engine?
A. Forward Chaining
B. Block Chaining
C. Stable Chaining
D. Both A and B
View Answer
Ans : A
Explanation: Forward Chaining and Backward Chaining strategies are used in Inference Engine.
19. What is the form of Knowledge representation?
A. IF-THEN
B. IF-THEN-ELSE
C. IF-ELSE
D. All of the above
View Answer
Ans : B
Explanation: It is the method used to organize and formalize the knowledge in the knowledge base. It is in the form of IF-THEN-ELSE rules.
20. Data, information, and past experience combined together are termed as __________.
A. Inference
B. Acquisition
C. vision
D. knowledge
View Answer
Ans : D
Explanation: Data, information and past experience combined together are termed as knowledge.
Discussion
Arunangshu Biswas
Thank you for providing quality material.