problem solving and expertise Flashcards

1
Q

what is a problem

A

a situation that blocks the achievement of a goal

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

types of problems

A

well defined
ill defined

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

well defined problems

A

clearly defined goals
clear options for solving
way to measure the quality of solutions
e.g. puzzles

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

ill defined problems

A

everything else
goals, options, quality of solution- hard to define
e.g. finding a job, solving a crime

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

gestalt approach

A
  • kohler
  • studied chimpanzees solving problems
  • tried to witness productive thinking
  • banana hard to reach- failed then looked around room and made new approach
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

surface features

A

irrelevant but significant aspect of problem

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

functional fixedness

A

cognitive bias that limits persons ability to use an object only in the way that its traditionally used

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

einstellung

A

tendency to rely on known solutions, missing better solutions

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

analogical transfer

A

applying knowledge or solutions from 1 context to a different but similar one

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

when does analogical transfer succeed

A
  • when problems are directly compared
  • when problem content is more similar
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

problem space

A

all possible states between initial state and goal state

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

operators

A

actions that can change current state
solutions given by sequence of operations needed to move from initial to goal state

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

computational approach

A

problem solving as hill climbing- goal is to get to to, progress by going uphill
difficulty of backtracking
means end analysis- looking for actions that can remove specific differences between current and goal states

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

general problem solver

A
  • recursive program for solving problems in general using means- end analysis
    3 steps:
    1.is current state the goal state?
    if not- 2. identify difference, find relevant method then apply method
    BUT needs to be given problem knowledge
How well did you know this?
1
Not at all
2
3
4
5
Perfectly