Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M1232

Von Neumann Architecture

Von Neumann Architecture
TechnicalHigh supportNeuroscience
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

The foundational architecture of modern computers, characterized by the 'stored program' concept: instructions and data are stored in the same memory and executed serially by the CPU. This also leads to the 'Von Neumann bottleneck' (the speed difference between CPU and memory).

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Understanding serial bottlenecks. Although our brains are parallel (neural networks), our social organizations and workflows often follow the Von Neumann model (serial). To improve efficiency, one must break through this architecture and shift to parallel processing (e.g., GPU thinking).

anchor

Anchor fast decisions

Stored-program computer: instructions and data coexist in the same memory, with the control unit, arithmetic logic unit, memory, and input/output operating in a 'fetch-execute' cycle.

MINIMUM ACTION

In progress 0/2

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/Von_Neumann_architectureZH · Explicit
    verified

RELATED MODELS