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 Capabilities of Expert Systems?
A. Advising
B. Demonstrating
C. Explaining
D. Expanding
View Answer
Ans : D
Explanation: Expanding is not Capabilities of Expert Systems.
3. 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.
4. 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
5. 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>)
6. 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.
7. 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.
8. 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.
9. 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.
10. 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.
Discussion