MCQ Bank
Identify that for which purpose statment given below is used
(deftamplate Person
(slot name (type STRING))
(slot age(type NUMBER))
)
- A) Rule definition
- B) CLIPS
- C) Attributes of a fact
- D) Rule
The correct command to load a CLIPS file is:
- A) (load "filename.clp")
- B) (readfile "filename.clp")
- C) (read "filename.clp")
- D) (loadfile "filename.clp")
Knowledge acquisition techniques may not include:
- A) Electronic brainstorming
- B) Interviews
- C) On-site observation
- D) Surveys
Identify the correct definition of linear model given below.
- A) A non linear sequence of steps is applied repeatedly in an iterative fashion to develop the expert systems.
- B) A linear sequence of steps is applied repeatedly in an iterative fashion to develop the Expert Systems.
- C) A arbitrary set of steps is applied repeatedly in an iterative fashion to develop the software models.
- D) A non sequential set of steps is applied repeatedly in an iterative fashion to develop the expert systems.
Which of the following is not the main phase of the linear sequence?
- A) Requirement engineering
- B) System evaluation
- C) Code
- D) Planning
Backward chaining, however, starts with the __________ and tries to reach down to all primitive nodes (marked by ‘?’), where information is sought from the user.
- A) transition state
- B) goal state
- C) last state
- D) intermediate state
Problems faced during knowledge acquisition may not include:
- A) Expert may provide inconsistent or incorrect knowledge
- B) Expert provide exact and accurate knowledge
- C) Expert may not provide relevant information
- D) Expert may provide incomplete knowledge
The rules that define how conflict resolution will be used, and how other aspects of the system itself will run, are called ___________.
- A) Conflict resolution rules
- B) Forward chain rules
- C) backward chain rules
- D) Meta rules
Within an expert system, the ______________ contains facts about a specific subject area and rules that express the reasoning procedures of an expert on the subject.
- A) Inference engine
- B) inference logic
- C) Knowledge engineer
- D) Knowledge base
The goal of ___________ is to analyse and structure the knowledge gained during the knowledge acquisition phase.
- A) Knowledge analysis
- B) Knowledge structure
- C) ES design
- D) Knowledge design
___________________ is the part of the system that controls the process of deriving conclusions.
- A) An object
- B) A knowledge base
- C) A database of facts
- D) An interpreter, or inference engine
__________ encode the knowledge of rules and strategies.
- A) ES model
- B) Knowledge base
- C) ES requirements
- D) Inference networks
Which of the following window is not present in CLIPS tool.
- A) Facts window
- B) Rule window
- C) Agenda window
- D) Focus window
The process continues recursively until a premise is found that is not supported by a rule, i.e. a premise is called a ___________ if it cannot be concluded by any rule.
- A) antique
- B) primitive
- C) elementary
- D) secondary
An expert system models the following aspect(s) of human expert
- A) Implications
- B) Knowledge and reasoning
- C) Operations
- D) Operators
The "part of the expert system that contains the problem facts that are discovered during the session" is called:
- A) Working memory
- B) System memory
- C) Secondary storage
- D) Reserved media
In CLIPS, the Defrule construct is used to add _________.
- A) principles
- B) rules
- C) facts
- D) agenda
In CLIPS, _____ command erases contents of working memory
- A) (clear)
- B) (remove)
- C) (retract)
- D) (erase)
Reasoning in backward chaining is known as:
- A) Data-driven reasoning
- B) Rule-driven reasoning
- C) Goal-driven reasoning
- D) Intelligence-driven reasoning
Forward chaining is known as
- A) Goal-driven reasoning
- B) Rule-driven reasoning
- C) Intelligence-driven reasoning
- D) Data-driven reasoning