CS Notes

Recent writing

  • Fermi Problem

    Sep 09, 2025

    • math
  • Prometheus On Macos

    Sep 07, 2025

    • devops
    • binance
  • MMU

    Sep 03, 2025

    • OS

See 643 more →

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

Computer Organisation

❯

Processor

❯

Control Unit

Control Unit

62 words, 1 min read
Last updated on Sep 18, 2024
🌟 Edit This Page!   🗓️ History

  • computer_organisation
Xinyang YU

Abstract


  • The part of CPU that understands the Instruction by looking at its Opcode, referencing to the corresponding Instruction Set Architecture (ISA). It then determines which Register, ALU & Main Memory to active, generating Control Signal to carry out the Operation

Control Signal

  • Electric signals that tells CPU Datapath, Main Memory & IO Device what to do according to a given Instruction
  • Abstract
  • Control Signal

Mentioned by

  • ISA Instruction Format
  • Instruction Stages
  • CPU
  • MIPS ALU
  • cs2100 nus notes

Graph View


Created by Xinyang YU | © 2023, 2025 | Licensed under CC BY-NC 4.0

  • GitHub