Unit 13 Flashcards

1
Q

aspects of problems

A

goal, givens, means of transforming conditions, obstacles

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

goal

A

an end state or solution being pursued which can be determined as “solved” by some criterion

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

givens

A

objects, conditions, and constraints associated with a problem

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

means of transforming conditions

A

the problem must be practically solvable, so there must be a way to change the situation

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

obstacles

A

some difficulty must exist which inhibits finding the solution

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

problem space

A

the internal representation of the external problem

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

task environment

A

the external existence of the problem

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

problem state

A

the current situation in the problem-solving process

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

the two problem states all problems have

A

initial state and goal state

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

initial state

A

problem state before any progress towards the goal has been made

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

goal state

A

problem state after the goal of the problem has been reached

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

problem operator

A

the actions done to move closer to the goal

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

well-defined problem

A

conditions of a problem are clear and have no ambiguity (ex: arithmetic)

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

algorithm

A

systematic process to find a solution; guaranteed solution, but inefficient

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

heuristic

A

cognitive shortcut; not guaranteed a solution, but more efficient

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

ill-defined problem

A

the conditions and aspects are not clearly specified; ambiguities and uncertainties cloud the paths to the goal

17
Q

hill climbing heuristic

A

one chooses the the next state closest to the goal; effective, but doesn’t always lead to the desired solution

18
Q

means-end analysis heuristic

A

problem solver reviews numerous problem operators available and identifies which one best reduces the distance to the goal

19
Q

problem with means-end analysis

A

problem solver may not necessarily know which operators are best

20
Q

functional fixedness

A

the inability to use objects for purposes other than their intended functions or designs