18CSC305J - Artificial Intelligence Unit 2
18CSC305J - Artificial Intelligence Unit 2
18CSC305J - Artificial Intelligence Unit 2
Unit 2
MCQ QUESTIONS
# Question Answer
Which search is implemented with an empty first-in-first-out
queue?
1 A. Depth-first search B
B. Breadth-first search
C. Bidirectional search
D. None of the mentioned
What is the other name of informed search strategy?
2 A. Simple search B
B. Heuristic search
C. Online search
D. None of the mentioned
A* algorithm is based on
A. Breadth-First-Search
3 D
B. Depth-First-Search
C. Uniform Cost Search
D. Best-First-Search
Strategies that know whether one non-goal state is “more
promising” than another are called
1
18CSC305J-Artificial Intelligence
2
18CSC305J-Artificial Intelligence
A. Hill-Climbing search
5 B
B. Local Beam search
C. Stochastic hill-climbing search
D. Random restart hill-climbing search
E. None of these
A common assumption about the players in a game is that
7 A. Depth-limited search B
B. Depth-first search
C. Breadth-first search
D. None of the mentioned
Though local search algorithms are not systematic, key
advantages would include
8 A. Less memory D
B. More time
C. Finds a solution in large infinite space
D. Less memory & Finds a solution in large infinite space
Uninformed search strategies are better than informed search
strategies.
3
18CSC305J-Artificial Intelligence
9 A
A. True
B. False
4
18CSC305J-Artificial Intelligence
13 A. Yes, Yes A
B. No, Yes
C. Yes, No
D. No, No
Best-First search is a type of informed search, which uses
to choose the best next node for expansion.
5
18CSC305J-Artificial Intelligence
6
18CSC305J-Artificial Intelligence
18 A. Space, Time A
B. Time, Space
C. Time, Time
D. Space, Space
Which of the following are the two key characteristics of the
Genetic Algorithm?
7
18CSC305J-Artificial Intelligence
8
18CSC305J-Artificial Intelligence
A. Local maxima
20 D
B. Ridges
C. Plateaux
D. All of these
E. None of these
How many successors are generated in backtracking search?
21 A. 1 A
B. 2
C. 3
D. 4
Which value is assigned to alpha and beta in the alpha-beta
pruning?
22 A. alpha = max D
B. alpha = min
C. beta = min
D. Both A and C
Which of the mentioned properties of heuristic search
differentiates it from other searches?
10
18CSC305J-Artificial Intelligence
26 A. Players. D
B. Payoffs
C. Probabilities
D. Strategies
Which of the following describes Nash equilibrium?
11
18CSC305J-Artificial Intelligence
for w = 1?
29 B
A. Uniform cost search
B. A* search
C. Greedy best-first search
12
18CSC305J-Artificial Intelligence
a) Competitive Environment
b) Cooperative Environment
31
c) Neither Competitive nor Cooperative Environment
d) Only Competitive and Cooperative Environment
Answer : a
13
18CSC305J-Artificial Intelligence
Which of the following for the game can be defined by the initial state and
the legal moves for each side?
(A). Search Tree
(B). Forest
35 (C). State Space Search D
(D). Game Tree
(E). Goal State
14
18CSC305J-Artificial Intelligence
Y1 Y2
X1 4 2
X2 0 10
6.A professional athlete , Biff Rhino , and his agent , Jim Fence , are
renegotiating Biff’s contract with the general manager of the Texas Buffaloes ,
Harry Sligo . The various outcomes of this game situation is organized into a
payoff table as shown below.
The athlete and agent want to maximize the athlete’s contract , and the general
manager hopes to minimize the athlete’s contract . Using maximin and minimax
strategies work out the optimal strategy for athlete as well as the general
manager . Does this game situation have a saddle point ? Substantiate your
answers with appropriate reasoning .
7.The Coloroid Camera Company (referred to as company I) is going to introduce
a new camera into its product line and hopes to capture as large an increase in
its market share as possible. In contrast, the Camco Camera Company
(referred to as company II) hopes to minimize Coloroid’s market share
increase. Coloroid and Camco dominate the camera market, and any gain in
market share for Coloroid will result in a subsequent identical loss in market
15
18CSC305J-Artificial Intelligence
share for Camco. The strategies for each company are based on their
promotional campaigns, packaging, and cosmetic differences between the
products. The payoff table, which includes the strategies and outcomes for
each company (I Coloroid and II Camco), is shown below. The values in the
table are the percentage increases or decreases in market share for company
I.
Apply Maximin decision criteria and Minimax criteria and check whether the two
strategies result in an equilibrium point . Identify dominant strategies and eliminate
them .
16