Problem Solving (ch 12) pt 1 Flashcards

1
Q

Problem Solving

A

Refers to active efforts to discover what must be done to achieve a goal that is not readily attainable. In problem solving situations, one must go around obstacles that are not immediately obvious to reach a goal.

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

Problems of Inducing Structure

A

The person must discover the relationships among the parts of the problem (ex: series-completion, analogies)

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

Problems of Arrangement

A

The person must arrange the parts in a way that satisfies some criterion (ex: string problem) → often has multiple solutions.

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

Problems of Transformation

A

The person must carry out a sequence of transformations in order to reach a specific goal (ex: hobbits & orcs).

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

Problem Solving Barriers

A

Irrelevant info, functional fixedness, mental set, and unnecessary constraints.

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

Irrelevant Information

A

Information is present in the problem, but isn’t necessary to the solution. You must make these determinations.

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

Functional Fixedness

A

The tendency to restrict the use of an item to only its most common use.

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

Mental Set

A

It’s a preconceived notion of how to approach a problem. When people persist in strategies that have worked in the past (rigid thinking).

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

Unnecessary Constraints

A

Effective problem solving requires specifying all the constraints governing a problem without assuming any constraints that don’t exist. “If it doesn’t say you can’t, do what you can.”

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

Trial & Error

A

the process of experimenting with various methods of doing something until one finds the most successful.

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

Algorithm

A

Algorithms can be designed for any type of problem, i.e. mathematical, logical, or any complex problems

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

Heuristics

A

the process by which humans use mental shortcuts to arrive at decisions

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

Means/Ends Analysis

A

Involves identifying differences that exist between the current state & the goal state and making changes that will reduce these differences. Always progressing to the goal state.

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

Subgoals

A

Intermediate steps toward a solution. When you reach a subgoal, you’ve solved part of the problem.

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

Working Backwards

A

For problems with a well-specified endpoint. Good option when there are a lot of potential choices at the beginning, but relatively few options at the end.

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

Analogies

A

If you spot an analogy between problems, you may be able to use the solution to a previous problem to solve a current one.