Problem Solving Flashcards

(45 cards)

1
Q

problem solving

A

recognizing there is a problem, analyzing and solving it, verifying the effectiveness of the solution
recursive and cyclical, applicable to future situations
takes into account both bottom-up and top-down information (higher-order cognitive process)

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

problem space theory

A

initial state, problem state which contains all intermediate states - possible steps to arrive at a solution, and goal state
operators are the actions to take to arrive at the goal state

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

well-defined problems

A

have correct answers and rules and procedures to arrive at them (can be solved by algorithms)
requirements are unambiguous, all information needed is present
has constraints that tell you how to reach the outcome

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

ill-defined problems

A

have many paths to take to arrive at many possible correct answers, you don’t necessarily know when you’ve arrived at a correct answer
requires added information and context, problem is ambiguous, situational
has few limitations = you must create your own path

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

behavioural approach to problem solving (Thorndike)

A

problem solving is reproductive: we use previous knowledge (examples and rules) and consciously search through possible solutions - trial and error

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

Law of Effect

A

part of the behaviourist approach to problem-solving
any response that does not produce a satisfying effect gets weaker, and any that does gets stronger

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

Gestalt approach to problem solving

A

problem solving is productive: we manipulate and restructure information in our minds (multiple POVs, reframe, reconsider, rethink)

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

insight

A
  • a solution suddenly occurs to you which your are confident in
  • only accounted for by Gestalt approach, during restructuring
  • occurs because we see things as wholes, not sums of parts (bistable figures are viewed all-or-none)
  • some problems are best solved by insight because they require restructuring
  • insight results from impasse (realizing you cannot solve the problem by normal thinking - you have no choice)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

restructuring

A

thinking flexibly about ways to represent the problem, changing its representation in our mind
getting over mental sets
like restructuring a bi-stable figure to see it the other way

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

heuristics

A

commonsense, rules of thumb, educated guesses, intuition (shortcuts to problem solving based on past experience)
help to reduce processing power

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

when do we use heuristics

A

when we are faced with too much information to process, time to make a decision is limited, decision is unimportant, too little information, a heuristic comes to mind in that moment

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

working backwards heuristic

A

solve a problem by focusing on the final result

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

means-end analysis heuristic

A

breaking down the larger goal into smaller sub-goals and re-evaluating progress at each step (flexibility)
using forward and backward moves and constantly evaluating the difference between current and goal states, takes into account the full problem space

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

mental set heuristic

A

tendency to use solutions that have worked in the past, leads to inflexible thinking
tells you what to pay attention to in a given situation

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

functional fixedness

A

tendency to view objects only for their intended purpose because of prior experience

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

what is an essential part of problem solving?

A

ignoring irrelevant distractors - not an innate skill, develops in young children and declines in old age

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

fixation in problem solving

A

focus on a specific characteristic of a problem - inhibits people from finding a solution

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

insight problem vs. non-insight problem

A

a solution pops into your consciousness vs. you have to consciously work through the steps to arrive at the solution

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

evidence for insight vs. non-insight problems (Metcalfe & Wiebe)

A

Ps working on a non-insight problem could accurately predict how close they were to arriving at a solution, insight problem Ps could not
evidence that both types rely on different cognitive processes

20
Q

Maier’s two-string problem

A

two ropes too far to reach by the Ps have to be tied together - tie an object to swing on as a pendulum
easier to solve when Ps are given a cue, but Ps don’t recognize it as a cue (not part of their problem solving process)
shows lack of consciousness into the nature of insight
test of functional fixedness

21
Q

divergent thinking

A

thought process that generates many solutions to find one that works best

22
Q

convergent thinking

A

thought process that leads to conventional solutions

23
Q

analytical intelligence

A

basic academic problem solving skills (IQ)

24
Q

practical intelligence

A

ability to deal with real world tasks (street smarts)

25
creative intelligence relationship to problem solving
using existing knowledge and skills to deal with novelty measured using ideational fluency positive relationship between creative intelligence and problem solving (moving past fixations)
26
ideational fluency
number of ideas a person can generate about a topic
27
how do experts view problems?
experts take longer analyzing a problem and less time thinking about steps to take (spend time deciding what to do, then quickly do it), take a more holistic view - with experience, you develop a more efficient way of navigating a problem, less time fixating on details experts are stuck in conventional thinking (have a strong mental set)
28
computers vs. humans in problem solving
humans are processors that use heuristics instead of algorithms (educated guesses can sometimes lead to the wrong response) computers have enough processing power to consider all possible moves at once (so faster at solving well-defined problems)
29
well-defined vs. ill-defined experiment
anagrams with task constraint (make a type of music) or no constraint (make a word) more activity in the right PFC for ill-defined problems (organizing cognitive processes, hold and organize cognitive load)
30
Moravec's paradox
everything that's hard is easy, and everything that's easy is hard - related to AI problem solving which cannot learn ill-defined problems, but is good at solving well-defined ones (not good with uncertainty)
31
problem space
includes initial and goal states, intermediate paths (sub-goals) and operators (actions), task constraints (allowable moves) contains all possible moves and solutions
32
Tower of Hanoi
well-defined problem - set goal and constraints
33
brute force approach to moving through a problem space
considering all possible moves without foresight - guarantees a solution but not effective (cognitive load, time and energy) leads to combinatorial explosion
34
combinatorial explosion
a result of a brute force approach - computing too many alternatives leads to system shut down like decision fatigue
35
hill climbing strategy/heuristic
difference reduction strategy - moving in the direction that will bring you closer to your goal, not considering the entire problem space doesn't always work because sometimes you have to move away from the goal to solve it
36
hobbits and orcs problem
solution has many intermediate steps which sometimes require you to move away from the goal to get there in the end (hill climbing wouldn't work)
37
how do novices view a problem?
novices are more conscious of their task performance progress (additional cognitive load) and spend more time in trial-and-error make lots of fixations on details instead of viewing the problem more generally (eye-tracking x-rays) try to run toward a solution rather than analyze the problem
38
analogical problem solving
making comparisons between two situations with similarities in underlying structure or meaning, applying the solution from one (source problem) to another (target problem)
39
why is it difficult to use analogical problem solving?
people need a hint to use an analogy to solve the problem, don't do it by themselves because the two scenarios differ in structure details and surface content
40
when are we most likely to use analogical problem solving?
when both scenarios share structure details and surface content
41
why is it important to use analogical problem solving?
using analogies that share structure but not surface content helps us come up with novel ideas (DNA double helix idea came from a dream about a spiral staircase)
42
Einstellung effect
bias to use familiar methods to solve a problem - leads to rigid thinking and overlooking more efficient methods
43
evidence for the development of functional fixedness
candle problem in children with pre-utilization (prior knowledge and experience with the objects) and without = no fixedness in children without children less vulnerable to effects of fixedness
44
evidence for mental sets
water jug problem - when problems are presented in an order where the first rely on the same solution, Ps tend to try to keep using that solution even when a more efficient solution would work (if given randomly, there's no effect)
45
four features of insight
1. suddenness (solution pops into your mind) 2. ease (solution comes quickly and fluently) 3. positive (pleasant experience) 4. confidence (belief in the solution)