MCQ Bank
In context of ES development, which of the following will be part of Planning phase?
- A) Identify concrete knowledge elements
- B) Feasibility assessment
- C) Coding
- D) Knowledge acquisition from expert
Clips command for multiplying two numbers 3 and 4 is.
- A) CLIPS> (3 * 4)
- B) CLIPS> (3 4 *)
- C) CLIPS> *(3 4)
- D) CLIPS> (* 3 4)
Identify the step involved in planning phase.
- A) Knowledge acquisition from expert
- B) Coding
- C) Resource allocation
- D) Identify concrete knowledge elements
____ can be viewed as the processor in an expert system.
- A) Knowledge base
- B) Inference engine
- C) System memory
- D) Working memory
Rule, which may have a priority in expert systems, is called
- A) Meta rule
- B) Conflict resolution rule
- C) Forward chain rule
- D) backward chain rule
In CLIPS, the ______ command is used for debugging programs.
- A) DEBUG
- B) CLEAR
- C) FACT
- D) WATCH
Which of the following command is used to see the added facts in CLIPS?
- A) Fact
- B) (fact)
- C) deftemplate
- D) (facts)
Identify the sequence wise main phases of Linear model used in developing expert systems.
- A) 1)Planning. 2)Knowledge acquisition and analysis. 3)Knowledge design. 4)System evaluation. 5)Code. 6)Knowledge verification.
- B) 1)Planning. 2)Knowledge acquisition and analysis. 3)Knowledge design. 4)Code. 5)Knowledge verification. 6)System evaluation.
- C) 1)Planning. 2)Knowledge acquisition and analysis. 3)Knowledge design. 4)Code. 5)System evaluation. 6)Knowledge verification.
- D) 1)Planning. 2)Knowledge acquisition and analysis. 3)System evaluation. 4)Knowledge design. 5)Code. 6)Knowledge verification.
Expert system can be expressed as:
- A) Intelligent technique for capturing tacit knowledge in a very specific and limited domain of human expertise, this knowledge is converted to rules that can be used throughout the entire organization
- B) Used for finding the optimal solution for a specific problem by examining a very large number or possible solutions for that problem
- C) The set of business processes, culture, and behavior required to obtain value from investments in information systems
- D) It provides tools for the management, delivery, tracking, and assessment of various types of employee learning and training
____________ are able to override the normal rules in expert systems.
- A) Forward chain rules
- B) Backward chain rules
- C) Meta rules
- D) Conflict resolution rules
Identify the correct statement to list facts numbers 1 through 10
- A) clips> (facts 1)
- B) clips> (facts 1 to 10)
- C) clips> (facts 10)
- D) clips> (facts 1 10)
In the linear model which is not the step of the planning phase?
- A) Knowledge engineering
- B) Task phasing and scheduling
- C) Feasibility assessment
- D) Resource allocation
An alternative method is the longest-matching strategy. This method involves firing the conclusion that was derived from the _______________.
- A) Complex rule
- B) Forward chain rule
- C) Longest rule
- D) Shortest rule
Inference engine matches the facts contained in the _______ with the ______contained in the knowledge base, to draw conclusions about the problem.
- A) object, class
- B) Fact table, working memory
- C) Working memory, domain knowledge
- D) Rule engine, operators
Identify the correct step used to start designe of an expert system.
- A) Rapid prototyping
- B) Feasiblity study
- C) Problem recognization
- D) Scope study
CLIPS stands for:
- A) C Language Integrated Production System
- B) C++ Linguist Integrated Production System
- C) C# Language Integrated Production System
- D) COBOL Language Integrated Production System
Knowledge elicitation methods may be classified into:
- A) Direct and hierarchical
- B) Data Driven and application driven methods
- C) Hierarchical and non hierarchical methods
- D) Direct and indirect methods
“Specialized knowledge” in human experts is referred to as __________, when it comes to an expert system.
- A) Domain Knowledge
- B) Reasoning Knowledge
- C) Affirmation knowledge
- D) Predicate engine
If more than one domain experts have to be consulted for knowledge acquisition, than its better to use:
- A) Electronic brainstorming
- B) Surveys
- C) Interviews
- D) Blackboard system
The Candidate-Elimination algorithm represents the ____________
- A) None of the given
- B) Version Space
- C) Elimination Space
- D) Solution Space