problem 7 - problem solving & creativity Flashcards

1
Q

what is an algorithm?

A

A method that will always produce a solution to the problem, although the process can sometimes be inefficient

Are often inefficient & unsophisticated → more sophisticated methods reduce the possibilities that must be explored to find a solution

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

what is exhaustive search?

A

an example of an algorithm method where you try out all possible answers using a specified system

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

what is a heuristic strategy?

A

If you use this to solve a problem, you would ignore some alternatives & explore only those alternatives that seem especially likely to produce a solution

  • Do not guarantee a correct solution
  • Process 1thinking
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is the analogy approach to problem solving?

A

Employing a solution to a similar, earlier problem to help you solve a new problem
- Is one of the most powerful heuristics
- eg. for your new report you may use the same strategies that were helpful when you wrote a previous paper

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

what are problem isomorphs?

A

A set of problems that have the same underlying structures & solutions, but different specific details

People often fail to see the analogy between a problem they have solved & a new problem isomorph that has similar structural features

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

surface features vs structural features

A

Surface features = the specific elements of the problem → if 2 problems have similar surface features, parts of the problem look similar

Structural features = the underlying relationships among the surface features of the 2 problems

  • Tend to focus more on surface features
  • Structural similarity is often not enough to cue your memory regarding previous problems → the reminder must be more obvious
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what are steps for analogies to succeed as problem-solving techniques?

A
  1. Noticing: the PS must notice that a relationship exists between the 2 problems in question
    - This stage causes most failures: failure of memory → the current problem fails to trigger the memory of other problems that may be helpful
  2. Mapping: the PS must be able to map the key elements of the 2 problems
  3. Schema development: the PS must arrive at a general schema underlying the problems that will allow for the solution of the target problem
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is kinesthetic information?

A

Info that arises from body movement

Speculated that this info could play a key role in encoding the structural features of a problem, setting the stage for later analogical retrieval

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

what is enactment? (in problem solving)

A

Setting the problem in scene or performing it in practice

Catrombone, Craig & Nersessian (2006):
P’s in enactment condition → much more likely to solve the problem in the second phase when no explicit direction was given to use the initial story
- Non Enacting participants were not likely to come up with the solution without being explicitly told to use the initial story

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

what is the means-ends heuristic in problem solving?

A

First, you divide the prob into several diff subproblems
Then you try to reduce the difference between the initial state & the goal state for each of the subproblems

  • Requires you to identify the ‘ends’ (final result) that you want & then figure out the ‘means’ (method) that you’ll use
  • Is one of the most effective & flexible problem-solving strategies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is the hill-climbing heuristic in problem solving?

A

The alternative that seems to lead most directly to the goal will be chosen consistently
- Useful when one does not have enough info about the alternative, as one can only see the immediate next step

Problem:
- Chooses ST solutions > LT solutions
- Consistently choose the alternative that seems to lead most directly to the goal = may fail to choose an indirect alternative that may have grater LT benefits

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

what is the think-aloud method?

A

p’s instructed to report their thoughts as they work on the problem but must not try to interpret or analyse these thoughts

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

problem solving & the dual systems model

A

Heuristics (fast and efficient) are akin to System 1 processes (automatic and unconscious)

Algorithms (slow and inefficient, yet effective) are akin to System 2 processes (analytic and conscious)

However both include system 1 & system 2 processing - both forms of processing are useful depending on situation

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

what are ill-structured problems (ISP)?

A

Do not have well-defined problem spaces → there are no clear, readily available paths to solution
- difficulty constructing appropriate mental representations for modelling these problems & their solutions

Domain knowledge & justification skills are imp for solving poorly structured problems
- Justification skills: imp bcuz ISP can be represented in diff ways & often have alternative solutions = PS need to choose & justify their selection of a certain solution

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

what is insight?

A

A distinctive & sometimes seemingly sudden understanding of a problem or of a strategy that aids in solving the problem

Often involves reconceptualizing a problem or a strategy in a new way + detecting & combining relevant old & new info to gain a novel view of the problem

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

what are insight solutions?

A

Occurs when a solution to a problem presents itself quickly and without warning

Solutions via insight have been proven to be more accurate than non-insight solutions.

17
Q

early gestaltist views of insight

A

Emphasised the imp of the whole as more than a collection of parts → insight problems require PS to perceive the prob as a whole

