Registry / Branch_computer-architecture

computer-architecture Logs

Filtered_Nodes: 7 Status: Sync_Complete
#1542784 @ Intermediate Dec 28, 2025

Beyond the CPU: I/O, Buses, and Multicore Systems

Discover how CPUs talk to the outside world. Learn about memory-mapped I/O, DMA, the role of GPUs in parallel processing, and modern System-on-Chip (SoC) design.

$ view source --file from-transistor-to-system-a-friendly-guide-to-computer-architecture/7-beyond.md _
#7ab6874 @ Intermediate Dec 14, 2025

The CPU in Action: Mastering the Fetch-Decode-Execute Cycle

The grand finale of our architecture series. Follow a step-by-step walkthrough of the Fetch-Decode-Execute cycle to see how the ALU, Control Unit, and Registers create a thinking machine.

$ view source --file from-transistor-to-system-a-friendly-guide-to-computer-architecture/6-cpu.md _
#4033905 @ Intermediate Nov 30, 2025

The Memory Hierarchy: From CPU Registers to Long-Term Storage

Master the computer memory hierarchy. Learn the critical differences between L1/L2/L3 cache, RAM, and SSDs, plus how the MMU handles virtual-to-physical address translation.

$ view source --file from-transistor-to-system-a-friendly-guide-to-computer-architecture/5-memory.md _
#5fe47ff @ Intermediate Nov 16, 2025

The Control Unit: The Brain Inside the CPU

Discover how the Control Unit (CU) orchestrates the CPU. Learn the mechanics of instruction decoding, hardwired vs. microprogrammed logic, and the role of microcode.

$ view source --file from-transistor-to-system-a-friendly-guide-to-computer-architecture/4-control-unit.md _
#57d82ce @ Intermediate Nov 2, 2025

How an ALU Works: The Heart of CPU Architecture Explained

Don't just read about the ALU, learn how to build one. Let's break down the Arithmetic Logic Unit into 1-bit circuits using adders, multiplexers, and logic gates. Perfect for students of computer architecture.

$ view source --file from-transistor-to-system-a-friendly-guide-to-computer-architecture/3-arithmetic-logic-unit.md _
#391f930 @ Intermediate Sep 14, 2025

Logic Gates & Memory: Building an 8-Bit Adder from Scratch

Master the building blocks of digital logic. Learn how transistors form AND/OR gates, how Full-Adders perform binary arithmetic, and how Flip-Flops create computer memory.

$ view source --file from-transistor-to-system-a-friendly-guide-to-computer-architecture/2-logic-gates.md _
#78f560c @ Intermediate Sep 7, 2025

How Transistors Work: From Semiconductors to MOSFETs

A deep dive into the world of transistors. Learn about semiconductor physics, P-type vs N-type doping, and how MOSFETs function as the building blocks of CPUs.

$ view source --file from-transistor-to-system-a-friendly-guide-to-computer-architecture/1-transistor.md _