Interrupt
Version 1.0.0 · Updated 2026-07-30
CORE DEFINITION
A hardware or software signal that forces the CPU to pause its current task and switch to handling a more urgent event (such as a mouse click or keyboard input). After processing, it returns to the original task.
SCAFFOLDING EFFECT
Reduce cognitive load
Design of response mechanisms. Life is full of interrupts. Efficient people do not block all interrupts (that is isolation), but design efficient 'interrupt service routines' (ISR): quickly assess priority, either handle immediately or push to queue, then quickly restore context.
Anchor fast decisions
After a task is interrupted, resuming requires rebuilding context. The cost of switching and forgetting makes the interrupt cost higher than the apparent time, and frequent interrupts severely reduce peak performance.
MINIMUM ACTION
In progress 0/1Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- en.wikipedia.orghttps://en.wikipedia.org/wiki/Interruptverified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.
RELATED MODELS