<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Objective Questions and MCQs Solved]]></title><description><![CDATA[<p dir="auto">Question<br />
Identify the statement which best defines the fuzzy sets.</p>
<p dir="auto">Fuzzy sets, unlike classical sets, restrict themselves to something lying wholly in either set A or in set not-A.<br />
Fuzzy sets, like classical sets, restrict themselves to something lying wholly in either set A or in set not-A.<br />
Fuzzy sets, unlike classical sets, do not restrict themselves to something lying wholly in either set A or in set A.<br />
Fuzzy sets, unlike classical sets, do not restrict themselves to something lying wholly in either set A or in set not-A.<br />
Answer: 4	Chapter No.<br />
Question<br />
Identify that for which purpose statment given below is used (deftamplate Person (slot name (type STRING)) (slot age(type NUMBER)) )</p>
<p dir="auto">Attributes of a fact<br />
Rule<br />
Rule definition<br />
CLIPS<br />
Answer: 4	Chapter No.<br />
Question<br />
Identify the correct statement to list facts numbers 1 through 10</p>
<p dir="auto">clips&gt; (facts 1 10)<br />
clips&gt; (facts 1 to 10)<br />
clips&gt; (facts 10)<br />
clips&gt; (facts 1)<br />
Answer: 1	Chapter No.<br />
Question<br />
Fuzzy logic is actually a superset of conventional boolean logic</p>
<p dir="auto">True<br />
False<br />
Answer: 1	Chapter No.<br />
Question<br />
Identify which statement defines classical sets in a best way</p>
<p dir="auto">A classical set is a container, which wholly includes but not wholly excludes any given element.<br />
A classical set is a container, which does not wholly includes or wholly excludes any given element.<br />
A classical set is a container, which sometimes wholly includes or wholly excludes any given element.<br />
A classical set is a container, which wholly includes or wholly excludes any given element.<br />
Answer: 4	Chapter No.<br />
Question<br />
General stages of ESDLC includes.</p>
<p dir="auto">Spiral model<br />
Linear model<br />
Beta system (tested by users)<br />
Design coding<br />
Answer: 3	Chapter No.<br />
Question<br />
Identify the correct definition of linear model given below.</p>
<p dir="auto">A linear sequence of steps is applied repeatedly in an iterative fashion to develop the software models.<br />
A non sequential sequence of steps is applied repeatedly in an iterative fashion to develop the expert systems.<br />
A non linear sequence of steps is applied repeatedly in an iterative fashion to develop the expert systems.<br />
A linear sequence of steps is applied repeatedly in an iterative fashion to develop the Expert Systems.<br />
Answer: 4	Chapter No.<br />
Question<br />
Fuzzy logic is a subset of conventional (Boolean) logic.</p>
<p dir="auto">True<br />
False<br />
Answer: 2	Chapter No.<br />
Question<br />
Identify the sets in which Membership Function is used.</p>
<p dir="auto">Crisp set<br />
Classical set<br />
Fuzzy set<br />
None of the given<br />
Answer: 3	Chapter No.<br />
Question<br />
The goal of knowledge analysis is to analyze and structure the knowledge gained during the planning phase.</p>
<p dir="auto">True<br />
False<br />
Answer: 2	Chapter No.<br />
Question<br />
Identify correct statement for the given rule. IF The aptitude level of an undergraduate student is low and The English understanding level of undergraduate student is dull THEN He is not eligible to go abroad for higher studies.</p>
<p dir="auto">(deftamplate UnderGradStudent (slot attribute)(slot value))<br />
(defrule StudentStatus (UnderGradStudent (attribute “aptitude level”)(value “low”))<br />
(UnderGradStudent (attribute “English understanding level”)(value “dull”))<br />
=&gt; (printout t “He is not eligible to go abroad for higher studies”)<br />
(deftamplate UnderGradStudent (slot attribute)(slot value))<br />
(defrule StudentStatus (UnderGradStudent (attribute “aptitude level”)(value “low”))<br />
(UnderGradStudent (attribute “English understanding level”)(value “dull”))<br />
=&gt; (printout t “He is not eligible to go abroad for higher studies”))<br />
(deftamplate UnderGradStudent (slot attribute)(slot value))<br />
(defrule StudentStatus (UnderGradStudent (attribute “aptitude level”)(value “low”))<br />
(UnderGradStudent (attribute “English understanding level”)(value “dull”))<br />
&lt;=&gt; (printout t “He is not eligible to go abroad for higher studies”))<br />
(defrule StudentStatus (UnderGradStudent (attribute “aptitude level”)(value “low”))<br />
(UnderGradStudent (attribute “English understanding level”)(value “dull”))<br />
=&gt; (printout t “He is not eligible to go abroad for higher studies”))<br />
Answer:	Chapter No.<br />
Question<br />
A classical set is a container, which wholly includes or wholly excludes any given element.</p>
<p dir="auto">True<br />
False<br />
Answer: 1	Chapter No.<br />
Question<br />
Sequence wise main phases of Linear model used in developing expert systems are given below.</p>
<p dir="auto">1)Planning<br />
2)Knowledge acquisition and analysis<br />
3)System evaluation<br />
4)Knowledge design<br />
5)Code<br />
6)Knowledge verification<br />
1)Planning<br />
2)Knowledge acquisition and analysis<br />
3)Knowledge design<br />
4)System evaluation<br />
5)Code<br />
6)Knowledge verification<br />
1)Planning<br />
2)Knowledge acquisition and analysis<br />
3)Knowledge design<br />
4)Code<br />
5)System evaluation<br />
6)Knowledge verification<br />
1)Planning<br />
2)Knowledge acquisition and analysis<br />
3)Knowledge design<br />
4)Code<br />
5)Knowledge verification<br />
6)System evaluation<br />
Answer:	Chapter No.<br />
Question<br />
IF IELTS score of Ali is 6 and CGPA of Ali is 3.7 and GRE score of Ali is 66 Then He is eligible to take admission in any of the University abroad</p>
<p dir="auto">(deftamplate Ali (slot attribute)(slot value))<br />
(defrule Alichance (Ali (attribute “IELTS score”)(value “6”))<br />
(Ali (attribute “CGPA”)(value “3.7”))<br />
(Ali (attribute “GRE”)(value “66”))<br />
&lt;=<br />
(printout t “He is eligible to take admission in any of the University abroad”))<br />
(deftamplate Ali (slot attribute)(slot value))<br />
(defrule Alichance (Ali (attribute “IELTS score”)(value “6”))<br />
(Ali (attribute “CGPA”)(value “3.7”))(Ali (attribute “GRE”)(value “66”))<br />
=&gt;<br />
(printout t “He is eligible to take admission in any of the University abroad”)<br />
(deftamplate Ali (slot attribute)(slot value))<br />
(defrule Alichance (Ali (attribute “IELTS score”)(value “6”))<br />
(Ali (attribute “CGPA”)(value “3.7”))<br />
(Ali (attribute “GRE”)(value “66”))<br />
=&gt;<br />
(printout t “He is eligible to take admission in any of the University abroad”))<br />
(defrule Alichance (Ali (attribute “IELTS score”)(value “6”))<br />
(Ali (attribute “CGPA”)(value “3.7”))<br />
(Ali (attribute “GRE”)(value “66”))<br />
=&gt;<br />
(printout t “He is eligible to take admission in any of the University abroad”))<br />
Answer:	Chapter No.<br />
Question<br />
Identify the step involved in planning phase.</p>
<p dir="auto">Knowledge acquisition from expert<br />
Coding<br />
Resource allocation<br />
Identify concrete knowledge elements<br />
Answer: 3	Chapter No.<br />
Question<br />
Identify the correct step used to start design of an expert system.</p>
<p dir="auto">Feasiblity study<br />
Problem recognization<br />
Scope study<br />
Rapid prototyping<br />
Answer: 1	Chapter No.<br />
Question<br />
____________ learning works on existing facts and knowledge and deduces new knowledge from the old.</p>
<p dir="auto">Deductive<br />
Inductive<br />
Application<br />
None of the given<br />
Answer: 1	Chapter No.<br />
Question<br />
A concept is the representation of the __________ with respect to the given attributes.</p>
<p dir="auto">Solution<br />
Problem<br />
Knowledge<br />
None of the given<br />
Answer: 2	Chapter No.<br />
Question<br />
Each neuron in the hidden layer is responsible for a different _________.</p>
<p dir="auto">Line<br />
Layer<br />
Neuron<br />
None of the given<br />
Answer: 1	Chapter No.<br />
Question<br />
If the true output of a concept [c(xi)] is 1 or 0 for an instance, then the output by our hypothesis [h(xi)] is 1 or 0 as well, respectively.</p>
<p dir="auto">True<br />
False<br />
Answer: 1	Chapter No.<br />
Question<br />
In Candidate-Elimination algorithm version space is represented by two sets named:</p>
<p dir="auto">G and S<br />
G and F<br />
S and F<br />
H and S<br />
Answer: 1	Chapter No.<br />
Question<br />
Inductive learning is based on the knowledge that if something happens a lot it is likely to be generally _________</p>
<p dir="auto">True<br />
False<br />
Ambiguous<br />
None of the given<br />
Answer: 1	Chapter No.<br />
Question<br />
Inductive learning takes examples and generalizes rather than starting with __________ knowledge</p>
<p dir="auto">Existing<br />
Inductive<br />
Deductive<br />
None of the given<br />
Answer: 1	Chapter No.<br />
Question<br />
Machine learning is a prerequisite for any mature program of artificial intelligence</p>
<p dir="auto">True<br />
False<br />
Answer: 1	Chapter No.<br />
Question<br />
The tractable problems are further divided into structured and ____________ problems</p>
<p dir="auto">Non-structured<br />
Complex<br />
Simple<br />
None of the given<br />
Answer: 2	Chapter No.<br />
Question<br />
Which one is NOT the advantage of Neural Network</p>
<p dir="auto">Excellent for pattern recognition<br />
Excellent classifiers<br />
Handles noisy data well<br />
None of the given<br />
Answer: 4	Chapter No.<br />
Question<br />
_________ is the process of formulating the mapping from a given input to an output using Fuzzy logic.</p>
<p dir="auto">FIZ<br />
FIS<br />
FOS<br />
None of the given<br />
Answer:	Chapter No.<br />
Question<br />
The first step of FIND-S is to initialize h to the most specific hypothesis in __________: h = &lt; Ø , Ø &gt;</p>
<p dir="auto">H<br />
I<br />
J<br />
K<br />
Answer:	Chapter No.<br />
Question<br />
Outputs of learning are determined by the ________</p>
<p dir="auto">Application<br />
Validation<br />
Training<br />
None of the given<br />
Answer:	Chapter No.<br />
Question<br />
Inductive learning is based on the knowledge that if something happens a lot it is likely to be generally _______</p>
<p dir="auto">TRUE<br />
FALSE<br />
Ambiguous<br />
None of the given<br />
Answer:	Chapter No.<br />
Question<br />
Interactive Dichotomizer uses a special function ________, to evaluate the gain information of each attribute.</p>
<p dir="auto">GAIN<br />
GET<br />
FIND<br />
EVAL<br />
Answer:	Chapter No.<br />
Question<br />
Machine learning typically follows ___________ phases according to Finlay.</p>
<p dir="auto">Two<br />
Three<br />
Four<br />
Five<br />
Answer:	Chapter No.<br />
Question<br />
Each neuron in the hidden layer is responsible for a different _________.</p>
<p dir="auto">Line<br />
Layer<br />
Neuron<br />
None of the given<br />
Answer:	Chapter No.<br />
Question<br />
Artificial Neural Networks is a new learning paradigm which takes its roots from _________ inspired approach to learning.</p>
<p dir="auto">Chemistry<br />
Physics<br />
Biology<br />
Mathematics<br />
Answer:	Chapter No.<br />
Question<br />
A concept is the representation of the __________ with respect to the given attributes.</p>
<p dir="auto">Solution<br />
Problem<br />
Knowledge<br />
None of the given<br />
Answer:	Chapter No.<br />
Question<br />
The brain is a collection of about 100 ________ interconnected neurons.</p>
<p dir="auto">Million<br />
Billion<br />
Trillion<br />
None of the given<br />
Answer:	Chapter No.<br />
Question<br />
Intelligence is the characteristic of</p>
<p dir="auto">Living being<br />
All things<br />
None of them<br />
All of them<br />
Answer: 1	Chapter No. 1<br />
Question<br />
Can we precisely define Artificial Intelligence?</p>
<p dir="auto">Yes we can<br />
No we can not<br />
Answer: 2	Chapter No. 1<br />
Question<br />
Which of the following things demonstrate Intelligence?</p>
<p dir="auto">Problem solving<br />
Recognize/Remember<br />
Think/learn/Plan/Schedule<br />
All of the above<br />
Answer: 4	Chapter No. 1<br />
Question<br />
Try to catch out own thoughts as they go by is ________.</p>
<p dir="auto">Introspection<br />
Psychology<br />
Both of given<br />
None of the given<br />
Answer: 1	Chapter No. 2<br />
Question<br />
Intelligence is the ability to ____________.</p>
<p dir="auto">Think/learn/Plan/Schedule<br />
Recognize/Remember<br />
Problem solving<br />
All of the above<br />
Answer: 4	Chapter No. 2<br />
Question<br />
__________ AI actually tries to recreate the functions of the inside of the brain as opposed to simply emulating behavior.</p>
<p dir="auto">Weak<br />
Strong<br />
Weak and Strong<br />
None of the given<br />
Answer: 2	Chapter No. 2<br />
Question<br />
__________ AI treats the brain as a black box and just emulates its functionality.</p>
<p dir="auto">Weak<br />
Strong<br />
Weak and Strong<br />
None of the given<br />
Answer: 1	Chapter No. 2<br />
Question<br />
From discipline of _____________ we have the tools and techniques to investigate the human mind and ways to represent the resulting theories.</p>
<p dir="auto">Computer Science<br />
Biology<br />
Mathematics<br />
Psychology<br />
Answer: 4	Chapter No. 3<br />
Question<br />
From discipline of _____________ we have information about the network structure of a human brain and all the theories on functionalities of different human organs.</p>
<p dir="auto">Mathematics<br />
Biology<br />
Computer Science<br />
Psychology<br />
Answer: 2	Chapter No. 3<br />
Question<br />
Which of the following disciplines provides us with the theories of structure and meaning of language?</p>
<p dir="auto">Linguistic<br />
Philosophy<br />
Biology<br />
Psychology<br />
Answer: 1	Chapter No. 3<br />
Question<br />
Hit and trial is a classical approach to solve the ___________ problem easily.</p>
<p dir="auto">Trivial<br />
Medium<br />
All of the given<br />
None of the given<br />
Answer: 1	Chapter No. 4<br />
Question<br />
__________ is a Classical way of problem solving.</p>
<p dir="auto">GA<br />
Generate and Test<br />
Reasoning<br />
None of the given<br />
Answer: 2	Chapter No. 4<br />
Question<br />
The traveling inside a solution space requires something called as __________.</p>
<p dir="auto">Problem Statement<br />
Operands<br />
Operators<br />
Solution Space<br />
Answer: 3	Chapter No. 4<br />
Question<br />
Some essential components of problem solving are Problem statement, ________, Solution space and Operators.</p>
<p dir="auto">Complex State<br />
Initial State<br />
Intermediate State<br />
Goal State<br />
Answer: 4	Chapter No. 4<br />
Question<br />
By getting grips on _________ that deal with searching techniques in graphs and trees, problem solving can be performed in an efficient manner.</p>
<p dir="auto">Pseudocode<br />
Algorithms<br />
Charts<br />
Graphs<br />
Answer: 2	Chapter No. 5<br />
Question<br />
In Optimal Path searches we try to find the _________ solution.</p>
<p dir="auto">Least<br />
Best<br />
Last but not the Least<br />
None of the given<br />
Answer: 2	Chapter No. 5<br />
Question<br />
Most of the solution spaces for problems can be represented in _______.</p>
<p dir="auto">Trees<br />
Demos<br />
Graphs<br />
None of the given<br />
Answer: 3	Chapter No. 5<br />
Question<br />
We use graphs to represent problems and their solution spaces.</p>
<p dir="auto">True<br />
False<br />
Answer: 1	Chapter No. 5<br />
Question<br />
Every graph can be converted into a tree.</p>
<p dir="auto">True<br />
False<br />
Answer: 1	Chapter No. 5<br />
Question<br />
Most of the solution spaces for problems can be represented in a ___________.</p>
<p dir="auto">Graph<br />
Table<br />
Demo<br />
None of the above<br />
Answer: 1	Chapter No. 5<br />
Question<br />
Procedures that search the solution space in an uninformed manner are usually costly with respect to _________.</p>
<p dir="auto">Time<br />
Space<br />
Time and space both<br />
All of the given<br />
Answer: 3	Chapter No. 6<br />
Question<br />
In DFS, node with the largest value of height will be at Priority ________.</p>
<p dir="auto">Maximum<br />
Minimum<br />
Zero<br />
Least<br />
Answer: 1	Chapter No. 7<br />
Question<br />
In Depth First Search the node with the largest value of height will be at the ___________ priority to be picked.</p>
<p dir="auto">Minimum<br />
Maximum<br />
Zero<br />
Both minimum and maximum<br />
Answer: 2	Chapter No. 7<br />
Question<br />
In Breadth First Search the node with the largest value of height will be at the _________ priority to be picked.</p>
<p dir="auto">Zero<br />
Minimum<br />
Maximum<br />
None of the given<br />
Answer: 3	Chapter No. 7<br />
Question<br />
Breadth-First Search checks all paths of a given length before moving on to any longer paths.</p>
<p dir="auto">True<br />
False<br />
Answer: 2	Chapter No. 7<br />
Question<br />
Breadth-first search is a good idea when you are confident that the branching factor is _________.</p>
<p dir="auto">Extremely small<br />
Small<br />
Medium<br />
Large<br />
Answer: 2	Chapter No. 7<br />
Question<br />
The foothill problem occurs whenever there are________ peaks.</p>
<p dir="auto">High<br />
Secondary<br />
Primary<br />
Deep<br />
Answer: 2	Chapter No. 8<br />
Question<br />
Which one of the problems is more subtle, and consequently, is more frustrating?</p>
<p dir="auto">Foothill problem<br />
Plateau<br />
Ridge<br />
Box<br />
Answer: 3	Chapter No. 8<br />
Question<br />
The paths founded by Best First search are likely to be _________ than those found with other methods.</p>
<p dir="auto">Longer<br />
Shorter<br />
Both of the given<br />
None of the given<br />
Answer: 2	Chapter No. 8<br />
Question<br />
Best First Search is a greedy approach.</p>
<p dir="auto">True<br />
False<br />
Answer: 1	Chapter No. 8<br />
Question<br />
In Adversarial search there may occur such a scenario where two opponents also called ___________ are searching for a goal.</p>
<p dir="auto">Adversaries<br />
Friend<br />
Players<br />
Intruders<br />
Answer: 1	Chapter No. 9<br />
Question<br />
We can get optimal solution given some parameters using Genetic Algorithm.</p>
<p dir="auto">True<br />
False<br />
Answer: 1	Chapter No. 11<br />
Question<br />
Genetic algorithm uses evolutionary techniques, based on function optimization and artificial intelligence, to develop a solution.</p>
<p dir="auto">True<br />
False<br />
Answer: 1	Chapter No. 11<br />
Question<br />
In Basic Genetic Algorithm the term mutation refers to a small random ________.</p>
<p dir="auto">Number<br />
Change<br />
Operator<br />
Operand<br />
Answer: 2	Chapter No. 11<br />
Question<br />
Genetic Algorithms is a search method in which multiple search paths are followed in _______.</p>
<p dir="auto">Series<br />
Parallel<br />
Sequential<br />
None of the given<br />
Answer: 2	Chapter No. 11<br />
Question<br />
A function by which we can tell which board position is nearer to our goal is called _________.</p>
<p dir="auto">Alternative function<br />
Recursive function<br />
Best function<br />
Fitness function<br />
Answer: 4	Chapter No. 12<br />
Question<br />
What is the correct order for solving a problem using GA<br />
I. Choose the best individuals from the population for crossover<br />
II. Choose initial population<br />
III. Evaluate the fitness of each individual</p>
<p dir="auto">I,II,III<br />
I,III,II<br />
II,I,III<br />
II,III,I<br />
Answer: 4	Chapter No. 12<br />
Question<br />
Mutation can be as simple as just flipping a bit at random or any number of bits.</p>
<p dir="auto">True<br />
False<br />
Answer: 1	Chapter No. 12<br />
Question<br />
In GA, the random process is repeated until an individual with required _________ level is found.</p>
<p dir="auto">Higher<br />
Lower<br />
Fitness<br />
Logical<br />
Answer: 3	Chapter No. 13<br />
Question<br />
A function by which we can tell which board position is nearer to our goal is called.</p>
<p dir="auto">Alternative function<br />
Recursive function<br />
Best function<br />
Fitness function<br />
Answer: 4	Chapter No. 13<br />
Question<br />
An AI system must form a meaningful and useful __________ of the internal information.</p>
<p dir="auto">Representation<br />
Execution<br />
Learning<br />
Planning<br />
Answer: 1	Chapter No. 14<br />
Question<br />
An AI system has a ____________ component that allows the system to get information from its environment.</p>
<p dir="auto">Planning<br />
Perception<br />
Learning<br />
Execution<br />
Answer: 2	Chapter No. 14<br />
Question<br />
In the worst case of semantic network, we may need to traverse the entire network and then discover that the requested info ________.</p>
<p dir="auto">Does not exist<br />
Exists<br />
Is incorrect<br />
Is correct<br />
Answer: 1	Chapter No. 15<br />
Question<br />
A proposition is the statement of a _________.</p>
<p dir="auto">Equation<br />
Action<br />
Theorem<br />
Fact<br />
Answer: 4	Chapter No. 15<br />
Question<br />
Semantic networks are graphs, with nodes representing _________ and arcs representing _________ between objects.</p>
<p dir="auto">distance, relationships<br />
objects, distance<br />
relationships, distance<br />
objects, relationships<br />
Answer: 4	Chapter No. 15<br />
Question<br />
A statement in conjunctive normal form (CNF) consists of _________.</p>
<p dir="auto">ANDs of Ors.<br />
ANDs<br />
Ors<br />
Ors of ANDs<br />
Answer: 1	Chapter No. 16<br />
Question<br />
__________ is the process of deriving logical conclusions from given facts.</p>
<p dir="auto">Representation<br />
Execution<br />
Reasoning<br />
Planning<br />
Answer: 3	Chapter No. 16<br />
Question<br />
In the statement “IF A THEN B”, A is called</p>
<p dir="auto">Antecedent<br />
Consequent<br />
Answer: 1	Chapter No. 16<br />
Question<br />
__________ reasoning is based on forming, or inducing a ‘generalization’ from a limited set of observations.</p>
<p dir="auto">Deductive<br />
Abductive<br />
Inductive<br />
Analogical<br />
Answer: 3	Chapter No. 16<br />
Question<br />
An ___________ is “A computer program designed to model the problem solving ability of a human expert”.</p>
<p dir="auto">Expert system<br />
Intelligent System<br />
Echo System<br />
Energy System<br />
Answer: 1	Chapter No. 18<br />
Question<br />
Another expert system named __________ was developed by Digital Equipment Corporation, as a computer configuration assistant.</p>
<p dir="auto">R1/XCON<br />
MYCIN<br />
Dendral<br />
R3/XCON<br />
Answer: 1	Chapter No. 18<br />
Question<br />
An expert system may replace the expert or assist the expert.</p>
<p dir="auto">True<br />
False<br />
Answer: 1	Chapter No. 18<br />
Question<br />
Conventional programming focuses on _______, while ES programming focuses on ________.</p>
<p dir="auto">Solution, Problem<br />
Problem, Solution<br />
Problem, Expert<br />
Solution, Expert<br />
Answer: 1	Chapter No. 20<br />
Question<br />
In backward chaining terminology, the hypothesis to prove is called the ________.</p>
<p dir="auto">Proof<br />
Goal<br />
Plan<br />
None of the given<br />
Answer: 2	Chapter No. 21</p>
]]></description><link>https://community.secnto.com//topic/56/objective-questions-and-mcqs-solved</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 23:22:59 GMT</lastBuildDate><atom:link href="https://community.secnto.com//topic/56.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 May 2019 17:21:15 GMT</pubDate><ttl>60</ttl></channel></rss>