Midterm_mixed_scenario Flashcards

(20 cards)

1
Q

An agent retrieves the most similar past case and modifies its solution. This describes case-based reasoning.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

An agent selects operators that reduce the difference between its current state and a goal state. This describes generate-and-test.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A system proves a conclusion by assuming its negation and deriving a contradiction. This describes proof by refutation.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

An agent groups many percept combinations into a smaller set of categories before acting. This reflects classification.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A reasoning system applies IF-THEN rules based on pattern matching in working memory. This describes a production system.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A learning system updates its concept definition each time a new labeled example arrives. This describes incremental concept learning.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A system defines ‘bird’ strictly as ‘has wings AND lays eggs AND flies’ with no exceptions. This is a prototype concept.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

An agent searches randomly through all possible actions without heuristics. This reflects means-ends analysis.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A knowledge representation that uses nodes and labeled links to represent relationships is a semantic network.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A system that stores defaults like ‘chairs typically have four legs’ is using frames.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

An AI system guarantees that every valid conclusion can be proven within its logic. This describes completeness.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

An agent that improves speed by compiling repeated reasoning steps into a new rule is using chunking.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A classifier that relies solely on necessary and sufficient conditions is using exemplar concepts.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A reasoning system that trades optimality for speed by using heuristics reflects heuristic search.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

An agent that decomposes a complex problem into subgoals is using problem reduction.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A system mapping percepts directly to actions without intermediate concepts is demonstrating equivalence class reasoning.

17
Q

An agent that evaluates candidate answers to Raven’s matrices by testing them against inferred patterns is using generate-and-test.

18
Q

A learning system that relies on a typical example and allows overridable properties is using prototype concepts.

19
Q

A system that uses similarity in a numeric feature space to classify new inputs is using k-nearest neighbors.

20
Q

A reasoning approach that emphasizes soundness and completeness is formal logical reasoning.