Chapter 11 Flashcards
Thinking
requires you to go beyond the information you were given, so that you can reach a goal. The goal may be a solution, a belief, or a decision.
problem solving
refers to the processes necessary to reach a goal, typi- cally in situations where the solution is not immediately obvious.
initial state
describes the situation at the beginning of the problem. In this case, your initial state might be, “I need to reach Jim tonight”.
goal state
when you solve the problem. Here, it could be, “I have Jim’s last name and his e-mail address.”
obstacles
describe the restrictions that make it dificult to proceed from the initial state to the goal state
understanding
you have con- structed a well-organized mental representation of the problem, based on both the information provided in the problem and your own previous experience.
Problem representation
refers to the way you translate the elements of the problem into a different format.
an effective way in representing an abstract problem
symbols
matrix
a grid consisting of rows and columns; it that shows all possible combinations of items
hierarchical tree diagram
a figure that uses a tree-like structure to show various possible options in a problem.
situated cognition approach
we often use helpful information in our immediate environment to create spatial representations.
embodied cognition approach
we often use our own body and our own motor actions, in order to express our abstract thoughts and knowledge
ecological validity
if the conditions in which the research is conducted are similar to the natural setting in which the results will be applied.
algorithm
a method that will always produce a solution to the problem, although the process can sometimes be inefficient
exhaustive search
you try out all possible answers using a speciied system.
heuristic
is a general rule that is usually correct
analogy approach
in problem solving, you employ a solution to a similar, earlier problem to help you solve a new problem
problem isomorphs
a set of problems that have the same underlying struc- tures and solutions, but different speciic details.
surface features
speciic objects and terms used in the question.
structural features
the underlying core that they must understand in order to solve the problem correctly.
subproblems
smaller problems
means-ends heuristic
requires you to identify the “ends” (or inal result) that you want and then igure out the “means” or methods that you will use to reach those ends
computer simulation
a computer program that will perform a task in the same way that a human would.
General Problem Solver (GPS)
is a program whose basic strategy is means-ends analysis.