Exam 3 (Problem-Solving) Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are the 3 methods of solving problems?

A
  • trial and error
  • algorithm
  • heuristics
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Trial and error?

A

Inefficient last resort but helpful

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

Algorithm

A

rule or set of rules that always produces a solution within a finite number of steps
ex. addition, subtraction

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

Heuristics

A

short-cuts

ex. solving anagrams, analogies

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

What are 3 heuristic problem solving strategies?

A
  1. analogy
  2. hill-climbing
  3. means-end analysis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Analogy

A

reuse a solution from a previous problem or solve a new problem by referring to a ‘similar’ one

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

Hill-climbing

A
difference reduction (initial state/goal state). Take approach that appears to maximize movement towards a goal
e.g. when driving due north, always select route with most direct looking approach
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Means-end analysis

A

identify sub-goals (“ends”) and obstacles then solve these subproblems
e.g. tower of hanoi

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

What is Gestalt psychology?

A

thinking as restructuring (reorganizing) problems

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

Stages of problem solving (*=req’d)

A
  1. registration* - understanding the problem
  2. generating possible solutions*
  3. incubation - not working on it for a while
  4. insight - “aha!”
  5. verification - checking
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Mental set - 4 parts of it

A

tendency to respond in a certain way

  1. functional fixedness
  2. perceptual set
  3. well-defined/ill-defined
  4. expertise
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Functional fixedness

A

tendency to see an object as having a certain use

ex. matchbox problem

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