Stack Overflow already has a great thread on this very question. <a href="http://stackoverflow.com/questions/764439/why-binary-and-not-ternary-computing" rel="nofollow">http://stackoverflow.com/questions/764439/why-binary-and-not...</a>
It's completely possible, but it's just not worth it. The information density of ternary is higher than binary, sure, but you now need 3 states to represent it. This applies to ternary vs base 4, and so on. As it turns out, it's been proven that binary has the optimal ratio of info density to symbols, and any higher of a base gives you no net benefit. Unfortunately I don't have a link to the proof on hand, but if someone else does I'd appreciate it.<p>We would also lose decades of knowledge on binary operations and how best to do it. Two's complement is out the window, for instance.<p>Additionally, the entire CS mindset is built around boolean logic. Exclusive-or, for instance, makes no sense when you remove binary operation. There's not much to gain from it either, since any sort of ternary operation can be implemented as a binary operation without that much overhead.
If you think in terms of voltage on a pin, how you would implement ternary? Binary is simple: 0V, or 5V (at least a long time ago...). Transitioning from one state to the other is obvious. How would you do it with ternary logic?
OK, let's try ternary. Oh, why not go to quaternary, or quinary (I mighta made that word up), and so on. Before you know it, we're back to analog!
nob: not only binary
10W "1" "0" "Whatever" (not to be mistaken for power measurement)<p>Could a binary computer teach itself to build ternary circuits?<p>Base(4) is effectively base~2, base_e is purportedly optimal, base`pi is compelling<p>Is 3 a concept best grasped by humans?<p>binary within ternary or ternary within binary?