Deck 3: Decision Trees, Machine Learning, and Heuristic Search in Artificial Intelligence

Full screen (f)
exit full mode
Question
A _________ is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility.

A)decision tree
B)graphs
C)trees
D)neural networks
Use Space or
up arrow
down arrow
to flip the card.
Question
Decision Tree is

A)flow-chart
B)structure in which internal node represents test on an attribute, each branch represents outcome of test and each leaf node represents class label
C)both a) & b)
D)none of the mentioned
Question
How many types of learning are available in machine learning?

A)1
B)2
C)3
D)4
Question
Choose from the following that are Decision Tree nodes

A)decision nodes
B)weighted nodes
C)chance nodes
D)end nodes
Question
Decision Nodes are represented by,

A)disks
B)squares
C)circles
D)triangles
Question
Chance Nodes are represented by,

A)disks
B)squares
C)circles
D)triangles
Question
End Nodes are represented by,

A)disks
B)squares
C)circles
D)triangles
Question
How the decision tree reaches its decision?

A)single test
B)two test
C)sequence of test
D)no test
Question
What is the other name of informed search strategy?

A)simple search
B)heuristic search
C)online search
D)none of the mentioned
Question
How many types of informed search method are in artificial intelligence?

A)1
B)2
C)3
D)4
Question
Which function will select the lowest expansion node atfirst for evaluation?

A)greedy best-first search
B)best-first search
C)both a & b
D)none of the mentioned
Question
What is the heuristic function of greedy best-first search?

A)f(n) != h(n)
B)f(n) < h(n)
C)f(n) = h(n)
D)f(n) > h(n)
Question
Which search uses only the linear space for searching?

A)best-first search
B)recursive best-first search
C)depth-first search
D)none of the mentioned
Question
Which method is used to search better by learning?

A)best-first search
B)depth-first search
C)metalevel state space
D)none of the mentioned
Question
Which search is complete and optimal when h(n) is consistent?

A)best-first search
B)depth-first search
C)both a & b
D)a* search
Question
Which is used to improve the performance of heuristic search?

A)quality of nodes
B)quality of heuristic function
C)simple form of nodes
D)none of the mentioned
Question
Which search method will expand the node that is closest to the goal?

A)best-first search
B)greedy best-first search
C)a* search
D)none of the mentioned
Question
Which data structure is used to give better heuristic estimates?

A)forwards state-space
B)backward state-space
C)planning graph algorithm
D)none of the mentioned
Question
Which is used to extract solution directly from the planning graph?

A)planning algorithm
B)graph plan
C)hill-climbing search
D)all of the mentioned
Question
What are present in the planning graph?

A)sequence of levels
B)literals
C)variables
D)heuristic estimates
Question
What is the starting level of planning graph?

A)level 3
B)level 2
C)level 1
D)level 0
Question
What are present in each level of planning graph?

A)literals
B)actions
C)variables
D)both a & b
Question
Which kind of problem is suitable for planning graph?

A)propositional planning problem
B)planning problem
C)action problem
D)none of the mentioned
Question
What is meant by persistence actions?

A)allow a literal to remain false
B)allow a literal to remain true
C)both a & b
D)none of the mentioned
Question
When will further expansion is unnecessary for planning graph?

A)identical
B)replicate
C)not identical
D)none of the mentioned
Question
How many conditions are available between two actions in mutex relation?

A)1
B)2
C)3
D)4
Question
What is called inconsistent support?

A)if two literals are not negation of other
B)if two literals are negation of other
C)mutually exclusive
D)none of the mentioned
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/27
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 3: Decision Trees, Machine Learning, and Heuristic Search in Artificial Intelligence
1
A _________ is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility.

A)decision tree
B)graphs
C)trees
D)neural networks
decision tree
2
Decision Tree is

A)flow-chart
B)structure in which internal node represents test on an attribute, each branch represents outcome of test and each leaf node represents class label
C)both a) & b)
D)none of the mentioned
both a) & b)
3
How many types of learning are available in machine learning?

A)1
B)2
C)3
D)4
3
4
Choose from the following that are Decision Tree nodes

A)decision nodes
B)weighted nodes
C)chance nodes
D)end nodes
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
5
Decision Nodes are represented by,

A)disks
B)squares
C)circles
D)triangles
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
6
Chance Nodes are represented by,

A)disks
B)squares
C)circles
D)triangles
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
7
End Nodes are represented by,

A)disks
B)squares
C)circles
D)triangles
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
8
How the decision tree reaches its decision?

A)single test
B)two test
C)sequence of test
D)no test
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
9
What is the other name of informed search strategy?

A)simple search
B)heuristic search
C)online search
D)none of the mentioned
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
10
How many types of informed search method are in artificial intelligence?

A)1
B)2
C)3
D)4
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
11
Which function will select the lowest expansion node atfirst for evaluation?

A)greedy best-first search
B)best-first search
C)both a & b
D)none of the mentioned
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
12
What is the heuristic function of greedy best-first search?

A)f(n) != h(n)
B)f(n) < h(n)
C)f(n) = h(n)
D)f(n) > h(n)
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
13
Which search uses only the linear space for searching?

A)best-first search
B)recursive best-first search
C)depth-first search
D)none of the mentioned
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
14
Which method is used to search better by learning?

A)best-first search
B)depth-first search
C)metalevel state space
D)none of the mentioned
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
15
Which search is complete and optimal when h(n) is consistent?

A)best-first search
B)depth-first search
C)both a & b
D)a* search
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
16
Which is used to improve the performance of heuristic search?

A)quality of nodes
B)quality of heuristic function
C)simple form of nodes
D)none of the mentioned
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
17
Which search method will expand the node that is closest to the goal?

A)best-first search
B)greedy best-first search
C)a* search
D)none of the mentioned
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
18
Which data structure is used to give better heuristic estimates?

A)forwards state-space
B)backward state-space
C)planning graph algorithm
D)none of the mentioned
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
19
Which is used to extract solution directly from the planning graph?

A)planning algorithm
B)graph plan
C)hill-climbing search
D)all of the mentioned
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
20
What are present in the planning graph?

A)sequence of levels
B)literals
C)variables
D)heuristic estimates
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
21
What is the starting level of planning graph?

A)level 3
B)level 2
C)level 1
D)level 0
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
22
What are present in each level of planning graph?

A)literals
B)actions
C)variables
D)both a & b
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
23
Which kind of problem is suitable for planning graph?

A)propositional planning problem
B)planning problem
C)action problem
D)none of the mentioned
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
24
What is meant by persistence actions?

A)allow a literal to remain false
B)allow a literal to remain true
C)both a & b
D)none of the mentioned
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
25
When will further expansion is unnecessary for planning graph?

A)identical
B)replicate
C)not identical
D)none of the mentioned
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
26
How many conditions are available between two actions in mutex relation?

A)1
B)2
C)3
D)4
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
27
What is called inconsistent support?

A)if two literals are not negation of other
B)if two literals are negation of other
C)mutually exclusive
D)none of the mentioned
Unlock Deck
Unlock for access to all 27 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 27 flashcards in this deck.