CS607-Midterm
1 / 50
We use graph to represent problems and their solution spaces.
2 / 50
----------------- is based on forming, or inducing a „generalization‟ from a limited set of observations
3 / 50
A statement in conjunctive normal form (CNF) consists of __________
4 / 50
In Adversarial search the goals of the adversaries are usually ___________ to each other
5 / 50
Try to catch out own thoughts as they go by is
6 / 50
Breadth-First Search checks all paths of a given length before moving on to any longer paths.
7 / 50
Hit and trial is classical approach to solve the ________ problem easily
8 / 50
Which Cycle does the following figure show?
9 / 50
Ability to tackle ambiguous and fuzzy problems demonstrate
10 / 50
Can we precisely define Artificial Intelligence?
11 / 50
A proposition is the statement of a ________.
12 / 50
The paths found by best-first search are likely to be __________ than those found with other methods.
13 / 50
In Basic Genetic Algorithm the term mutation refers to a small random ________.
14 / 50
___________ reasoning is based on forming, or inducing a „generalization‟ from a limited set of observations.
15 / 50
The traveling inside a solution space requires something called as ___________
16 / 50
Hill Climbing is basically a ------------- with a measure of quality that is assigned to each node in the tree.
17 / 50
Best first search is a greedy approach.
18 / 50
Breadth-first search is a good idea when you are confident that the branching factor is _________
19 / 50
Semantic networks are graphs, with nodes representing ____________ and arcs representing ____________ between objects.
20 / 50
Procedures that search the solution space in an uninformed manner are usually costly with respect to _____.
21 / 50
The traveling inside solution space requires something called
22 / 50
We can get optimal solution given some parameters using Genetic Algorithm.
23 / 50
IF A THEN B This can be considered to have a similar logical meaning as the following:
24 / 50
Another expert system named __________ was developed by Digital Equipment Corporation, as a computer configuration assistant.
25 / 50
An AI system must form a meaningful and useful _____________ of the internal information.
26 / 50
Conventional programming focuses on _______, while ES programming focuses on ________
27 / 50
Most of the solution spaces for problems can be represented in a ________
28 / 50
Another expert system named___________was developed by Digital Equipment Corporation, as a computer configuration assistant.
29 / 50
Searching is a formal mechanism to explore
30 / 50
Which one of the following is involved in an ES development project:
31 / 50
Identify the correct step used to start design of an expert system.
32 / 50
“The branch of computer science that is concerned with the automation of intelligent behavior” this definition is from:
33 / 50
The degree of truth that we have been talking about is specifically driven out by a function called the ___________ function.
34 / 50
To infer new information from semantic networks, we can ask questions from nodes.
35 / 50
______ AI treats the brain as a black box and just emulates its functionality.
36 / 50
37 / 50
Which one of the problem is more subtle, and consequently, is more frustrating:
38 / 50
______ is the process of deriving logical conclusions from given facts.
39 / 50
Mutation can be as simple as just flipping a bit at random or any number of bits
40 / 50
Answering the Sequence Problem need
41 / 50
Which one is not the application area of expert system?
42 / 50
Some essential components of problem solving are Problem statement, _________, solution space and Operators
43 / 50
By getting grips on ___________ that deal with searching techniques in graphs and trees, problem solving can be performed in an efficient manner.
44 / 50
In adversarial search there may occur such a scenario where two opponents also called _____ are searching for goal.
45 / 50
In the statement “IF A THEN B”, B is called
46 / 50
Genetic algorithm uses evolutionary techniques, based on function optimization and artificial intelligence, to develop a solution.
47 / 50
Expert system can be expressed as:
48 / 50
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
49 / 50
IF temperature is below 0 THEN weather is cold The above rule is used to represent _______
50 / 50
In Breadth First Search the node with the largest value of height will be at the _________ priority to be picked.
Your score is
The average score is 52%
Restart quiz