Problem Solving Flashcards

1
Q

Analogy

A

Is the process by which a problem solver extracts the operators used to solve an example and maps them onto 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. Avoiding backtracking when coming across a problem

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

Difference reduction

A

The tendency 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

Functional fixedness

A

A phenomenon where people focus on an object’s primary function and therefore overlook novel functions for problem solving

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

Incubation effect

A

The tendency to be able to solve problems faster after a break from it. Happens because you forget inappropriate methods used before the break

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

Means-end analysis

A

an end goal is identified, but subgoals (smaller steps towards the end goal) are taken in order to make it easier

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

Set effect

A

When prior knowledge relevant to the task at hand is strengthened and affects your performance in problem solving

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

Insight problem

A

A type of problem that can be hard to track the progress of, so you don’t know how close you are to the solution. For example a riddle

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

Non-insight problem

A

A type of problem, where it is easy to see the progress made throughout solving the problem. For example the Tower of Hanoi

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

Operator

A

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
11
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
12
Q

Subgoals

A

Intermediate goals set in service of achieving a larger goal.

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

General problem solver (GPS)

A

A computer simulation program created by Newell and Simon that models human problem solving using means–ends analysis.

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

Problem space

A

A representation of the various sequences of problem-solving operators that transform the various states of a problem from one state to another state.

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

Search

A

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
16
Q

Search tree

A

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.

17
Q

Einstellung effect

A

Mechanization of thought. Describes how we use a mindset, that has worked for us previously, to solve a problem, even though better solutions might exist

18
Q

State

A

Any situation in a problem space that can be transformed into another situation/state by operators.

19
Q

Which part of the brain, which is relatively larger in humans, is important for problem solving?

A

The prefrontal cortex