Human Problem Solving Flashcards
____, attempting to achieve a goal when nothing in the problem describes how
Problem Solving
What are the 3 examples of problems psychologist have used to study problem solving?
Chess, Tower of Hanoi, & Missionaries and Cannibals games
What are the 2 combining behaviors humans use to solve problems?
1) if you have seen a problem before, you tend to solve it the same way you did before
2) when humans encounter a novel problem, they tend to use general problem solving strategies
Who studied how people solve simple arithmetic problems using water jugs?
Lunchins (1942)
Lunchins (1942) water jug experiment lead to ____, to use the same strategy over & over regardless of outcome
Perservate
What are the 3 ways when humans encounter a novel problem, they tend to use general problem solving strategies?
Brute Force Search, Heuristics, & Hill Climbing
Which of the 3 ways when humans encounter a novel problem, they tend to use general problem solving strategies is when we examine every possible answer until we find the correct one?
Brute Force Searching
The problem with Brute Force Search is ____, the number of possible moves in a problem space increase modestly, the number of possible solutions increase dramatically
Combinational Explosion
Which of the 3 ways when humans encounter a novel problem, they tend to use general problem solving strategies is when we use simple intuitive rules that humans apply to complex problems?
Heuristics
Which of the 3 ways when humans encounter a novel problem, they tend to use general problem solving strategies is when we are looking for actions that take us closer to a solution?
Hill Climbing
In Hill Climbing ____, is starting at the goal state of a problem & working backwards.
Working Backwards
In Hill Climbing ____, is working forward & backwards at the same time.
Means & Analysis
____ (1958 & 1972) developed a program that solved a broad range of problems called General Problem Solver (GPS)
Newell & Simon
What are the 2 reasons experts are better problem solvers than amateurs?
1) More knowledge to work with (Analogy) & 2) Easier manipulation of knowledge (Chunking)
____ (1978) stated that experts can chunk info. in working memory more efficiently than amateurs. He used chess to study this.
Chi (1978)