Problem Solving Flashcards

1
Q

what makes up a problem?

A

initial state
goal state
non-obvious way to reach the goal state

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

tupes of problems

A

well-defined problems

ill-defined problems

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

well-defined problem

A

has completely specified starting conditions, goal state, and method(s) to achieve the goal

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

ill-defined problem

A

some aspects of the problem are not completely specified

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

stages of problem solving

A
forming a representation
constructing a plan
executing the plan 
checking and evaluating 
(if necessary) reformulating previous steps
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

problem space

A

a whole range of possible states and operators, only some of which will lead to the goal state

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

states of the problem space

A

intial state
intermediate state
goal state

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

operator

A

method used to move from one state to another within the problem state

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

analogy

A

representative problem that is retrieved from memory that can be used to solve a similar, current problem

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

what is a common problem with use of analogies?

A

people make too-shallow connections between scenarios, therefore not realizing that an analogous problem has occurred

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

hinderances in forming representations

A

top-down preconceptions

being tapped by an easy or familiar perspective

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

types of top-down preconceptions

A

unnecessarily constraining the problem space

functional fixedness

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

functional fixedness

A

seeing an object as only having a fixed, familiar function

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

types of plans

A

algorithm

heuristic

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

algorithm

A

method that will lead to a guaranteed solution

considers all the possible moves

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

heuristic

A

a shortcut or “rule of thumb”
it won’t always work
doesn’t consider all the possible moves

17
Q

means-end analysis

A

subgoals are set to reduce the difference between the current state and the goal state