# Error Pattern Analysis (Metacognition)
In technical courses, students often dismiss errors as "silly mistakes." However, self-grading forces a student to categorize _why_ a failure occurred. Was it a **procedural error** (wrong formula), a **conceptual gap** (misunderstanding the physics of the problem), or a **computational slip** (simple arithmetic)?
- **The Skill:** Moving from "I got this wrong" to "I consistently struggle with boundary conditions."
- **Engineering Impact:** This mirrors the "Root Cause Analysis" (RCA) used in professional engineering to prevent systemic failures.