Difficulty: Easy
Correct Answer: A software problem
Explanation:
Introduction / Context:
Classic Macintosh systems (pre-OS X) used a “bomb” dialog to indicate system errors. Recognizing that icon helps distinguish between software-level crashes and hardware failures when diagnosing issues on vintage Macs.
Given Data / Assumptions:
Concept / Approach:
The bomb icon traditionally signals a system error caused by software: application crashes, system extensions conflicts, or OS exceptions. While faulty hardware can indirectly cause crashes, the bomb itself is the UI for software exceptions, not a hardware-diagnostics glyph.
Step-by-Step Solution:
Verification / Alternative check:
If the bomb disappears when booting with extensions off, an extension conflict is likely. Persistent issues across clean installs could implicate hardware, but the icon itself remains a software crash indicator.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming any bomb equals bad hardware; overlooking extension conflicts; ignoring disk corruption as a root cause of repeated application crashes.
Final Answer:
A software problem
Discussion & Comments