Vous êtes sur la page 1sur 12

Question: 91

When will the Hill-Climbing algorithm terminate?

(A) When stopping criterion met


(B) Optimal Min/Max is achieved
(C) No neighbour having higher value
(D) All of the above
Correct Option: C
Explanation: The Hill-Climbing algorithm terminates when no neighbour has higher
value.
Question: 92
Constraint satisfaction problems on finite domains are typically using a form of
(A) Search Algorithm
(B) Heuristic Search Algorithm
(C) Greedy Search Algorithm

(D) All of the above


Correct Option: D Explanation:
Constraint satisfaction problems on finite domains are typically using a form of
- Search Algorithm
- Heuristic Search
Algorithm
- Greedy Search Algorithm
Question: 93

Standard Planning algorithm assumes environment to be_


(A) Deterministic
(B) Fully Observable
(C) Single Agent
(D) Stochastic
Correct Option: A

Standard Planning algorithm assumes the environment to be


deterministic.
Question: 94
Which search method takes less memory?
(A) Depth-First Search
(B) Breadth-First search
(C) Optimal search

(D) Linear Search


Correct Option: A Explanation:
Depth-First Search takes less memory
since only the nodes on the current
path are stored, but in Breadth First
Search, all of the tree that has been
generated must be stored.
Question: 95
Agent can improve its performance by_
(A) Learning
(B) Observing
(C) Perceiving
(D) None of the mentioned
Correct Option: A

Explanation: An agent can improve by saving the previous states on which it was
earlier, hence in future it can learn to respond in the same situation better.
Question: 96
Semantic Network is_
(A) Way of representing knowledge
(B) Data Structure for representing knowledge
(C) Data Type for representing knowledge
(D) None of the mentioned
Correct Option: A
Explanation: Semantic network is a way of representing
knowledge.
Question: 97
Machine Translation in natural language processing
(A) Converts one human language to another
(B) Converts human language to machine language
(C) Converts any human language to English

(D) Converts Machine language to human language


Correct Option: A Explanation:
Machine Translation in natural language
processing converts one human language to
another.
Question: 98
An activation value in an artificial neural network_?

(A) weighted sum of inputs


(B) threshold value
(C) main input to neuron
(D) none of the mentioned
Correct Option: A

An activation value in an artificial neural network is a weighted sum of inputs.


Question: 99

A plan that describe how to take actions in levels of increasing refinement and specificity is

(A) Problem solving


(B) Planning
(C) Non-hierarchical plan
(D) Hierarchical plan
Correct Option: D
Explanation:
A plan that describes how to take actions in levels of increasing refinement and specificity
is a Hierarchical plan.
Question: 100
Commonly used algorithm on game tree for making decision of win/lose is_
(A) DFS/BFS Search Algorithm
(B) Heuristic Search Algorithms
(C) Greedy Search Algorithms
(D) MINIMAX Algorithms
Correct
Option: D
Explanation:
Commonly
used algorithm
on the game
tree for making

Vous aimerez peut-être aussi