Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M6217

Interrupt

Interrupt
CreateHigh supportDesign Thinking
Included
account_tree

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

psychology

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

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/1

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    en.wikipedia.orghttps://en.wikipedia.org/wiki/InterruptZH · Explicit
    verified

RELATED MODELS