Questions: Problem Solving and Heuristic Strategies

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A solver working on the nine-dot problem (connect 9 dots arranged in a 3×3 grid with 4 straight lines without lifting the pen) tries many line sequences and keeps failing. The most likely explanation is:

AThey haven't searched enough of the problem space — more attempts will eventually succeed
BThey are using hill-climbing when means-ends analysis would be more effective
CThey have unconsciously imposed a constraint the problem doesn't state — that lines must stay within the boundary of the dots
DTheir working memory is too limited to track all four line segments simultaneously
Question 2 Multiple Choice

Expert chess players solve chess problems faster than novices, despite having the same working memory capacity. The best explanation is:

AExperts apply exhaustive search algorithms more efficiently
BExperts have large, well-organized chunks in long-term memory — they perceive meaningful configurations, not 32 individual pieces — so their initial problem representation is already structured toward solutions
CExperts use pure means-ends analysis while novices hill-climb
DExpert intuition bypasses the problem space entirely, accessing solutions directly
Question 3 True / False

Heuristics are simply inferior versions of algorithms — they sacrifice accuracy for speed, making them useful mainly when time is short.

TTrue
FFalse
Question 4 True / False

The 'aha' feeling experienced during insight problem solving reflects a genuine shift in how the problem is mentally represented, not merely a lucky guess or the final step of a long search.

TTrue
FFalse
Question 5 Short Answer

What is means-ends analysis, and under what condition does hill-climbing fail where means-ends analysis would not?

Think about your answer, then reveal below.