Ian chu

@w4CUZc0uTy2wyF4m8EKghw

Joined on Oct 8, 2020

  • 黃婷婷教授的 Computer Architecture 課程錄影 參考資料:EE 4720, Computer Architecture 第 01 講 Course Outline Q: 為什麼電腦不用十進位而用二進位? A: signal 的 voltage 只能分成 high 和 low $\to$ 只能有兩種state 電子電路: switch(n-type transistor):three terminals: the source, the gate, and the drain.
     Like  Bookmark
  • 撰寫時間 : 2022/10/29 ~ 2022/12/30 ch1 計算機語言 綱要 ISA = 指令集 + 根據指令集所制定硬體的規範,是製造計算機的抽象規範 RISC與CISC不同指令集類型的區別 硬體介紹 - 記憶體是用來儲存正在執行中的程式 記憶體的addressing, alignment, endianness規則 硬體介紹 - 暫存器是存於CPU的記憶元件,由於量少所以可以提供高速存取 5個記憶體的區塊 - stack, heap, satic, code, reserved 32個一般目的暫存器(GPR)、3個特殊目的暫存器(SPR)
     Like  Bookmark