Last reviewed
Correct answer: C. Explicitly asking a model to reason through steps before giving a final answer
Explanation
Chain-of-thought prompting is an instruction about order: work through the problem in steps, then give the answer. "Think step by step before answering" is the whole technique in one sentence. It helps because each step the model writes becomes part of what it reads while producing the next one, so the answer is built on stated intermediate results instead of arrived at in a single jump.
Two things follow. The reasoning is visible, so a wrong answer can be traced to the line that went wrong — often a misreading of the question rather than a slip in the arithmetic. And it costs tokens and latency, which is why it belongs on multi-step work such as calculation, logic, or weighing something against several criteria, not on every prompt you write.
One wrinkle is current. Recent Claude models reason adaptively and will often do this unasked on a hard question. Asking explicitly still matters when thinking is off, and when you want the steps shown to you rather than kept internal.
Sources
“When thinking is off, you can still encourage step-by-step reasoning by asking Claude to think through the problem.”
Practise 4 questions on this topic
Take Advanced Prompting Techniques — Timed Test (4 questions) — scored instantly, explanation for every question, no login.