Chapter 12: Problem Solving Flashcards
Problem-solving
a cognitive process that involves recognizing there is a problem, analyzing it, and solving it, then verifying the effectiveness of the solution
problem
occurs when there is an obstacle between an initial state and a goal state where you do not know the solution right away
size of problems
Problems can be small or large
what type of processing is involved in problem-solving?
involves taking bottom-up and top-down information into account
what kind of process is problem-solving?
a cyclical, recursive, and applicable process
recursive
its steps are repeated as many times as necessary
cyclical
once you arrive at a solution, you discover a new or similar problem and have to use information gained in the past to work on a solution for the next problem
problem-solving cycle
- Define the problem
- Brainstorm solutions
- Pick a solution
- Implement solution
- Review the results
initial state
the initial situation or starting point of a problem
goal state
the desired final state or ending situation
problem space theory
states that problem-solving is a search with problem space, which includes an initial state, a goal state, and intermediate states, which one moves through using operators
who developed problem space theory?
Newell & Simon, 1972
intermediate states
all the possible states in between each step in moving from an initial state to a goal state
operators
actions that transform the current problem state into another problem state
two types of problems
well-defined & ill-defined
well-defined problems
have correct answers and certain procedures that lead us to solve them
example of a well-defined problem
math problem
algorithms
a step-by-step procedure that should always produce a correct solution
what types of problems are easily solvable by algorithms?
well-defined problems
ill-defined problems
a problem that does not have clear goal states, solutions paths, or expected solutions
can ill-defined problems be solved by computers?
Computers don’t solve these problems very well because they don’t have a clear correct answer
Thorndike on problem-solving
problem-solving is a reproductive process
Thorndike was a ___
behaviourist
reproductive process
involves solving a problem by using knowledge from previous experiences and a trial-and-error strategy