MIDTERM EXAMINATION
Spring 2009
CS607- Artificial Intelligence (Session - 1)
Question No: 1 ( M a r k s: 1 ) http://vuzs.net
Most of the solution spaces for problems can be represented in a ________
Graph
Table
Demo
Demo
Question No: 2 ( M a r k s: 1 ) http://vuzs.net
By getting grips on ___________ that deal with searching techniques in graphs
and trees, problem solving can be performed in an efficient manner.
Pseudocode
Algorithms
Charts
Graphs
Question No: 3 ( M a r k s: 1 ) http://vuzs.net
Every graph can be converted into a tree.
True
False
Question No: 4 ( M a r k s: 1 ) http://vuzs.net
In Breadth First Search the node with the largest value of height will be at the _________ priority to be picked.
Maximum
Minimum
None of the given
Question No: 5 ( M a r k s: 1 ) http://vuzs.net
Breadth-First Search checks all paths of a given length before moving on to any longer paths.
True
False
Question No: 6 ( M a r k s: 1 ) http://vuzs.net
Breadth-first search is a good idea when you are confident that the branching factor is _________
Extremely small
Small
Medium
Large
Question No: 7 ( M a r k s: 1 ) http://vuzs.net
The foothhill problem occurs whenever there are___________ peaks.
High
Secondary
Primary
Deep
Question No: 8 ( M a r k s: 1 ) http://vuzs.net
The Plateau problem comes up when there is a mostly flat area ___________
the peaks.
Separating
Joining
Over
None of the given
Question No: 9 ( M a r k s: 1 ) http://vuzs.net
Which one of the problem is more subtle, and consequently, is more frustrating:
Foothill problem
Plateau
Ridge
Box
Question No: 10 ( M a r k s: 1 ) http://vuzs.net
The paths found by best-first search are likely to be __________ than those found with other methods.
None od the given
Shorter
Longer
Question No: 11 ( M a r k s: 1 ) http://vuzs.net
In Basic Genetic Algorithm the term mutation refers to a small random ________.
Number
Change
Operator
Operand
Question No: 12 ( M a r k s: 1 ) http://vuzs.net
Which of the following two components are closely coupled and each is
intrinsically tied to the other.
i. Knowledge representation
ii. Reasoning
ii. Reasoning
iii. Execution
iv. Planning
i & iii
ii & iii
iii & iv
i & ii
Question No: 13 ( M a r k s: 1 ) http://vuzs.net
Semantic networks are graphs, with nodes representing ____________ and arcs representing ____________ between objects.
objects, relationships
relationships, distance
objects, distance
distance, relationships
Question No: 14 ( M a r k s: 1 ) http://vuzs.net
A proposition is the statement of a ________.
Fact
Equation
Action
Theorem
Question No: 15 ( M a r k s: 1 ) http://vuzs.net
___________ reasoning is based on forming, or inducing a ‘generalization’ from a limited set of observations.
Deductive
Abductive
Inductive
Analogical
Analogical
Question No: 16 ( M a r k s: 1 ) http://vuzs.net
An ___________ is “A computer program designed to model the problem solving ability of a human expert."
Expert system
Intelligent System
Echo System
Energy System
Question No: 17 ( M a r k s: 1 ) http://vuzs.net
Another expert system named __________ was developed by Digital Equipment Corporation, as a computer configuration assistant.
R1/XCON
MYCIN
Dendral
R3/XCON
Question No: 18 ( M a r k s: 1 ) http://vuzs.net
An expert system may replace the expert or assist the expert.
True
False
Question No: 19 ( M a r k s: 1 ) http://vuzs.net
Conventional programming focuses on _______, while ES programming focuses
on ________
Solution, Problem
Problem, Solution
Problem, Expert
Solution, Expert
Solution, Expert
Question No: 20 ( M a r k s: 1 ) http://vuzs.net
In backward chaining terminology, the hypothesis to prove is called the
________.
Proof
Goal
Plan
None of the given
CS607 - Artificial Intelligence
Mid term spring 2010
Question No. 1 http://vuzs.net
“The branch of computer science that is concerned with the automation of intelligent behavior” this definition is from:
• Luger and Stubblefield
• Winston
• Schalkoff
• Bellman
Question No. 2 http://vuzs.net
Searching is a formal mechanism to explore alternatives
Question No. 3 http://vuzs.net
In Artificial Intelligence GA stands for Genetic Algorithms
• True
• False
Question No. 4 http://vuzs.net
----------------- is based on forming, or inducing a ‘generalization’ from a limited set of observations
• Inductive reasoning
• Deductive reasoning
• Analogical reasoning
• Common-sense reasoning
Question No. 5 http://vuzs.net
“A computer program designed to model the problem solving ability of a human expert” is known as -----ES--------
Question No. 6 http://vuzs.net
An expert system may replace the expert or assist the expert
• True
• False
Question No. 7 http://vuzs.net
A -------Domain expert---------- is ‘A person who posses the skill and knowledge to solve a specific problem in a manner superior to others’
Question No. 8 http://vuzs.net
Hill Climbing is basically a ----depth first search---------- with a measure of quality that is assigned to each node in the tree.
Question No. 9 http://vuzs.net
----------------------are closely coupled components; each is intrinsically tied to the other.
i-Knowledge representation
ii-Reasoning
iii-Planning
iv-Execution
• ii & iii
• ii & iii
• iii & iv
• i & ii
Question No. 10 http://vuzs.net
Every graph can be converted into a tree
• True
• False
Question No. 11 http://vuzs.net
Which one of the problem is more subtle and consequently is more frustrating?
• Foothill
• Plateau
• Ridge
• Box
Mid term spring 2010
Question No. 1 http://vuzs.net
“The branch of computer science that is concerned with the automation of intelligent behavior” this definition is from:
• Luger and Stubblefield
• Winston
• Schalkoff
• Bellman
Question No. 2 http://vuzs.net
Searching is a formal mechanism to explore alternatives
Question No. 3 http://vuzs.net
In Artificial Intelligence GA stands for Genetic Algorithms
• True
• False
Question No. 4 http://vuzs.net
----------------- is based on forming, or inducing a ‘generalization’ from a limited set of observations
• Inductive reasoning
• Deductive reasoning
• Analogical reasoning
• Common-sense reasoning
Question No. 5 http://vuzs.net
“A computer program designed to model the problem solving ability of a human expert” is known as -----ES--------
Question No. 6 http://vuzs.net
An expert system may replace the expert or assist the expert
• True
• False
Question No. 7 http://vuzs.net
A -------Domain expert---------- is ‘A person who posses the skill and knowledge to solve a specific problem in a manner superior to others’
Question No. 8 http://vuzs.net
Hill Climbing is basically a ----depth first search---------- with a measure of quality that is assigned to each node in the tree.
Question No. 9 http://vuzs.net
----------------------are closely coupled components; each is intrinsically tied to the other.
i-Knowledge representation
ii-Reasoning
iii-Planning
iv-Execution
• ii & iii
• ii & iii
• iii & iv
• i & ii
Question No. 10 http://vuzs.net
Every graph can be converted into a tree
• True
• False
Question No. 11 http://vuzs.net
Which one of the problem is more subtle and consequently is more frustrating?
• Foothill
• Plateau
• Ridge
• Box
Question # 1 of 10 ( Start time: 03:36:57 PM ) Total M a r k s: 1
In GA, the random process is repeated until an individual with required _________ level is found.
Select correct option:
Higher
Lower
Fitness (11)
Logical
Question # 2 of 10 ( Start time: 03:37:52 PM ) Total M a r k s: 1
Mutation can be as simple as just flipping a bit at random or any number of bits
Select correct option:
True (4)
False
Question # 3 of 10 ( Start time: 03:38:43 PM ) Total M a r k s: 1
Genetic algorithm uses evolutionary techniques, based on function optimization and artificial intelligence, to develop a solution.
Select correct option:
True
False
Question # 4 of 10 ( Start time: 03:38:55 PM ) vuzs Total M a r k s: 1
We can get optimal solution given some parameters using Genetic Algorithm.
Select correct option:
True
False
Question # 5 of 10 ( Start time: 03:39:19 PM ) Total M a r k s: 1
___________ reasoning is based on forming, or inducing a ‘generalization’ from a limited set of observations.
Select correct option:
Deductive
Abductive
Analogical
Inductive
Question # 6 of 10 ( Start time: 03:39:34 PM ) Total M a r k s: 1
A proposition is the statement of a ________.
Select correct option:
Equation
Action
Theorem
Fact
Question # 7 of 10 ( Start time: 03:40:02 PM ) Total M a r k s: 1
An AI system has a ____________ component that allows the system to get information from its environment.
Select correct option:
Planning
Perception
Learning
Execution
www.vuzs.net
Question # 8 of 10 ( Start time: 03:40:24 PM ) Total M a r k s: 1
A function by which we can tell which board position is nearer to our goal is called
Select correct option:
Alternative function
Recursive function
Best function
Fitness function
Question # 9 of 10 ( Start time: 03:40:53 PM ) Total M a r k s: 1
Semantic networks are graphs, with nodes representing ____________ and arcs representing ____________ between objects.
Select correct option:
distance, relationships
objects, distance
relationships, distance
objects, relationships
Question # 10 of 10 ( Start time: 03:41:31 PM ) Total M a r k s: 1
In the worst case of semantic network, we may need to traverse the entire network and then discover that the requested info ________.
Select correct option:
Does not exist
Exists
Is incorrect
Is correct
Question # 1 of 10 ( Start time: 03:43:03 PM ) Total M a r k s: 1
A statement in conjunctive normal form (CNF) consists of __________
Select correct option:
ANDs of Ors.
ANDs
Ors
Ors of ANDs
Question # 2 of 10 ( Start time: 03:43:12 PM ) Total M a r k s: 1
Semantic networks are graphs, with nodes representing ____________ and arcs representing ____________ between objects.
Select correct option:
distance, relationships
objects, distance
relationships, distance
objects, relationships
Question # 3 of 10 ( Start time: 03:43:24 PM ) Total M a r k s: 1
We can get optimal solution given some parameters using Genetic Algorithm.
Select correct option:
True
False
Quiz Start Time: 03:43 PM
Time Left 89
sec(s)
Question # 4 of 10 ( Start time: 03:43:33 PM ) Total M a r k s: 1
An AI system must form a meaningful and useful _____________ of the internal information.
Select correct option:
Representation
Execution
Learning
Planning
Question # 5 of 10 ( Start time: 03:44:39 PM ) Total M a r k s: 1
An AI system has a ____________ component that allows the system to get information from its environment.
Select correct option:
Planning
Perception
Learning
Execution
solved by Eagle Eye
Quiz Start Time: 03:43 PM
Time Left 89
sec(s)
Question # 6 of 10 ( Start time: 03:44:59 PM ) Total M a r k s: 1
In GA, the random process is repeated until an individual with required _________ level is found.
Select correct option:
Higher
Lower
Fitness
Logical
Question # 7 of 10 ( Start time: 03:45:21 PM ) Total M a r k s: 1
Mutation can be as simple as just flipping a bit at random or any number of bits
Select correct option:
True
False
Question # 8 of 10 ( Start time: 03:45:31 PM ) Total M a r k s: 1
___________ reasoning is based on forming, or inducing a ‘generalization’ from a limited set of observations.
Select correct option:
Deductive
Abductive
Analogical
Inductive
Question # 9 of 10 ( Start time: 03:45:48 PM ) Total M a r k s: 1
__________ is the process of deriving logical conclusions from given facts.
Select correct option:
Representation
Execution
Reasoning
Planning
Question # 10 of 10 ( Start time: 03:46:18 PM ) Total M a r k s: 1
A function by which we can tell which board position is nearer to our goal is called
Select correct option:
Alternative function
Recursive function
Best function
Fitness function
Question # 1 of 10 ( Start time: 03:48:18 PM ) Total M a r k s: 1
Semantic networks are graphs, with nodes representing ____________ and arcs representing ____________ between objects.
Select correct option:
distance, relationships
objects, distance
relationships, distance
objects, relationships
Question # 2 of 10 ( Start time: 03:48:27 PM ) Total M a r k s: 1
A function by which we can tell which board position is nearer to our goal is called
Select correct option:
Alternative function
Recursive function
Best function
Fitness function
Question # 3 of 10 ( Start time: 03:48:39 PM ) Total M a r k s: 1
An AI system has a ____________ component that allows the system to get information from its environment.
Select correct option:
Planning
Perception
Learning
Execution
Question # 4 of 10 ( Start time: 03:49:01 PM ) Total M a r k s: 1
__________ is the process of deriving logical conclusions from given facts.
Select correct option:
Representation
Execution
Reasoning
Planning
Question # 5 of 10 ( Start time: 03:49:20 PM ) Total M a r k s: 1
A proposition is the statement of a ________.
Select correct option:
Equation
Action
Theorem
Fact
Question # 6 of 10 ( Start time: 03:49:42 PM ) Total M a r k s: 1
___________ reasoning is based on forming, or inducing a ‘generalization’ from a limited set of observations.
Select correct option:
Deductive
Abductive
Analogical
Inductive
Question # 7 of 10 ( Start time: 03:49:58 PM ) Total M a r k s: 1
An AI system must form a meaningful and useful _____________ of the internal information.
Select correct option:
Representation
Execution
Learning
Planning
Question # 8 of 10 ( Start time: 03:50:23 PM ) Total M a r k s: 1
A statement in conjunctive normal form (CNF) consists of __________
Select correct option:
ANDs of Ors.
ANDs
Ors
Ors of ANDs
Question # 9 of 10 ( Start time: 03:50:31 PM ) Total M a r k s: 1
In the worst case of semantic network, we may need to traverse the entire network and then discover that the requested info ________.
Select correct option:
Does not exist
Exists
Is incorrect
Is correct
Question # 10 of 10 ( Start time: 03:50:49 PM ) Total M a r k s: 1
We can get optimal solution given some parameters using Genetic Algorithm.
Select correct option:
True
False
Question # 1 of 10 ( Start time: 03:52:36 PM ) Total M a r k s: 1
___________ reasoning is based on forming, or inducing a ‘generalization’ from a limited set of observations.
Select correct option:
Deductive
Abductive
Analogical
Inductive
Question # 2 of 10 ( Start time: 03:52:44 PM ) Total M a r k s: 1
A function by which we can tell which board position is nearer to our goal is called
Select correct option:
Alternative function
Recursive function
Best function
Fitness function
Question # 3 of 10 ( Start time: 03:52:52 PM ) Total M a r k s: 1
Semantic networks are graphs, with nodes representing ____________ and arcs representing ____________ between objects.
Select correct option:
distance, relationships
objects, distance
relationships, distance
objects, relationships
Question # 4 of 10 ( Start time: 03:52:59 PM ) Total M a r k s: 1
What is the correct order for solving a problem using GA I. Choose the best individuals from the population for crossover II. Choose initial population III. Evaluate the fitness of each individual
Select correct option:
I,II,III
I,III,II
II,I,III
II,III,I
Question # 5 of 10 ( Start time: 03:53:36 PM ) Total M a r k s: 1
An AI system must form a meaningful and useful _____________ of the internal information.
Select correct option:
Representation
Execution
Learning
Planning
Question # 6 of 10 ( Start time: 03:53:55 PM ) Total M a r k s: 1
Mutation can be as simple as just flipping a bit at random or any number of bits
Select correct option:
True
False
Question # 7 of 10 ( Start time: 03:54:03 PM ) Total M a r k s: 1
__________ is the process of deriving logical conclusions from given facts.
Select correct option:
Representation
Execution
Reasoning
Planning
Question # 8 of 10 ( Start time: 03:54:20 PM ) Total M a r k s: 1
Genetic algorithm uses evolutionary techniques, based on function optimization and artificial intelligence, to develop a solution.
Select correct option:
True
False
Question # 9 of 10 ( Start time: 03:54:28 PM ) Total M a r k s: 1
We can get optimal solution given some parameters using Genetic Algorithm.
Select correct option:
True
False
Question # 10 of 10 ( Start time: 03:54:35 PM ) Total M a r k s: 1
A statement in conjunctive normal form (CNF) consists of __________
Select correct option:
ANDs of Ors.
ANDs
Ors
Ors of ANDs
Question # 1 of 10 ( Start time: 03:55:25 PM ) Total M a r k s: 1
An AI system has a ____________ component that allows the system to get information from its environment.
Select correct option:
Planning
Perception
Learning
Execution
Question # 2 of 10 ( Start time: 03:55:48 PM ) Total M a r k s: 1
We can get optimal solution given some parameters using Genetic Algorithm.
Select correct option:
True
False
Quiz Start Time: 03:55 PM
Time Left 89
sec(s)
Question # 3 of 10 ( Start time: 03:55:57 PM ) Total M a r k s: 1
A function by which we can tell which board position is nearer to our goal is called
Select correct option:
Alternative function
Recursive function
Best function
Fitness function
Question # 4 of 10 ( Start time: 03:56:07 PM ) Total M a r k s: 1
In the worst case of semantic network, we may need to traverse the entire network and then discover that the requested info ________.
Select correct option:
Does not exist
Exists
Is incorrect
Is correct
Question # 5 of 10 ( Start time: 03:56:24 PM ) Total M a r k s: 1
A statement in conjunctive normal form (CNF) consists of __________
Select correct option:
ANDs of Ors.
ANDs
Ors
Ors of ANDs
Question # 6 of 10 ( Start time: 03:56:33 PM ) Total M a r k s: 1
Semantic networks are graphs, with nodes representing ____________ and arcs representing ____________ between objects.
Select correct option:
distance, relationships
objects, distance
relationships, distance
objects, relationships
Question # 7 of 10 ( Start time: 03:56:45 PM ) Total M a r k s: 1
__________ is the process of deriving logical conclusions from given facts.
Select correct option:
Representation
Execution
Reasoning
Planning
Question # 8 of 10 ( Start time: 03:57:08 PM ) Total M a r k s: 1
Mutation can be as simple as just flipping a bit at random or any number of bits
Select correct option:
True
False
Question # 9 of 10 ( Start time: 03:57:16 PM ) Total M a r k s: 1
___________ reasoning is based on forming, or inducing a ‘generalization’ from a limited set of observations.
Select correct option:
Deductive
Abductive
Analogical
Inductive
Question # 10 of 10 ( Start time: 03:57:27 PM ) Total M a r k s: 1
An AI system must form a meaningful and useful _____________ of the internal information.
Select correct option:
Representation
Execution
Learning
Planning
CS607 02-05-2011 quizzes…..
Question # 1 of 10 ( Start time: 03:36:57 PM ) Total M a r k s: 1
In GA, the random process is repeated until an individual with required _________ level is found.
Select correct option:
Higher
Lower
Fitness (11)
Logical
Question # 2 of 10 ( Start time: 03:37:52 PM ) Total M a r k s: 1
Mutation can be as simple as just flipping a bit at random or any number of bits
Select correct option:
True (4)
False
Question # 3 of 10 ( Start time: 03:38:43 PM ) Total M a r k s: 1
Genetic algorithm uses evolutionary techniques, based on function optimization and artificial intelligence, to develop a solution.
Select correct option:
True
False
Question # 4 of 10 ( Start time: 03:38:55 PM ) Total M a r k s: 1
We can get optimal solution given some parameters using Genetic Algorithm.
Select correct option:
True
False
Question # 5 of 10 ( Start time: 03:39:19 PM ) Total M a r k s: 1
___________ reasoning is based on forming, or inducing a ‘generalization’ from a limited set of observations.
Select correct option:
Deductive
Abductive
Analogical
Inductive
Question # 6 of 10 ( Start time: 03:39:34 PM ) Total M a r k s: 1
A proposition is the statement of a ________.
Select correct option:
Equation
Action
Theorem
Fact
Question # 7 of 10 ( Start time: 03:40:02 PM ) Total M a r k s: 1
An AI system has a ____________ component that allows the system to get information from its environment.
Select correct option:
Planning
Perception
Learning
Execution
Question # 8 of 10 ( Start time: 03:40:24 PM ) vuzs Total M a r k s: 1
A function by which we can tell which board position is nearer to our goal is called
Select correct option:
Alternative function
Recursive function
Best function
Fitness function
Question # 9 of 10 ( Start time: 03:40:53 PM ) Total M a r k s: 1
Semantic networks are graphs, with nodes representing ____________ and arcs representing ____________ between objects.
Select correct option:
distance, relationships
objects, distance
relationships, distance
objects, relationships
Question # 10 of 10 ( Start time: 03:41:31 PM ) Total M a r k s: 1
In the worst case of semantic network, we may need to traverse the entire network and then discover that the requested info ________.
Select correct option:
Does not exist
Exists
Is incorrect
Is correct
Question # 1 of 10 ( Start time: 03:43:03 PM ) Total M a r k s: 1
A statement in conjunctive normal form (CNF) consists of __________
Select correct option:
ANDs of Ors.
ANDs
Ors
Ors of ANDs
www.vuzs.net
Question # 2 of 10 ( Start time: 03:43:12 PM ) Total M a r k s: 1
Semantic networks are graphs, with nodes representing ____________ and arcs representing ____________ between objects.
Select correct option:
distance, relationships
objects, distance
relationships, distance
objects, relationships
Question # 3 of 10 ( Start time: 03:43:24 PM ) Total M a r k s: 1
We can get optimal solution given some parameters using Genetic Algorithm.
Select correct option:
True
False
Quiz Start Time: 03:43 PM
Time Left 89
sec(s)
Question # 4 of 10 ( Start time: 03:43:33 PM ) Total M a r k s: 1
An AI system must form a meaningful and useful _____________ of the internal information.
Select correct option:
Representation
Execution
Learning
Planning
Question # 5 of 10 ( Start time: 03:44:39 PM ) Total M a r k s: 1
An AI system has a ____________ component that allows the system to get information from its environment.
Select correct option:
Planning
Perception
Learning
Execution
Quiz Start Time: 03:43 PM
Time Left 89
sec(s)
Question # 6 of 10 ( Start time: 03:44:59 PM ) Total M a r k s: 1
In GA, the random process is repeated until an individual with required _________ level is found.
Select correct option:
Higher
Lower
Fitness
Logical
Question # 7 of 10 ( Start time: 03:45:21 PM ) Total M a r k s: 1
Mutation can be as simple as just flipping a bit at random or any number of bits
Select correct option:
True
False
Question # 8 of 10 ( Start time: 03:45:31 PM ) Total M a r k s: 1
___________ reasoning is based on forming, or inducing a ‘generalization’ from a limited set of observations.
Select correct option:
Deductive
Abductive
Analogical
Inductive
Question # 9 of 10 ( Start time: 03:45:48 PM ) Total M a r k s: 1
__________ is the process of deriving logical conclusions from given facts.
Select correct option:
Representation
Execution
Reasoning
Planning
Question # 10 of 10 ( Start time: 03:46:18 PM ) Total M a r k s: 1
A function by which we can tell which board position is nearer to our goal is called
Select correct option:
Alternative function
Recursive function
Best function
Fitness function
Question # 1 of 10 ( Start time: 03:48:18 PM ) Total M a r k s: 1
Semantic networks are graphs, with nodes representing ____________ and arcs representing ____________ between objects.
Select correct option:
distance, relationships
objects, distance
relationships, distance
objects, relationships
Question # 2 of 10 ( Start time: 03:48:27 PM ) Total M a r k s: 1
A function by which we can tell which board position is nearer to our goal is called
Select correct option:
Alternative function
Recursive function
Best function
Fitness function
Question # 3 of 10 ( Start time: 03:48:39 PM ) Total M a r k s: 1
An AI system has a ____________ component that allows the system to get information from its environment.
Select correct option:
Planning
Perception
Learning
Execution
Question # 4 of 10 ( Start time: 03:49:01 PM ) Total M a r k s: 1
__________ is the process of deriving logical conclusions from given facts.
Select correct option:
Representation
Execution
Reasoning
Planning
Question # 5 of 10 ( Start time: 03:49:20 PM ) Total M a r k s: 1
A proposition is the statement of a ________.
Select correct option:
Equation
Action
Theorem
Fact
Question # 6 of 10 ( Start time: 03:49:42 PM ) Total M a r k s: 1
___________ reasoning is based on forming, or inducing a ‘generalization’ from a limited set of observations.
Select correct option:
Deductive
Abductive
Analogical
Inductive
Question # 7 of 10 ( Start time: 03:49:58 PM ) Total M a r k s: 1
An AI system must form a meaningful and useful _____________ of the internal information.
Select correct option:
Representation
Execution
Learning
Planning
Question # 8 of 10 ( Start time: 03:50:23 PM ) Total M a r k s: 1
A statement in conjunctive normal form (CNF) consists of __________
Select correct option:
ANDs of Ors.
ANDs
Ors
Ors of ANDs
Question # 9 of 10 ( Start time: 03:50:31 PM ) Total M a r k s: 1
In the worst case of semantic network, we may need to traverse the entire network and then discover that the requested info ________.
Select correct option:
Does not exist
Exists
Is incorrect
Is correct
Question # 10 of 10 ( Start time: 03:50:49 PM ) Total M a r k s: 1
We can get optimal solution given some parameters using Genetic Algorithm.
Select correct option:
True
False
Question # 1 of 10 ( Start time: 03:52:36 PM ) Total M a r k s: 1
___________ reasoning is based on forming, or inducing a ‘generalization’ from a limited set of observations.
Select correct option:
Deductive
Abductive
Analogical
Inductive
Question # 2 of 10 ( Start time: 03:52:44 PM ) Total M a r k s: 1
A function by which we can tell which board position is nearer to our goal is called
Select correct option:
Alternative function
Recursive function
Best function
Fitness function
Question # 3 of 10 ( Start time: 03:52:52 PM ) Total M a r k s: 1
Semantic networks are graphs, with nodes representing ____________ and arcs representing ____________ between objects.
Select correct option:
distance, relationships
objects, distance
relationships, distance
objects, relationships
Question # 4 of 10 ( Start time: 03:52:59 PM ) Total M a r k s: 1
What is the correct order for solving a problem using GA I. Choose the best individuals from the population for crossover II. Choose initial population III. Evaluate the fitness of each individual
Select correct option:
I,II,III
I,III,II
II,I,III
II,III,I
Question # 5 of 10 ( Start time: 03:53:36 PM ) Total M a r k s: 1
An AI system must form a meaningful and useful _____________ of the internal information.
Select correct option:
Representation
Execution
Learning
Planning
Question # 6 of 10 ( Start time: 03:53:55 PM ) Total M a r k s: 1
Mutation can be as simple as just flipping a bit at random or any number of bits
Select correct option:
True
False
Question # 7 of 10 ( Start time: 03:54:03 PM ) Total M a r k s: 1
__________ is the process of deriving logical conclusions from given facts.
Select correct option:
Representation
Execution
Reasoning
Planning
Question # 8 of 10 ( Start time: 03:54:20 PM ) Total M a r k s: 1
Genetic algorithm uses evolutionary techniques, based on function optimization and artificial intelligence, to develop a solution.
Select correct option:
True
False
Question # 9 of 10 ( Start time: 03:54:28 PM ) Total M a r k s: 1
We can get optimal solution given some parameters using Genetic Algorithm.
Select correct option:
True
False
Question # 10 of 10 ( Start time: 03:54:35 PM ) Total M a r k s: 1
A statement in conjunctive normal form (CNF) consists of __________
Select correct option:
ANDs of Ors.
ANDs
Ors
Ors of ANDs
Question # 1 of 10 ( Start time: 03:55:25 PM ) Total M a r k s: 1
An AI system has a ____________ component that allows the system to get information from its environment.
Select correct option:
Planning
Perception
Learning
Execution
Question # 2 of 10 ( Start time: 03:55:48 PM ) Total M a r k s: 1
We can get optimal solution given some parameters using Genetic Algorithm.
Select correct option:
True
False
www.vuzs.net
Quiz Start Time: 03:55 PM
Time Left 89
sec(s)
Question # 3 of 10 ( Start time: 03:55:57 PM ) Total M a r k s: 1
A function by which we can tell which board position is nearer to our goal is called
Select correct option:
Alternative function
Recursive function
Best function
Fitness function
Question # 4 of 10 ( Start time: 03:56:07 PM ) Total M a r k s: 1
In the worst case of semantic network, we may need to traverse the entire network and then discover that the requested info ________.
Select correct option:
Does not exist
Exists
Is incorrect
Is correct
Question # 5 of 10 ( Start time: 03:56:24 PM ) Total M a r k s: 1
A statement in conjunctive normal form (CNF) consists of __________
Select correct option:
ANDs of Ors.
ANDs
Ors
Ors of ANDs
Question # 6 of 10 ( Start time: 03:56:33 PM ) Total M a r k s: 1
Semantic networks are graphs, with nodes representing ____________ and arcs representing ____________ between objects.
Select correct option:
distance, relationships
objects, distance
relationships, distance
objects, relationships
Question # 7 of 10 ( Start time: 03:56:45 PM ) Total M a r k s: 1
__________ is the process of deriving logical conclusions from given facts.
Select correct option:
Representation
Execution
Reasoning
Planning
Question # 8 of 10 ( Start time: 03:57:08 PM ) Total M a r k s: 1
Mutation can be as simple as just flipping a bit at random or any number of bits
Select correct option:
True
False
Question # 9 of 10 ( Start time: 03:57:16 PM ) Total M a r k s: 1
___________ reasoning is based on forming, or inducing a ‘generalization’ from a limited set of observations.
Select correct option:
Deductive
Abductive
Analogical
Inductive
Question # 10 of 10 ( Start time: 03:57:27 PM ) Total M a r k s: 1
An AI system must form a meaningful and useful _____________ of the internal information.
Select correct option:
Representation
Execution
Learning
Planning
Question # 1 of 10
Mamdani's method was among the first _____________ built using fuzzy set theory.
Select correct option:
- Control Systems
- Expert Systems
- Decision analysis Systems
- None of the given
Question # 2 of 10
Outputs of learning are determined by the ___________
Select correct option:
- Application
- Validation
- Training
- None of the given
Quiz Start Time: 06:05 PM Time Left 75
sec(s)
aArtificial Neural Networks is a new learning paradigm which takes its roots from _________ inspired approach to learning.
Select correct option:
- Chemistry
- Physics
- Biology
- Mathematics
Quiz Start Time: 06:05 PM Time Left 82
sec(s)
Question # 4 of 10 ( Start time: 06:08:36 PM ) Total M a r k s: 1
Fuzzy inference systems (FIS) have multidisciplinary nature.
Select correct option:
- True
- False
Quiz Start Time: 06:05 PM Time Left 67
sec(s)
Question # 5 of 10 ( Start time: 06:08:56 PM ) Total M a r k s: 1
In ANNs, MSE is known as
Select correct option:
- Most Squared Error
- Mean Squared Error
- Medium Squared Error
- None of the given
Quiz Start Time: 06:05 PM Time Left 50
sec(s)
Question # 6 of 10 ( Start time: 06:09:39 PM ) Total M a r k s: 1
__________ is the process by which the fuzzy sets that represent the outputs of each rule are combined into a single fuzzy set.
Select correct option:
- Aggregation
- Fuzzification
- Implication
- None of the given
Quiz Start Time: 06:05 PM Time Left 28
sec(s)
Question # 7 of 10 ( Start time: 06:13:04 PM ) vuzs Total M a r k s: 1
Inductive learning is based on the knowledge that if something happens a lot it is likely to be generally _________
Select correct option:
- True
- False
- Ambiguous
- None of the given
Quiz Start Time: 06:05 PM Time Left 65
sec(s)
Question # 8 of 10 ( Start time: 09:09:34 PM ) Total M a r k s: 1
The input of the aggregation process is the list of truncated output functions returned by the _________ process for each rule.
Select correct option:
- Truncation
- Implication
- Aggregation
- None of the given
Quiz Start Time: 06:05 PM Time Left 59
sec(s)
Question # 9 of 10 ( Start time: 09:10:13 PM ) Total M a r k s: 1
Aggregation only occurs once for each output variable, just after the fifth and final step, defuzzification.
Select correct option:
- True
- False
Quiz Start Time: 06:05 PM Time Left 65
sec(s)
Question # 10 of 10 ( Start time: 09:10:53 PM ) Total M a r k s: 1
Decision trees give us disjunctions of conjunctions, that is, they have the form: (A AND B) _______ (C AND D).
Select correct option:
- OR
- AND
- XOR
- None of the given