You need to break away from your existing associations (productive thinking)

productive vs reproductive thinking

18
Q

productive vs reproductive thinking

A

Productive thinking = involves insights that go beyond the bounds of existing associations

Reproductive thinking = based on existing associations involving what is already known

19
Q

neo-gestaltist view of insight

A

Insightful problem solving can be distinguished from non-insightful in 2 ways:

  1. estimating success
    - Given routine problems to solve → very accurate in predicting their own success
    - Given insight problems → show poor ability to predict their own success
    - Successful problem solvers were pessimistic about their problem solving & vice-versa
  2. feelings of warmth:
    - Increased feelings of warmth when they got closer to reaching a correct solution for a routine problem
    - But showed no such increase for insight problems UNTIL moments before abruptly realising the correct solution
20
Q

what is a mental set?

A

a frame of mind involving an existing model for representing a problem, a problem context, or a procedure for problem solving
→ can hinder problem solving

21
Q

what is entrenchment?

A

Have an entrenched mental set = fixate on a strategy that normally works well in solving many problems but doesn’t work in solving current problem

Can interfere w seeing things in a new & simpler way

E.g. water jar problems: ppl establish a mental set during the first few problems & fail to notice easier solution later

22
Q

what is functional fixedness (fixed mental sets)?

A

The inability to realise that something known to have a particular use may also be used for other functions

Prevents us from solving new problems by using old tools in novel ways

23
Q

what is transfer (of knowledge)?

A

Any carryover of knowledge or skills from one problem situation to another

Negative transfer = when solving an earlier problem makes it harder to solve a later one

Positive transfer = when the solution of an earlier problem makes it easier to solve a new problem

24
Q

transfer of analogies

A

Ppl have trouble noticing analogies unless they are explicitly told to look for them

Sometimes don’t recognise surface similarities between 2 probs or are fooled by surface similarities into believing 2 diff kinds of problems are the same

25
Q

what is transparency?

A

People see analogies where they do not exists bcuz of similarity of content

Leads to neg transfer

26
Q

what is incubation?

A

Putting the problem aside for a while w/o consciously thinking about it → one way to minimise neg transfer

Should not consciously think about the problem, however problem is processed unconsciously

27
Q

Borst et al (inhibitory control study) - dual process model

A

Dual-process model states that there are 2 systems:
System 1: contains our dominant responses, suppressed with inhibitory control

System 2: when dominant responses are suppressed, more analytical responses & creativity emerge

28
Q

Borst et al (inhibitory control study) - experiment 1 conditions

A

Inhibition dual-task condition
- Completed egg task with incongruent version of stroop test

Control dual-task condition
- Completed egg task with congruent version of stroop test

Single-task condition – P’s performed the creative task w/o a secondary task load

29
Q

Borst et al (inhibitory control study) - experiment 1 method

A
  • All p’s performed a creative task: given 5 mins to propose as many solutions to a problem relating dropping an egg and making sure it doesnt break
  • Responses recorded throughout the task

Answer evaluated based on 3 criteria:
- Fluidity: the ability to generate many solutions
- Flexibility: the ability to generate many categories of solutions
- Expansivity: the ability to provide solutions outside of the fixation effect

30
Q

Borst et al (inhibitory control study) - experiment 1 results

A
  • Inhibitory dual-task reduced fluidity & expansion + reduced creative abilities
  • No significant differences in flexibility

supports hypothesis that inhibitory control reduces creativity (opposite of what the dual process model says)

31
Q

Borst et al (inhibitory control study) - experiment 2 conditions & method

A

Conditions:
- Demanding WM condition (complex dot patterns) with 2 tasks
- Undemanding WM condition (easy dot patterns) with 2 tasks
- A one-task condition

Method:
Dual task costs examined under a secondary working memory task, namely participants had to reproduce patterns of point locations

32
Q

Borst et al (inhibitory control study) - experiment 2 results

A

WM load had no significant effect on generating creative solutions in terms of fluency, expansion & flexibility.= we can conclude that other EFs do not impact creativity

33
Q

Borst et al (inhibitory control study) - conclusion

A

Main findings:
- P’s ability to generate creative ideas decreased under inhibitory control load
- WM load had no significant effect on generating creative ideas

  • Results suggest that not all executive functions are involved in creative thinking
  • Inhibitory control is a core process of generating creative idea