Problem Solving Flashcards

1
Q

Analogy

A

In problem solving, the process by which a problem solver maps the solution ffor one problem into a solution for another problem.

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

Backup avoidance

A

The tendency in problem solving to avoid operators that undo the effects of one or more previous operators.

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

Difference reductions

A

Or hill climbing; the tendency in problem solving to select operators that most reduce the difference between the current state and the goal state.

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

Einstellung effect

A

Or mechanization of thought; a set effect whereby people repeat a solution that has worked for previous problems even when a simpler solution is possible.

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

Functional fixedness

A

The tendency to see objects as serving only conventional problem-solving functions and thus failing to see that they can serve novel functions.

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

General Problem Solver (GPS)

A

A computer simulation program created by Newell and Simon that models human probelm solving using mean-ends analysis.

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

Goal state

A

A state in a problem space in which the final goal is achieved.

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

Incubation effect

A

A phenomenon in which a solution to a problem comes more easily after one has put the problem aside for a time.

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

Insight problem

A

A problem in which the person is not aware of being close to a solution.

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

Means-ends analysis

A

In problem solving, the creation of new subgoals (ends) to enable operators (means) to apply in achieving the original goal.

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

Operator

A

In problem solving, an action that will transform one problem state into another problem state.

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

Problem space

A

Or state space; a representation of the various sequences of problem-solving operators that transform the various states of a problem from one state to anotehr state.

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

Search

A

In problem solving, the process of finding an appropriate path through a maze of states in a problem space by choosing a sequence of operators to move from the start state to the goal state.

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

Search tree

A

O search graph; in problem solving, a representation of the set of states in a problem space that can be reached by applying operators to transform one state into another state, beginning with the start state.

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

Set effect

A

Biasing of the approach to solving a problem as a result of past experiences in solving that kind of problem.

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

State

A

In problem solving, a representation of a problem in some degree of solution.

17
Q

Subgoals

A

A goal set in service of achieving a larger goal.