what are the 5 steps in the problem-solving cycle
why is problem solving considered cyclical?
once you arrive at a solution, you discover a new or similar problem and have to use past info to find solution for new problem
name the three states in common in each problem-solving model and define operators
initial state
intermediate states
goal state
operators: actions that transform current problem state into another problem state
what are the 2 types of problems
explain well-defined problems
explain ill-defined problems
ill-defined anagrams showed greater activity in which part of the brain
right prefrontal cortex
name the two theories that describe how we approach problem solving
explain the behaviorist approach to problem-solving by Thorndike
what was one phenomena the behaviorist approach could not explain
insight: when a solution to a problem suddenly occurs to you (a-ha moment)
explain the gestalt approach to problem solving
according to the gestalt approach of problem solving, how does insight occur
occurs when info gets restructured and solution suddenly comes to mind
what are heuristics
rules of thumb, educated guess, or common sense judgements
name 5 factors that would increase the likelihood of using heuristics
what is the working backwards heuristic
solving a problem by focusing on the final result
what is the moravec’s paradox
AI solves well-defined problems well, but not ill-defined problems and simple skills
the problem space is a representation that includes:
what are 2 common barriers that can get in the way of problem solving
what is the brute force approach of problem solving
systematic algorithm that represents all the possible steps from the problem to goal state
- guaranteed to find a solution, but inefficient
what is a downside of the brute force approach
combinatorial explosion: computing too many alternatives
- no solution is reached
name 2 strategies that help prevent combinatorial explosion
what is the hill climbing strategy
what is the means-ends strategy
what is the analogical problem solving
making comparisons between two situations; applying the solution from one of the situations to the other