Tagged articles
12 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Jun 9, 2025 · Fundamentals

How Logic Gates Build a Computer: From Binary to CPU Explained

This article walks you through the basic principles of how computers operate, illustrating how simple logic gates can be combined to create binary arithmetic, memory storage, and control logic, ultimately forming a CPU that can execute instructions and perform calculations automatically.

CPUMemorybinary arithmetic
0 likes · 8 min read
How Logic Gates Build a Computer: From Binary to CPU Explained
IT Services Circle
IT Services Circle
May 22, 2024 · Fundamentals

Understanding Binary, Logic Gates, and How CPUs Process Information

This article explains how CPUs interpret binary signals as voltage levels, describes basic logic gates such as AND, OR, NOT, shows how they combine to perform arithmetic like addition, and clarifies that hardware itself lacks understanding, relying on human-designed instruction sets and compilers to give meaning to 0s and 1s.

BinaryCPUcomputer fundamentals
0 likes · 6 min read
Understanding Binary, Logic Gates, and How CPUs Process Information
Liangxu Linux
Liangxu Linux
May 9, 2021 · Fundamentals

How a Simple Switch Becomes a Powerful CPU: From Transistors to Logic Gates

This article explains how a single transistor acts as a switch, how combining AND, OR, and NOT gates yields logical completeness, how binary addition is built from these gates, and how registers, memory, instruction sets, and clock signals together form a functional CPU.

CPUcomputer architecturedigital logic
0 likes · 14 min read
How a Simple Switch Becomes a Powerful CPU: From Transistors to Logic Gates
Liangxu Linux
Liangxu Linux
Nov 24, 2020 · Fundamentals

Build a Minecraft 7‑Segment Display Using Redstone Logic Gates

This tutorial explains how to recreate basic digital logic gates in Minecraft with redstone, encode decimal numbers using BCD, and combine those gates to construct a functional 4‑digit 7‑segment display, complete with an encoder, decoder, and blanking control.

7-segment displayBCDMinecraft
0 likes · 14 min read
Build a Minecraft 7‑Segment Display Using Redstone Logic Gates
Liangxu Linux
Liangxu Linux
Oct 14, 2020 · Fundamentals

What Are the Minimal Building Blocks of a CPU? From Relays to Logic Gates

This article explains the fundamental hardware components of a CPU, starting with early relay‑based machines, describing basic logic gates, constructing simple adders and an ALU, detailing memory and registers, and illustrating the fetch‑decode‑execute cycle and the evolution of machine code to assembly language.

ALUAssembly LanguageCPU
0 likes · 12 min read
What Are the Minimal Building Blocks of a CPU? From Relays to Logic Gates
Liangxu Linux
Liangxu Linux
Oct 12, 2020 · Fundamentals

How Simple Relays Build Binary Logic: From Electricity to a DIY Computer

This article explains how basic electrical phenomena, relays, and binary arithmetic combine to form logic gates, adders, flip‑flops, counters, RAM, and ultimately a rudimentary 8‑bit computer, illustrating each step with clear diagrams and practical examples.

DIY computerbinary arithmeticcomputer architecture
0 likes · 22 min read
How Simple Relays Build Binary Logic: From Electricity to a DIY Computer
Programmer DD
Programmer DD
Apr 26, 2020 · Fundamentals

How Two Kids Built a 32‑Bit Binary Adder from Scratch

A whimsical classroom story shows how elementary students discover binary counting with fingers, learn about AND, OR, and NOT gates, design a one‑bit full adder, and ultimately connect dozens of them to create a 32‑bit binary adder that solves large addition problems.

Binarydigital logiceducation
0 likes · 11 min read
How Two Kids Built a 32‑Bit Binary Adder from Scratch
Liangxu Linux
Liangxu Linux
Mar 1, 2020 · Fundamentals

How Kids Turn Finger Counting into a 32‑Bit Binary Adder

A whimsical classroom tale shows how elementary students discover binary representation with their fingers, translate it into truth tables, construct a one‑bit adder using AND, OR, and NOT gates, and then scale the design into a full 32‑bit binary adder, illustrating fundamental digital‑logic concepts.

Binarycomputer fundamentalsdigital logic
0 likes · 12 min read
How Kids Turn Finger Counting into a 32‑Bit Binary Adder
Liangxu Linux
Liangxu Linux
Dec 22, 2019 · Fundamentals

How Simple Logic Gates Build a CPU: From Diodes to 4‑Bit Adders

This article explains how basic semiconductor concepts and diode‑based logic gates can be combined into simple arithmetic circuits, registers, and a minimal instruction set to construct a functional 4‑bit CPU, illustrating each step with diagrams and historical context.

CPUSemiconductorsadders
0 likes · 13 min read
How Simple Logic Gates Build a CPU: From Diodes to 4‑Bit Adders