【計概】von Neumann 架構 介紹

最後更新日期:2024年09月10日

4大結構

  1. 中央處理單元(Control Processing Unit)
    ●控制單位(Control Unit): 擁有 instruction register, program counter
    ●算術邏輯單位(Arithmetic/Logic Unit): 擁有 processor register
  2. 記憶單位(Memory Unit): 資料、instructions、記憶體(RAM)
  3. 輸入單位(Input Unit)
  4. 輸出單位(Output Unit)

其中 Control Unit 和 Arithmetic/Logic Unit 合稱 CPU(Control Processing Unit)。

中央處理單元(Control Processing Unit)

記憶單位(Memory Unit)

記憶體(Memory)是用來儲存資料(data)和指令(instructions)的臨時空間。

特性

  1. data 和 instructions 存在相同的 memory

名詞解釋 // todo

  1. instruction register
  2. program counter

參考資料

  1. von Neumann architecture – Wiki
  2. 5大架構
  3. Von Neumann Architecture: Meaning, Examples & Features
  4. John Von Neumann and Computer Architecture

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *