Skip to content

计算机科学导论#

注:这里是计算机科学导论这本书以及计算机科学速成课记录的一些计算机科学的基本内容。二者一起食用会更美味。相信大家学习完这个课程之后会对“计科”有一个整体的了解!

数字逻辑#

计算机组成#

  1. ALU
  • 算术单元

  • 半加器

  • 全加器
  1. 逻辑单元
  • 寄存器和内存
  • 锁存器和寄存器
  1. RAM + 寄存器 + ALU 组成一个CPU
  • 取指令-》解释-》执行(fetch -> decode -> execute)

  • 时钟 4. instruction and programs

  • operation code = opcode

  • opcode could instruct the machine to do something on the provided address。
  • HALT instruction(make CPU stop)
  • jump 5. Advanced CPU Designs
  • cache(缓存)(synced up 同步)
  • more advanced instruction
  • parallelize(并行处理)(throughput 吞吐量)

Last update: 2024年1月28日 13:01:36
Created: 2023年5月7日 00:35:36