Bits, Qubits, and the Question of How
A classical bit is the simplest thing in computing: it is either 0 or 1, never both, never in between. Every file, photo, and video on your devices is ultimately just a long string of such bits — billions of tiny switches, each firmly set.
A qubit refuses to be that simple. It can be 0, it can be 1 — and it can also exist in a blend of 0 and 1 at the same time. Not "we don't know which," but a genuine, physical in-between that behaves like a wave and can interfere with itself.
That immediately raises the natural question: how is this possible? How can one thing be in two states at once? It is the first question every student asks, and it deserves a direct answer rather than a shrug.
The one-word answer is superposition. Superposition is the strangest and most central idea in all of quantum computing: quantum objects can occupy a combination of their possible states until they are measured. Everything else in this course — the algorithms, the speedups, the hardware headaches — grows out of this one idea.
For the full treatment — what a qubit mathematically is, the Born rule, the Bloch sphere, and why measurement collapses the blend — see the qubits lesson. This page is just the doorway: bits are either/or, qubits can be both, and superposition is the name of the magic.
Go deeper — the math & the rigor
A classical bit has exactly two distinguishable states, and the state of a bit is always one of them. A qubit's state space is continuous: its state is a point on the Bloch sphere, and every point on that sphere is a valid state. The two poles are |0⟩ and |1⟩, but the entire surface between them — infinitely many states — is equally real. That continuity is what "blend" means, made precise.
Formally, a single-qubit state is \(|\psi\rangle = \alpha|0\rangle + \beta|1\rangle\) with complex amplitudes satisfying \(|\alpha|^2 + |\beta|^2 = 1\). The Born rule connects this continuous description to the discrete world of measurement: measuring in the computational basis yields 0 with probability \(|\alpha|^2\) and 1 with probability \(|\beta|^2\), and the state collapses to the observed outcome. So the qubit's richness lives between measurements — during the computation — and only a single classical bit survives each measurement.
That last point is the discipline behind the wonder. A qubit is not a bit that secretly stores infinite information you can read out — extracting information is bottlenecked by measurement, which returns just one bit per qubit. Superposition gives the computation room to maneuver (interference among amplitudes), not the observer a bigger readout. Keeping those two roles apart is the key to understanding everything that follows.
Key takeaways
- A classical bit is always exactly 0 or 1 — two distinguishable states, nothing in between.
- A qubit can exist in a blend of 0 and 1 — a genuine physical in-between, not mere ignorance.
- The one-word answer to 'how is this possible?' is superposition — the strangest and most central idea in quantum computing.
- A qubit's state space is continuous: every point on the Bloch sphere is a valid state.
- Measurement yields a single classical bit and collapses the blend — the richness lives during the computation, not in the readout.
Check your understanding
Q1.What is the fundamental difference between a bit and a qubit?
A bit has two distinguishable states; a qubit can occupy a superposition — a genuine blend of 0 and 1 that can interfere.
Q2.What is the one-word answer to 'how can a qubit be 0 and 1 at once?'
Superposition — the ability of quantum objects to occupy a combination of states — is the central idea behind the qubit.
Q3.You measure a qubit and get the result 1. What can you now read out from that qubit?
Measurement collapses the superposition to one classical outcome; the amplitudes α and β are not directly readable.
Tip: press ← / → to turn pages.