Problem Solving Flashcards

1
Q

What is problem solving?

A

multi step process to shift your current problem state to a goal-state

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

What is a well-defined problem?

A
  • Requirements are unambiguous
  • All information needed to solve the problem is present
  • Applying Rules
  • Puzzles
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an ill-defined problem?

A
  • How to overcome problem / the goal is ambiguous
  • Not straightforward
  • Requires added information
  • Must bring in outside info to formulate a solution path
  • Situational
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is goal directedness?

A

clear path to move from problem to solution

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

which kind of problem requires more cognitive load?

A

ill-defined problem

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

what is a cognitive load?

A

the amount of information held inmind at one time

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

What is problem space?

A

representation of a problem that includes:

  • Initial and goals states:
  • Initial state = problem state
  • Goal state = solution state
  • Intermediate states or subgoals:
  • Operators= the actions taken to change between these states(transformations)
  • Task constraint
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are think aloud procedures used for?

A

Used to measure complex thinking to understand strategies

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

what are concurrent verbalizations?

A

describe what you are doingas you do it

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

What are retrospective verbalizations?

A

describe what you did at an earlier time

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

What is a brute force approach?

A

Systematic algorithms represent all the possible steps from the problem state to goals,
go through all the options via a blind search

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

What is combinatorial explosion?

A

computing too many alternatives takes

up more resources than are available

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

What is the hill climbing strategy?

A

-This is a difference reduction strategy
- Select the operation that brings you closer to the goal without examining the whole
problem space
-can lead to false outcomes

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

what is the means-end strategy?

A

Identifying sub-problems to complete the goal
- This strategy includes forward and backward movements and constantly evaluate the
difference between current and goal states

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

What is analogical problem solving?

A
  • Making comparisons between two situations; applying the solution from one of the
    situations to the other situation
  • Target: the situations the person is currently in
  • Source: the situation that shares similarity with the targe
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are surface details?

A

description of the story; what it is about

17
Q

what are structural details?

A

governing principles underlying a problem

18
Q

what is the einstellung effect?

A

The bias to use of only familiar methods and overlook more efficient or alternative
methods when problem solving

19
Q

what can emerge from einstellung effect?

A

rigid thinking

20
Q

What is functional fixedness?

A

The inability to see beyond the most common use of a particular object

21
Q

What is the general parts technique?

A

To overcome functional fixedness

  1. Break down an object into the smallest components
  2. Give each component the most generic name you can
    - Lifts the ‘constraint’ of your knowledge of the appropriate function of the object
22
Q

What is reproductive thinking?

A

the application of previously acquired knowledge

23
Q

what is productive thinking?

A

restructuring or re-defining how a problem is viewed to think of
new ways to solve it

24
Q

what is the result of productive thinking?

A

insight

25
Q

what us gestalt switches?

A

the experience of having a sudden switch in how you see something

26
Q

what are the four features of insight?

A
  • Suddenness: The solution pops into mind with surprise
  • Ease: The solution comes quickly and fluently
  • Positive: A pleasant experience, even before assessing if the solution is effective
  • Has been links to dopamine
  • Confidence: The solution is believed to be the right one
27
Q

What is insight-problem solving?

A

involuntary and feels like it happens suddenly, with ease

and comes with ‘pleasure’

28
Q

What is non-insight problem solving?

A

happens gradually and there is an awareness of

incremental success

29
Q

What is problem finding?

A

the ability to formulate a ’new’ problem can lead to new methods and outcomes

30
Q

what is blind variation?

A

A way of thinking in which errors or ‘stabs in the dark’ lead to a creative outcome by chance