JOVANA
Library Glossary Getting Started Three Levels Fields How it works Mission
Join the mission
All guides

From Transistors to a Chip

A single fingernail of silicon can hold billions of switches — here is how we went from soldering transistors by hand to printing whole computers onto one tiny chip.

What an integrated circuit is

In the last guide you met the transistor — a tiny electrical switch that flips on and off. One switch is not very exciting. But wire thousands of them together in the right pattern and you get something that can add numbers, remember things, and make decisions. The question is: how do you wire thousands of switches together without going mad?

The old way was to make each transistor as its own little component — a bead of silicon with three metal legs — and then solder them onto a board by hand, joining them with wire. For a handful of switches that's fine. For thousands, it's hopeless: too many joints, too much space, too many places for a wire to come loose. The breakthrough idea was almost cheeky in its simplicity. Don't make the parts separately and then connect them. Build them already connected, all at once, on a single sliver of silicon.

That is an integrated circuit, or IC — the thing everyone just calls a chip. "Integrated" simply means the switches and the wiring between them are made together, in one piece, as a single object. Nobody solders the inside of a chip; the connections are grown right into the silicon during manufacturing. What used to be a crowded board full of separate parts becomes one flat tile smaller than your fingernail.

Millions on a die (VLSI)

The single piece of silicon a chip lives on has a name: the die (it rhymes with "pie"). Picture a thin square tile, often just a few millimetres on each side. Everything the chip is — every switch, every wire — sits on that one tile. The whole story of the last sixty years is a story of how many switches we learned to pack onto a die.

The first ICs in the early 1960s held a handful — maybe a few dozen transistors. As people got better at making them smaller, the count climbed: hundreds, then thousands, then hundreds of thousands. Engineers started naming the scale by how integrated it was, and the name that stuck for the big leagues was VLSI — *very-large-scale integration*. Today a single die in your phone or laptop can hold tens of billions of transistors. Not thousands. Billions.

You cannot design billions of anything by placing each piece by hand — your whole life would not be long enough. The trick designers use is the same one that keeps any huge project sane: break it into blocks. Instead of one ocean of switches, a chip is organised into named neighbourhoods, each doing one job. The three you'll meet again and again are logic, memory, and I/O.

  1. Logic — the part that actually computes. Switches arranged to add, compare, and decide. This is where the real "thinking" happens, step by step.
  2. Memory — the part that holds numbers still so the logic can come back to them. Think of it as the chip's notepad and short-term memory.
  3. I/O — short for input/output, the part that talks to the outside world: the wires that bring data in from a camera or keyboard and push results back out to a screen or another chip.

Moore's law

How did we get from a few dozen transistors to billions? Not in one jump, but through a steady, almost eerily regular climb. Back in 1965, an engineer named Gordon Moore noticed that the number of transistors you could fit on a chip was roughly *doubling about every two years*. He expected the trend to keep going, and — astonishingly — it did, decade after decade. That observation got a name: Moore's law.

Why should you care about a doubling number? Because doubling, over and over, gets staggering fast. Twenty doublings is roughly a *million*-fold increase. That relentless compounding is exactly what bought us the modern world: each new generation of chips packed in more switches, which meant more power for the same price, smaller devices, and longer battery life. The computer that once filled a room moved onto a desk, then into a pocket, then onto your wrist — not by magic, but by riding this curve.

Here's the honest part, though: the easy doublings are running out. Transistors are now so small that they're only a handful of atoms wide, and you simply cannot shrink past a single atom. The curve is slowing. That doesn't mean progress stops — it means the cleverness moves elsewhere: stacking chips in 3D, designing parts that specialise in one task, and packaging several dies together. For your purposes the takeaway is simple: the free, automatic doubling that defined fifty years is fading, and the industry is now working a lot harder for each gain.

What's actually on a chip

Let's take a slow walk across a modern die — say, the main processor in a phone — and name the neighbourhoods you'd fly over. Once you can read this map, the chip stops being a mysterious black square and becomes a place you could give directions in.

  1. Cores — the engines that run programs. A core is a self-contained computer: it reads instructions one after another and carries them out. Modern chips have several cores side by side so they can do several things at once, like having multiple cooks in one kitchen.
  2. Cache — small, very fast memory sitting right next to the cores. Fetching data from far away is slow, so each core keeps the things it's using most in this nearby cupboard. On the die, cache often shows up as large, neat, repeating rectangles — it's usually the most orderly-looking region.
  3. Interconnect — the roads. With many cores and memory blocks, you need a network of wiring to move data between them. The interconnect is the chip's internal highway system, and on a big chip its layout matters as much as the buildings it connects.
  4. I/O — the edges, where the chip meets the rest of the device. These are the pads and circuits that connect out to memory chips, the screen, the camera, the battery — every wire that leaves the die passes through here.

Here's the unifying fact that ties the whole tour together: every one of those neighbourhoods — cores, cache, interconnect, I/O — is built from the same basic ingredient, the transistor, wired up in a particular low-power style called CMOS. CMOS is the recipe nearly every modern chip is cooked from. It pairs up two kinds of transistor so that, when a switch is just sitting still, almost no power leaks through. Multiply that little saving across billions of switches and it's the difference between a phone that lasts all day and one that's hot and dead by lunchtime.

So that's the leap, start to finish: one switch is a transistor; many switches built together on a sliver of silicon is an integrated circuit; pack billions of them onto a die in CMOS, organised into cores, cache, interconnect, and I/O, and you're holding a complete computer. In the next guide we'll follow how a design like this is actually drawn up and turned into something a factory can build.