Language and Thought L5 Flashcards

1
Q

What is problem solving?

A
  • Overcoming an obstacle to reach a goal
  • Includes a beginning and end state
  • Includes procedures to get from start to end
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the four general steps for problem solving?

A
  1. Understand the problem
  2. Generate possible solutions (hypotheses)
  3. Test these solutions
  4. Evaluate results, and revise if necessary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some general strategies to try and solve a problem?

A
  • Trial and error
  • Algorithm
  • Heuristics
  • creative problem solving
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the trial an error approach to solving a problem? What are the pitfalls with this?

A
  • Random (often how children solve problems)

- Pitfalls that it is not efficient also could be dangerous if stakes are high

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

What is the algorithm approach to solving a problem?

Why/when is it useful?

A
  • A rule that guarantees a solution e.g. recipe reading, algebra
  • Useful for a well-defined problem where the rules are clear
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why are algorithms sometimes hard to implement?

A

Most problems are ill-defined so don’t suit this method, therefore need alternative

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

What’s an alternative strategy for problems solving?

A

Heuristics: a strategy that doesn’t guarantee a solution, but they often work and they save time. They will push you in the right direction but not get a clear cut solution.

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

What’s an example of a heuristic?

A

An anagram. You don’t try all possible solutions of sound combinations. Use knowledge of English to derive solution.

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

What are the two types of heuristics?

A
  • Means-End analysis

- Hill climbing

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

What is the Means-End analysis?

A
  • Work step-by-step to get closer to your goal as you solve the problem
  • Monitor each step to see how much closer you are to your goal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

In the Means-End analysis heuristic why is breaking a big goal up into small sub goals more effective?

A

The small goals are cognitively simple and thus easier to accomplish rather than tackling the whole thing at once.

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

What experiment shows the method of Means-End analysis to solve problems?

A

The Tower of Hanoi:
-Set of discs that increasingly get smaller have to move
them to pole on far side.
-Cannot have large disc sitting on small at any time while transferring
-Therefore, you break up the task into a series of smaller steps
-Doing all at once wouldn’t be able to hold all the information in your head required to do the task(short term memory not big enough)
-Participants perform a series of several moves,
followed by long pause after they reach a sub goal, then another series of moves

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

What is the method of Hill climbing to solve problems?

A

-Change the present state of the problem so that you
are one step closer to solving the problem
-What results is a sense that you are moving forward towards a solution

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

What experiment shows the method of hill climbing to solve problems?

A

Farmer problem:

  • Wants to transport a chicken, fox and grain to other side of the river but can only take one thing at a time in his boat.
  • The chicken and fox can’t be left together, the grain and fox can’t be left together.
  • To solve there is a point in problem where have to take the chicken back (work against goal) so isn’t left with grain.
  • People find this hard as inconsistent will hill climbing method therefore, evidence that this method is usually used.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is an alternative to heuristics to solve problems?

A
  • Creative thinking, for this we need to use divergent thinking where we generate many solutions some of which may be unusual.
  • The idea is to change the representation of the problem by thinking outside the box. Having to think of 3D arrangements of shapes is also creative.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the Remote association task?

A
  • It tests creativity
  • Are given 3 words (e.g. Jump, Kill, Bliss) and have to think of a forth that related semantically (e.g. joy)
  • This is hard to do as you need to converge on a word in your semantic network that joins them together (it will be distant in relation to all of them)
  • You can practice to make connections stronger
17
Q

What area of the brain is better at making distant connections between words? What does that mean for the remote association task?

A

Right hemisphere is better, therefore if you are presented the words in the left visual field may be able to identify the connection easier.

18
Q

What is a specific way to use creative problem solving?

A
  • Search for an analogy
  • Can we think of a way we have solved a problem in the past?→ use the same way for present problem
  • The problem may be similar in terms of structure of content
19
Q

What was Duckner’s radiation problem? What did the experiment demonstrate?

A

-Doctor needs to destroy a malignant tumour
-It can be destroyed using a type of ray,
-But the ray will destroy the healthy tissue
-At low levels, the rays will not destroy healthy tissue,
but will not be strong enough to destroy the tumour

One participant group was told a story that was about an army breaking into a castle they needed to spilt up in order to avoid triggering mines and causing damage to themselves. Participants need to be able to see the analogy in order to solve the problem (spilt the radiation source). The group given the story were better at solving the problem that those who weren’t.

20
Q

How can calculating the area of shapes by children demonstrate using analogies to solve problems?

A

-Children were shown a rectangle and told that area = base x height
-GROUP 1: ½ of the children were then shown a parallelogram and told that the area of this was also base x height
-GROUP 2: The other ½ were shown how a parallelogram was a rectangle with a bit moved from one place to another
-In a novel problem group 2 then did better as teaching allowed them to understand problem at a deeper level and form an analogy between parallelogram and novel
shape

21
Q

What is a mental set?

A

-Habits and assumptions you bring to solving a
problem
-You can get stuck in a certain way of trying to solve a problem

22
Q

What experiment demonstrates how a mental set can hinder problem solving?

A

Luchins water jar problem:

  • 3 jars hold different amounts of liquid, the task is to measure out exactly 100
  • Participants are shown a way to solve the problem by removing 1 of jug A and 2 of jug C so what is left in jug B remains
  • They then get so caught up in this way of doing things that they neglect easier options later on and even can’t solve some of the problems that require different thinking
23
Q

What is functional fixedness? What experiment demonstrates it?

A

Candle Problem (Duncker, 1945):

  • How can you mount a candle on a wall and light it, without burning the wall?
  • Pins outside box= more easy to solve
  • Pins in the box= less likely as function of box is fixed (also strong semantic relationship between pin and box reinforces this)
24
Q

How do you overcome obstacles in solving problems?

A
  • Take a break as it might release you from a mental set
  • Practice divergent thinking. Creativity can be fostered. Play games such as “how many uses can you think of for a 5 cent coin?”
25
Q

What is particularly good as a break from a problem and why?

A
  • Sleep, gives ample break to remove block.

- Also particularly good for the remote association task as sleep helps build distant connections

26
Q

To sum up how do you solve problems successfully?

A
  • Practice and expertise
  • Analyze, plan, and evaluate
  • Thinking of different ways to represent a problem
  • Look for analogies
  • Watch out for pitfalls such as functional fixedness and mental set