Why Use Binary? - Computerphile

  Рет қаралды 662,983

Computerphile

Computerphile

Күн бұрын

Surely decimal numbers are easier to understand than binary? So why don't computers use them? Professor Brailsford explains the relationships between binary, power and simplicity.
EXTRA BITS: • EXTRA BITS - Why Binar...
Colossus & Bletchley Park: • Colossus & Bletchley P...
Inside a Data Centre: • Inside a Data Centre -...
Steve Furber on ARM: • ARM Processor - Sowing...
Fishy Codes - Bletchley's Other Secret: • Fishy Codes: Bletchley...
/ computerphile
/ computer_phile
This video was filmed and edited by Sean Riley.
Computer Science at the University of Nottingham: bit.ly/nottscomputer
Computerphile is a sister project to Brady Haran's Numberphile. More at www.bradyharan.com

Пікірлер: 523
@Cynthia_Cantrell
@Cynthia_Cantrell 4 жыл бұрын
As an electrical engineer who has been designing / building analog and digital circuits for work since the late 80's, I'd have to say that the main reason for going binary boils down to power - at least with transistors. The MOSFETs in modern computers consume very little power when they are "ON" (1) or "OFF" (0). When ON the voltage is essentially at the positive power supply rail, and when off they are at ground - a voltage swing that is nearly 100% of the power supply rail. Any time they are between those 2 voltages, (when switching between states for example,) they consume many times more power. It is entirely possible to build transistor circuits with multiple logic levels, but you will suffer a large increase in power when doing so. However, switching between those states will be faster - turning fully ON (saturating) or OFF takes extra time. CRAY computers took advantage of ECL (Emitter-Coupled Logic) and their faster speed by using bipolar transistors that were always "on," i.e. conducting current. The 1 and 0 states were still differentiated by high and low voltages, but their swing was only about 16% of the power rail. This led to very fast computers for Cray, but also required those machines to use exotic and expensive cooling systems to keep running. Over time however, MOSFETs have gotten much smaller and faster - so much so that the ability to use MANY more of them for the same amount of power greatly overcomes the speed advantage of using ECL or other non-saturating logic. Arguably there is another low-power state MOSFETs could use - the Tri-state output - it is neither at the high or low voltage, but rather disconnected from the line. This however would take more transistors at each input and output to decode and encode the signal. And this system is already in use in computers - but it is used for allowing multiple devices to share the same bus (RAM, for example). As far as I know, no one has ever found it advantageous for performing logic or arithmetic as part of the data processing tasks.
@learn905
@learn905 10 ай бұрын
as someone who understands this stuff why binary tho wouldn't it be more efficient to use more numbers based on different voltages. while it would uproot an entire system everything is built on wouldnt it create a faster computer while more complicated wouldnt it allow faster information travel. instead o 10010 youd just say 4 or 9 or even a 2 digit number that would relay the same information im just asking.
@unixbash
@unixbash 8 жыл бұрын
I have so much respect for this man, absolutely fascinating!
@mrs-m
@mrs-m 3 жыл бұрын
He is a lovely man too! He taught me at university!
@squishmastah4682
@squishmastah4682 3 жыл бұрын
@@mrs-m He's a pleasure to listen to and quite informative.
@GeterPoldstein
@GeterPoldstein 8 жыл бұрын
This felt like the first half of a video. Seems like he got to the point of saying "bi-quinary is better than binary" and then didn't deliver a punchline as to why we wound up with binary anyway.
@yevgeniygorbachev5152
@yevgeniygorbachev5152 5 жыл бұрын
Left as an exercise for the reader. Anyway, it's because modern bits have lower voltage differences, so it's not as feasible to do multiple voltage levels. You can also see that with reduction in efficiency in TLC/QLC memory in SSDs.
@SuperBartles
@SuperBartles 3 жыл бұрын
Yevgeniy Gorbachev Didn’t he give that as a reason for not using base 10? I thought he was saying Flowers reckoned he could make biquinary work...Perhaps he was just mistaken in that and quickly discovered as much
@mikeef747
@mikeef747 3 жыл бұрын
​@@yevgeniygorbachev5152 Voltage has nothing to do with it. It's a matter of efficiently maximizing space because binary requires less transistors to count. 8 transistors can represent up to 256 in binary, because it uses exponential counting, decimal needs 10 transistors to get to 55. Binary Maximum Count: 2+4+8+16+32+64+128=256. Decimal Maximum Count: 1+2+3+4+5+6+7+8+9+10=55
@yevgeniygorbachev5152
@yevgeniygorbachev5152 3 жыл бұрын
@@mikeef747 Why are you multiplying by two in one expression and adding one in the other? I was under the impression that decimal was 1 + 10 + ...
@mikeef747
@mikeef747 3 жыл бұрын
​@@yevgeniygorbachev5152 I think your misunderstanding on voltage is you're thinking of electricity circuits vs computing systems. In electrical circuits, 0 = zero power, but 1 can equal different kinds of voltage. In computing a lower voltage to a transistor = 0, any higher voltage = 1 and no voltage the computer is off. It's about counting in powers. The binary counting system is in base-2, which means you reach a new base every two digits or in mathematical terms a new "power" every 2 digits. In decimal, it is done base-10, so you need 10 digits to reach a new power.
@AvZNaV
@AvZNaV 8 жыл бұрын
Every idiot can count to one -Bob Widlar
@tomlxyz
@tomlxyz 8 жыл бұрын
+AvZ „Astatine“ NaV Every idiot can count to 10.
@AvZNaV
@AvZNaV 8 жыл бұрын
tomlxyz Not with a single bit, you can't
@tomlxyz
@tomlxyz 8 жыл бұрын
AvZ NaV If you start with 1 you can.
@Niki_0001
@Niki_0001 8 жыл бұрын
+AvZ “Astatine” NaV "A" in hexadecimal, tadah.
@AvZNaV
@AvZNaV 8 жыл бұрын
You asked for it WXVwLCBJIHdpbg==
@chrisofnottingham
@chrisofnottingham 8 жыл бұрын
What doesn't come out here is that the process of doing digital electronic mathematics with anything other than two states requires far more complex electronics.
@Galakyllz
@Galakyllz 8 жыл бұрын
+chrisofnottingham I agree. It appears to be a minimalization issue whereby you reduce the number of state-elements (0, 1, etc.) but also maximizing state-space. Clearly, as one KZbin comment noted by suggesting a 1-based system of zeroes, the next best solution is zeroes and ones. Any extra state-elements added to the system have a progressive lower effect on the "usefulness" of their existence.
@TJLewiskoolaidman
@TJLewiskoolaidman 8 жыл бұрын
Well yes and no. The complexity from having more than two states will be figuring out how to make transistors relay more than two signals. The complexity of the circuit will overall stay the same.
@chrisofnottingham
@chrisofnottingham 8 жыл бұрын
+TJ.Lewis I'm not convinced the complexity does remain the same. Doing addition with more than two states pretty much turns into analogue computing plus multi level quantizing, which is very much more complex, or some kind of multi level logic that is processed using binary logic anyway. Transistors and valves are just naturally binary or continuous. So we can do binary or continuous mathematics fairly easily but it just isn't easy to impose another fixed number of states. Whereas by contrast, gears can in principle work naturally in any base. It is just the nature of the medium.
@TJLewiskoolaidman
@TJLewiskoolaidman 8 жыл бұрын
chrisofnottingham I do not think it will become completely analogue computing for n states if n > 1, only because it is not a continuous sinusoidal signal. For instance binary signals graphed out will have pits and hills because of having two possible states making rectangles. With three states it starts taking a shape of a triangle. To play devils advocate, at some point it will become somewhat sinusoidal, and graphing will have to be done using integration. In the case of complexity, the schematics of a processing chip in relations to logic gates; even tho it is inherently binary by nature does not mean the chip as a whole using n > 2 states cannot function. With logic gates, any signal not a 0 or 1 will be lost or ignored.
@hrgwea
@hrgwea 8 жыл бұрын
+TJ.Lewis By using ternary the logic gates would be much more complex. With binary a logic gate is a very simple circuit with just 2 transistors. With ternary those circuits would be much more complex than what you gain.
@RemiStardust
@RemiStardust 6 жыл бұрын
This man is a gifted communicator. His life's work has definitely advanced mankind. Respect +1
@stensoft
@stensoft 8 жыл бұрын
Did you notice that they used +5V and -5V? So why not 0V as well? Well, there was actually an experimental computer using balanced ternary (as this system is called) but it was more of emulating it than using it. Transistors are binary only and that's the main reason why we use binary nowadays. However as transistors are very close to hit their physical limits, new methods are developed and these methods (optical, Josephson junction) are in fact ternary. Donald Knuth (father of the analysis of algorithms and author of The Art of Computer Programming, among bazillion other achievements in computer science) predicted that balanced ternary would be the system of the future. (I hope this will be covered in a future Computerfile video.)
@Hunnter2k3
@Hunnter2k3 8 жыл бұрын
I would love to see a balanced ternary video. The logic behind it is just so nice and not all that more difficult really. Equally something I wish was experimented with was ternary or quaternary on hard drives. But it would matter much now since HDD are bssically on there way out. The only really larger density increase recently was SMR, which is horribly slow and only aimed at archival markets. SSD are much cheaper now and sloely catching up on price and density.
@HShango
@HShango 8 жыл бұрын
+Jan Sten Adámek 01000100 01101001 01100100 00100000 01111001 01101111 01110101 00100000 01101110 01101111 01110100 01101001 01100011 01100101 00100000 01110100 01101000 01100001 01110100 00100000 01110100 01101000 01100101 01111001 00100000 01110101 01110011 01100101 01100100 00100000 00101011 00110101 01010110 00100000 01100001 01101110 01100100 00100000 00101101 00110101 01010110 00111111 00100000 01010011 01101111 00100000 01110111 01101000 01111001 00100000 01101110 01101111 01110100 00100000 00110000 01010110 00100000 01100001 01110011 00100000 01110111 01100101 01101100 01101100 00111111 00100000 01010111 01100101 01101100 01101100 00101100 00100000 01110100 01101000 01100101 01110010 01100101 00100000 01110111 01100001 01110011 00100000 01100001 01100011 01110100 01110101 01100001 01101100 01101100 01111001 00100000 01100001 01101110 00100000 01100101 01111000 01110000 01100101 01110010 01101001 01101101 01100101 01101110 01110100 01100001 01101100 00100000 01100011 01101111 01101101 01110000 01110101 01110100 01100101 01110010 00100000 01110101 01110011 01101001 01101110 01100111 00100000 01100010 01100001 01101100 01100001 01101110 01100011 01100101 01100100 00100000 01110100 01100101 01110010 01101110 01100001 01110010 01111001 00100000 00101000 01100001 01110011 00100000 01110100 01101000 01101001 01110011 00100000 01110011 01111001 01110011 01110100 01100101 01101101 00100000 01101001 01110011 00100000 01100011 01100001 01101100 01101100 01100101 01100100 00101001 00100000 01100010 01110101 01110100 00100000 01101001 01110100 00100000 01110111 01100001 01110011 00100000 01101101 01101111 01110010 01100101 00100000 01101111 01100110 00100000 01100101 01101101 01110101 01101100 01100001 01110100 01101001 01101110 01100111 00100000 01101001 01110100 00100000 01110100 01101000 01100001 01101110 00100000 01110101 01110011 01101001 01101110 01100111 00100000 01101001 01110100 00101110 00100000 01010100 01110010 01100001 01101110 01110011 01101001 01110011 01110100 01101111 01110010 01110011 00100000 01100001 01110010 01100101 00100000 01100010 01101001 01101110 01100001 01110010 01111001 00100000 01101111 01101110 01101100 01111001 00100000 01100001 01101110 01100100 00100000 01110100 01101000 01100001 01110100 00100111 01110011 00100000 01110100 01101000 01100101 00100000 01101101 01100001 01101001 01101110 00100000 01110010 01100101 01100001 01110011 01101111 01101110 00100000 01110111 01101000 01111001 00100000 01110111 01100101 00100000 01110101 01110011 01100101 00100000 01100010 01101001 01101110 01100001 01110010 01111001 00100000 01101110 01101111 01110111 01100001 01100100 01100001 01111001 01110011 00101110 00100000 01001000 01101111 01110111 01100101 01110110 01100101 01110010 00100000 01100001 01110011 00100000 01110100 01110010 01100001 01101110 01110011 01101001 01110011 01110100 01101111 01110010 01110011 00100000 01100001 01110010 01100101 00100000 01110110 01100101 01110010 01111001 00100000 01100011 01101100 01101111 01110011 01100101 00100000 01110100 01101111 00100000 01101000 01101001 01110100 00100000 01110100 01101000 01100101 01101001 01110010 00100000 01110000 01101000 01111001 01110011 01101001 01100011 01100001 01101100 00100000 01101100 01101001 01101101 01101001 01110100 01110011 00101100 00100000 01101110 01100101 01110111 00100000 01101101 01100101 01110100 01101000 01101111 01100100 01110011 00100000 01100001 01110010 01100101 00100000 01100100 01100101 01110110 01100101 01101100 01101111 01110000 01100101 01100100 00100000 01100001 01101110 01100100 00100000 01110100 01101000 01100101 01110011 01100101 00100000 01101101 01100101 01110100 01101000 01101111 01100100 01110011 00100000 00101000 01101111 01110000 01110100 01101001 01100011 01100001 01101100 00101100 00100000 01001010 01101111 01110011 01100101 01110000 01101000 01110011 01101111 01101110 00100000 01101010 01110101 01101110 01100011 01110100 01101001 01101111 01101110 00101001 00100000 01100001 01110010 01100101 00100000 01101001 01101110 00100000 01100110 01100001 01100011 01110100 00100000 01110100 01100101 01110010 01101110 01100001 01110010 01111001 00101110 00100000 01000100 01101111 01101110 01100001 01101100 01100100 00100000 01001011 01101110 01110101 01110100 01101000 00100000 00101000 01100110 01100001 01110100 01101000 01100101 01110010 00100000 01101111 01100110 00100000 01110100 01101000 01100101 00100000 01100001 01101110 01100001 01101100 01111001 01110011 01101001 01110011 00100000 01101111 01100110 00100000 01100001 01101100 01100111 01101111 01110010 01101001 01110100 01101000 01101101 01110011 00100000 01100001 01101110 01100100 00100000 01100001 01110101 01110100 01101000 01101111 01110010 00100000 01101111 01100110 00100000 01010100 01101000 01100101 00100000 01000001 01110010 01110100 00100000 01101111 01100110 00100000 01000011 01101111 01101101 01110000 01110101 01110100 01100101 01110010 00100000 01010000 01110010 01101111 01100111 01110010 01100001 01101101 01101101 01101001 01101110 01100111 00101100 00100000 01100001 01101101 01101111 01101110 01100111 00100000 01100010 01100001 01111010 01101001 01101100 01101100 01101001 01101111 01101110 00100000 01101111 01110100 01101000 01100101 01110010 00100000 01100001 01100011 01101000 01101001 01100101 01110110 01100101 01101101 01100101 01101110 01110100 01110011 00100000 01101001 01101110 00100000 01100011 01101111 01101101 01110000 01110101 01110100 01100101 01110010 00100000 01110011 01100011 01101001 01100101 01101110 01100011 01100101 00101001 00100000 01110000 01110010 01100101 01100100 01101001 01100011 01110100 01100101 01100100 00100000 01110100 01101000 01100001 01110100 00100000 01100010 01100001 01101100 01100001 01101110 01100011 01100101 01100100 00100000 01110100 01100101 01110010 01101110 01100001 01110010 01111001 00100000 01110111 01101111 01110101 01101100 01100100 00100000 01100010 01100101 00100000 01110100 01101000 01100101 00100000 01110011 01111001 01110011 01110100 01100101 01101101 00100000 01101111 01100110 00100000 01110100 01101000 01100101 00100000 01100110 01110101 01110100 01110101 01110010 01100101 00101110 00001101 00001010 00001101 00001010 00101000 01001001 00100000 01101000 01101111 01110000 01100101 00100000 01110100 01101000 01101001 01110011 00100000 01110111 01101001 01101100 01101100 00100000 01100010 01100101 00100000 01100011 01101111 01110110 01100101 01110010 01100101 01100100 00100000 01101001 01101110 00100000 01100001 00100000 01100110 01110101 01110100 01110101 01110010 01100101 00100000 01000011 01101111 01101101 01110000 01110101 01110100 01100101 01110010 01100110 01101001 01101100 01100101 00100000 01110110 01101001 01100100 01100101 01101111 00101110
@boozydaboozer
@boozydaboozer 8 жыл бұрын
+Jan Sten Adámek Why not use 0V? Easy: fault detection. Especially in the early days, these valves burned out a lot.
@Huntracony
@Huntracony 8 жыл бұрын
+Herve Shango For anyone too lazy to find a place to convert it, this is what it converts to: Did you notice that they used +5V and -5V? So why not 0V as well? Well, there was actually an experimental computer using balanced ternary (as this system is called) but it was more of emulating it than using it. Transistors are binary only and that's the main reason why we use binary nowadays. However as transistors are very close to hit their physical limits, new methods are developed and these methods (optical, Josephson junction) are in fact ternary. Donald Knuth (father of the analysis of algorithms and author of The Art of Computer Programming, among bazillion other achievements in computer science) predicted that balanced ternary would be the system of the future. (I hope this will be covered in a future Computerfile video.
@ElagabalusRex
@ElagabalusRex 8 жыл бұрын
+Jan Sten Adámek Not only did balanced ternary blow my mind, but Knuth also describes Fibonacci counting (very useful in information theory) and factorial counting (as a curiosity).
@detaart
@detaart 8 жыл бұрын
This series of videos is truly great. I absolutely love listening to Professor Brailsford. I'm a unix and storage guy. I got into this because i loved the technology, but after a while it gets to be a bit of a drag. Watching these videos helped me reignite the passion that made me get into this field. I love it!
@mikehansen7103
@mikehansen7103 8 жыл бұрын
Another advantage of representing numbers in a binary format is it greatly simplifies error correction. Find the location of the error - and you automatically know the correct data - it's simply the inverse of the error.
@softwarelivre2389
@softwarelivre2389 2 жыл бұрын
Hamming codes you mean?
@ElagabalusRex
@ElagabalusRex 8 жыл бұрын
I want to know more about the non-binary attempts at making computers. There isn't much data online about Dekatron vacuum tubes and the Setun balanced ternary computer.
@2Cerealbox
@2Cerealbox 8 жыл бұрын
The end of that video reminds me of Jevons Paradox. The basic idea is that by increasing efficiency of something (in an attempt to conserve that resource) you can drop the price which stimulates demand to a degree that more than makes up for the increase in efficiency.
@OvertravelX
@OvertravelX 8 жыл бұрын
Professor Brailsford is awesome! Thank you for introducing him; I only wish I'd had more profs like him.
@c477um11
@c477um11 8 жыл бұрын
This was actually quite interesting. I had heard in my computing course that it was because of the voltage variation, that they couldn't guarantee that say, 4 volts would always actually be 4 volts and wouldn't drift as he says and become 5 or 3 and mess things up but they could easily guarantee it with binary by making it simply any voltage or no voltage. This video showed that there was a lot more to it than that though, I never really thought about the debate while the technology was still being developed, only about why we use it in terms of modern computing.
@sonic2000gr
@sonic2000gr 8 жыл бұрын
Professor Brailsford is a treasure. I enjoy his videos so much!
@DizzyForPigs
@DizzyForPigs 8 жыл бұрын
That "bi-quinary" system reminds me of those crazy "Diamond Edge 3D" cards that came out in the 90s - they rendered only in quadrilaterals and not triangles like modern graphics cards. Speaking of which, it'd be cool to see more videos related to GPUs! (Pardon the non sequitur-ish nature of my request.)
@Felix-ve9hs
@Felix-ve9hs 7 жыл бұрын
The Note 7 gives you 3rd degree burns even without those valves ;)
@derbuchholzer
@derbuchholzer 8 жыл бұрын
Interesting video. But the lack of using involute gears in that animation at 0:53 was a bit painful to watch.
@Computerphile
@Computerphile 8 жыл бұрын
+derbuchholzer If there's anything I can do to ease the pain I'll try.... >Sean EDIT: Although, perhaps the fact that they're not involute contributes to the slip...
@ten.seconds
@ten.seconds 8 жыл бұрын
+Computerphile _Anything?_ ( ͡° ͜ʖ ͡°)
@JonnyPowell
@JonnyPowell 8 жыл бұрын
+derbuchholzer wow ur so clever plz marry me, bst cmmnt on utube, 10/10, point score > 9000.
@zacksalvage
@zacksalvage 8 жыл бұрын
+derbuchholzer can you explain to those of us who are wondering why you are getting likes?
@rapturecase
@rapturecase 8 жыл бұрын
+derbuchholzer does it grind your gears?
@PC509
@PC509 8 жыл бұрын
I love these videos. Fascinating stuff! Thank you!
@notes_at_dusk
@notes_at_dusk 7 жыл бұрын
This guy is fantastic! The way he talks about concepts that are so foreign to most - like it's nothing - is great. I'd love to chat with him even though I'd be lost.
@messianicrogue
@messianicrogue 8 жыл бұрын
No idea what was being said for 90% of this video, I understood every word being said, I just don't comprehend any of it.
@109Rage
@109Rage 8 жыл бұрын
+messianicrogue tl;dr: Binary is not necessary, and the alternative might even be easier to build for some cases. But it would be a power-hog lick no other, and be quite costly. Is that enough?
@PetorialC
@PetorialC 8 жыл бұрын
+109Rage Great summary, thanks!
@melothemarten1
@melothemarten1 8 жыл бұрын
+messianicrogue Mine was the opposite. His voice is too raspy for me to hear what he's saying.
@thetimelords911
@thetimelords911 8 жыл бұрын
+messianicrogue Thats computerphile and numberphile for you
@KarstenOkk
@KarstenOkk 8 жыл бұрын
+109Rage Is it still a power hog with current technology? I just heard him say it was back in the day, and in the same exact vein as to why we use decimal in standard use, we still use binary.
@mediocreman6323
@mediocreman6323 4 жыл бұрын
I could listen to this man the whole day… And since I love to binge-watch that, I think I kinda do that.
@mattmaloney5988
@mattmaloney5988 8 жыл бұрын
As usual, this is wonderfully insightful. But, does it definitively answer the question, "Why Binary?" -- I must be missing something.
@profdaveb6384
@profdaveb6384 8 жыл бұрын
+Matt Maloney Nowadays chip designers for arithmetic units will cheerfully go fully binary and accept the factor of 3.3 for the number of binary digits compared to decimal This is because each binary logic element is simple and is a low-power transistor or capacitor. But transistors weren't invented until the 1950s. Hence, in Tommy Flowers' day in 1943, each logic element was a power-hungry valve. So, if he'd "gone binary" in his counters as well as for his logic elements, the extra power consumption was non-negligible. On the other hand he couldn't "go fully decimal" because he couldn't keep 10 voltages stable and differentiated. Hence the "bi-qui" compromise. For more on this look inside Jack Copeland's "Colossus" book on page 123 (see EXTRA BITS video, linked off this one, for more about this book)
@C0deH0wler
@C0deH0wler 8 жыл бұрын
Imagine how big and power hungry a non-electronic smartphone-equivalent would be.
@andrasbiro3007
@andrasbiro3007 8 жыл бұрын
+C0deH0wler Probably something like this : vignette3.wikia.nocookie.net/fallout/images/7/76/Pip-Boy_3000.jpg/revision/latest?cb=20110712154420
@sasabarisic8864
@sasabarisic8864 8 жыл бұрын
+András Bíró Well that's still electronic.
@sasabarisic8864
@sasabarisic8864 8 жыл бұрын
***** Electronic**. You don't call your speakers electromechanical devices because they have an analog knob that can turn, do you?
@sasabarisic8864
@sasabarisic8864 8 жыл бұрын
You should look at the lore yourself, it even explicitly states it's an electronical device ("The RobCo Pip-Boy (Personal Information Processor) is an electronic device manufactured by RobCo Industries."). Lack of transistors doesn't make it mechanical.
@sasabarisic8864
@sasabarisic8864 8 жыл бұрын
You don't know what electromechanical devices are.
@BenWeigt
@BenWeigt 7 жыл бұрын
A better question might be, why when your base building block consists of transistors, would you want to use any other base?
@vikmanphotography7984
@vikmanphotography7984 3 жыл бұрын
Balanced ternary.
@DOGMA1138
@DOGMA1138 8 жыл бұрын
How about doing a video about modern vacuum tubes? They are used extensively in communication satellites (traveling wave tubes are pretty much the only amplifier that can reliably be used in a small while offering a small and compact package) and micro-tubes are being developed to be used in cellphones and other microwave communication gear such as Wifi access points so he might get tubes in his mobile sooner than he thinks ::)
@superdau
@superdau 8 жыл бұрын
+DOGMA1138 They don't really have that much to do with computers, so I don't think they fit here (or people watching computerphile would be interested/have physics under their belt). They are analog amplifiers.
@TheCameltotem
@TheCameltotem 7 жыл бұрын
This channel is freaking great!
@feanenatreides
@feanenatreides 7 жыл бұрын
Professor Brailsford demonstrating a Samsung phone while talking about not wanting third degree burns from his computer is suddenly rather ironic.
@DEBBAH1907
@DEBBAH1907 7 жыл бұрын
that's not binary's fault LOL
@davecrupel2817
@davecrupel2817 6 жыл бұрын
feanenatreides xD
@anotherdayisforever
@anotherdayisforever 6 жыл бұрын
I dont know if I would call it ironic. Although it got a lot of media attention that defect was on one samsung design and only happened to a very small number of phones. I think it would be ironic if samsung continuously produced things that caught on fire to the point of being known as the phones that always catch on fire.
@00bean00
@00bean00 5 жыл бұрын
+Cole Knapek And it wasn't even a Samsung phone, it was a vendor-supplied battery.
@woodywoodlstein9519
@woodywoodlstein9519 5 жыл бұрын
feanenatreides lol.
@sdspivey
@sdspivey 4 жыл бұрын
The main reason is that most early electronic computers used relays. Relays only have 2 positions, off or on. Trinary computers have been built (either with bits -1,0,+1 or 0,1/2,1), but never worked well enough to out perform the vast experience we have on binary.
@Pegisus2501
@Pegisus2501 Жыл бұрын
Wow! 🤩 Awesome explanation! 🥳🎉👍🏽💻📱🖨⌨🖱
@jamesessex7374
@jamesessex7374 8 жыл бұрын
Why has this channel not done a video or even talked about memristors yet? And the computer technological significance of this equipment. I am sure many of your viewers have not even heard about memristors yet. ;-)
@Freshbott2
@Freshbott2 8 жыл бұрын
Hi Computerphile, could you guys do some detailed explanations about instruction sets, and show the difference in detail between CISC and RISC?
@tymothylim6550
@tymothylim6550 3 жыл бұрын
Thank you very much for this video :) It was very educational for me and interesting.
@TorreyBraman
@TorreyBraman 8 жыл бұрын
Computerphile. Would you recommend that colossus book? It seems interesting.
@Computerphile
@Computerphile 8 жыл бұрын
+Torrey Braman Professor Brailsford would heartily recommend that book, in fact see the 'extra bits' video for his personal recommendation! >Sean
@TorreyBraman
@TorreyBraman 8 жыл бұрын
Awesome! I think ill look into it!
@franklincerpico7702
@franklincerpico7702 8 жыл бұрын
Ah, another lovely story by the brilliant Professor Brailsford. What voice he has, perfect for story telling. But maybe I'm biased by the fact that I'm American and any proper English accent sounds perfect for story telling.
@jdgrahamo
@jdgrahamo 8 жыл бұрын
+Franklin Cerpico What, pray, is a 'proper' English accent? (speaking as someone from the north east of England) -- And I agree, his voice is perfect for story-telling.
@franklincerpico7702
@franklincerpico7702 8 жыл бұрын
Gammel Prutte Well if I had to narrow it down, there's the accent which the Professor has, which I for lack of a better word label as 'proper' in order to distinguish it from a 'cockney' accent. Not to say a hint of 'cockney' isn't nice too, take Michael Cain for example.
@abcdef2069
@abcdef2069 7 жыл бұрын
it always boils down to "on" or "off" of an atom. decimal or any other number systems are just interpretations. but if you are able to control the eigenstates of an electron, each atom can represent one trillion-cimal, meet the future computer.
@elfboi523
@elfboi523 8 жыл бұрын
What about ternary (base 3)? Digital CMOS circuits have an additional state other than high (+3.3V) and low (0V), a high impedance state in which the output is connected neither to ground (0V) nor to +3.3V. That state is usually not used at all in digital circuits.
@MrSparker95
@MrSparker95 8 жыл бұрын
+elfboi523 The 3rd state is widely used when there are many devices connected to some wires and you need to release these wires for another device to put information on the wires. When the output is in high impedance state and nothing is connected to it any noise can trigger the input to read the wire as '0' or '1' so you can't use the 3rd state like '0' or '1' to represent any actual information.
@MasterOfTheHolyFish
@MasterOfTheHolyFish 8 жыл бұрын
+elfboi523 You are talking about tri-state logic. Back in the day you had to use this because there were no MOSFETs and you had to work with specified currents in bipolar transistors. The problem is that you use pull-up and pull-down resistors which meant you automatically needed more electric power(and speed). In CMOS(PMOS and MMOS combined) the resistors were taken out and the logic gates only consist of transistors. But you still use it in some bus systems.
@andrasbiro3007
@andrasbiro3007 8 жыл бұрын
Mobile device with thermionic valves = Pip Boy
@MattiaRighetti
@MattiaRighetti 6 жыл бұрын
This professor is fascinating
@devdharma3050
@devdharma3050 5 жыл бұрын
Wow.. What an amazing explanation.
@smithmeister
@smithmeister 8 жыл бұрын
riveting stuff. more please computerphile!
@World_Theory
@World_Theory 7 жыл бұрын
Converting between different base number systems by hand is fun. A six sided die can be thought of as being base-6, but most dice are labeled wrong for this; the side with six dots should actually have no dots, to represent zero, because base-six can have only the values: 0, 1, 2, 3, 4, and 5, which is a total of 6 different values. The number "6" in base-10, would be represented by the number "10" in base-6. I want a die which is correctly labeled with 0 through 5. Using a coin toss takes much longer to get large numbers.
@PrinceWesterburg
@PrinceWesterburg 8 жыл бұрын
30 years ago I was talking about what I termed 'Linear Bits' which is whats covered here. all you need is a small pulse of, say 1v between bits that represents the maximum peak and the circuits can calibrate - like analogue video does. Ironically they might need to look at this for quantum computing and transmitting qubits, although they have 2^300 states which is more than the number of atoms in the universe.
@SuperBartles
@SuperBartles 3 жыл бұрын
Fascinating video. thanks
@jalaludinmusawi8993
@jalaludinmusawi8993 8 жыл бұрын
I love this guy's explanation :)
@tubingtubing1
@tubingtubing1 3 жыл бұрын
i only understand like 3% of what this man is saying but i would watch him explain anything
@skwiggsskytower2517
@skwiggsskytower2517 8 жыл бұрын
This needed an example of 0-4 as far as voltage goes. would they still be using +5 -5 and just detecting outputs @ 5,3,0,-3,+5? MUCH more info needed on how they decided it was "stable" i can see computers splitting logical commands from calculator commands but.. i'm really concerned with the latency of transferring data between base 5 and base 2. Also concerned that data storage wasn't mentioned. Please do a follow up.
@thosewhowish2b693
@thosewhowish2b693 2 жыл бұрын
Digital Communications use multiple voltage levels to pack more bits per clock cycle though. PAM (Pulse Amplitude Modulation) is used in Ethernet and QAM (Quadrature ditto) in WiFi.
@avro549B
@avro549B 8 жыл бұрын
11 x 17" greenbar paper! Nostalgia washes over me.
@phuturephunk
@phuturephunk 6 жыл бұрын
Because at the most basic level, computers are just really really REALLY complicated implementation of simple circuits switching on and off. 1 = On 0 = Off. Saved you some time.
@DJ_Cthulhu
@DJ_Cthulhu 6 жыл бұрын
Tommy Flowers; One of the pioneers of computing. Kudos.
@Galakyllz
@Galakyllz 8 жыл бұрын
I just realized that I don't understand the physics of the "vacuum tube" transistor. I'll probably google it in a few days, but if you made a video about it, that would be awesome!
@mikecollins3627
@mikecollins3627 8 жыл бұрын
bloody interesting video, thanks!
@severusfumizuki9934
@severusfumizuki9934 7 жыл бұрын
Nice vid, but doesn't actually explain the actual question asked. The reason, short version, is that actually building the electronics to perform mathematical operations, becomes AMAZINGLY more complex, when you have to use more than 2 possible states. Everything else, like keeping voltages apart, can be solved by improving the technology involved, but the complexity of the circuits required, can't.
@evanbrunner3589
@evanbrunner3589 3 жыл бұрын
one of the best story tellers ever
@thecassman
@thecassman 8 жыл бұрын
3:24 I'd also buy one... +Computerphile - Any chance of you branching into merch??
@Yupppi
@Yupppi 3 жыл бұрын
But I do want my guitar amp made with valves :) interestingly it's rare to see the bias in the grid in guitar amps, it's mostly in the cathode and the signal is in the grid. I guess you get better amplification when the signal is the control voltage in the grid, you can make cathode have rather negative voltage.
@kn0xvillian
@kn0xvillian 8 жыл бұрын
how would you represent bi-quinary states on persistant storage devices?
@TiagoTiagoT
@TiagoTiagoT 6 жыл бұрын
Have you guys done a video on analog computers already?
@gabrieldarlington9198
@gabrieldarlington9198 3 жыл бұрын
This guy is so interesting to listen too!
@Seegalgalguntijak
@Seegalgalguntijak 8 жыл бұрын
I think somebody should print a t-shirt with that logarithm and send it to Professor Brailsford!
@IceMetalPunk
@IceMetalPunk 8 жыл бұрын
But now the question becomes this: if you're using multiple analog voltage separations to encode the values 0-4, how do you *store* those values? Currently we can store data because we can turn things on/off, or reorient magnets north/south, etc. How would you do that with 5 possible states, or worse, 10?
@IceMetalPunk
@IceMetalPunk 8 жыл бұрын
***** That works for large-scale machines, but how could you do it fully electronically so it can be miniaturized enough for laptops, tablets, phones, or even just desktop PCs?
@IceMetalPunk
@IceMetalPunk 8 жыл бұрын
***** That's what I figured XD I just wondered why that wasn't addressed in the video, since it's a very important reason to use binary.
@michaeltempsch5282
@michaeltempsch5282 8 жыл бұрын
+Joe Mills Multiples of 2 is what makes sense given the computer systems we have that uses the storage. If you build a 5 level system, you're of course free to use only 5 of the 8 levels in TLC flash (or build specific 5-level flash). What I replied to was the question of how to store multiple levels in memory, nothing about existing such memory not being binary based.
@IceMetalPunk
@IceMetalPunk 8 жыл бұрын
Michael Tempsch But the entire point of the video was "why don't we use something other than binary?" To say "you could do it by using parts of binary" is redundant.
@michaeltempsch5282
@michaeltempsch5282 8 жыл бұрын
+IceMetalPunk As stated, you don't have to use 'parts of binary.' You could design a specific 5-level flash memory - the tech is there, currently up to 8 levels. Given this question in your original post: "Currently we can store data because we can turn things on/off, or reorient magnets north/south, etc. How would you do that with 5 possible states, or worse, 10?", I pointed to a current technique that actually does this. I fail to see how the basic technique must be disqualified because it in current implementations uses a number of levels that is a power of 2.
@MultiOmgme
@MultiOmgme 8 жыл бұрын
Can someone explain. When he was talking about Log to the base 2 of 10 = 3.322, does that just give you the maximum number of bits needed for a two digit or any digit number because 10 being a two digit number definitely doesn't need 7 bits.
@MulleDK19
@MulleDK19 5 жыл бұрын
It's how many bits you need to represent all numbers up to the highest 2 digit number. For the highest 4 digit number (9999) you need 4 * 3.322 = 13.288 = 14 bits.
@liranpiade4499
@liranpiade4499 6 жыл бұрын
I understand the issue with decimal, but why not hexadecimal, or heck, even base 4? They're powers of 2.
@ahmidahmid9303
@ahmidahmid9303 5 жыл бұрын
big respect prof
@meatbleed
@meatbleed 4 жыл бұрын
We have done nothing but modify existing concepts since the dawn of computers. Is it not time to rebuild them? Reinvent them from the ground up? Binary was the best method back then, but today, we can use what we've got to make the next generation. A new computer.
@mikeef747
@mikeef747 3 жыл бұрын
The real reason? Computers took a lot of space in the beginning some were entire buildings. You only need 8 transistors to count to 256 in binary, you need 10 to count to 55 in decimal. Binary Maximum Count: 2+4+8+16+32+64+128=256. Decimal Maximum Count: 1+2+3+4+5+6+7+8+9+10=55
@bjarnenilsson80
@bjarnenilsson80 2 жыл бұрын
Well you probably wold not get those 3 degrre burns anywhy, because you phone , let alone the batery to run the thing fir more than 2 secoonds, wokd not fin in your pocet if the phone was made with thermionic valves but tge comparison made me smile anyway, thanks for another great video
@JustSomeAussie1
@JustSomeAussie1 7 жыл бұрын
I wish this man was my Grandfather. I would talk to him all the time.
@RussTeeTrombone
@RussTeeTrombone 5 жыл бұрын
fantastic. This man is a national treasure.
@gregcollins3404
@gregcollins3404 7 жыл бұрын
This is basically a performance to cost issue. Because the cost of a simple 2 state circuit is so low (2 transistors), binary gives the most performance for the least cost. In other words, a 4-bit binary circuit is simpler than a single 10-state circuit.
@jasonlisonbee
@jasonlisonbee 6 жыл бұрын
It would be interesting to see a modern base ten computer.
@martinmartinmartin2996
@martinmartinmartin2996 6 жыл бұрын
I have the greatest respect for Professor Brailsford, and I realize that the subject of electrical noise may be too complex to introduce on Computerphile. However it is difficult to understand how base 2 can be justified for use in computers without a discussion of electrical noise and logic levels that represent the 0/1 of digital computers. observerms
@RobBCactive
@RobBCactive 2 жыл бұрын
When you look at the first applications, the code breakers were dealing with morse or 5 bit radio telex code signals. A complex multi-level system to do base 10 arithmetic simply wasn't required. The messages were sent in extended alphabets, encoded by bits. I found it bizarre to suggest optimising computers for decimal, inflicting unnatural complexity on every operation.
@MusicEngineeer
@MusicEngineeer 3 жыл бұрын
hmm - so when building a machine for processing in decimal, i may need only around 1/3 the number of components (like single-digit adders, storage registers, etc.), but i guess, each of these components would then have to be 3 times as complex (i.e. have 3 times more sub-components). right? or wrong?
@RobBCactive
@RobBCactive 2 жыл бұрын
When you look at the first applications, the code breakers were dealing with morse or 5 bit radio telex code signals. Why? Sending signals reliably. Most likely a decimal multi-level machine would be far more complex, than say buildng binary coded decimal in 4 or 8 bits, which has had real implementations, because you'd need far more accuracy than in on/off based systems. Every application would pay the cost, for text a decimal system would be sub-optimal. Basic signal validation would become a whole digit requiring complex multi-digit calculations for example, rather than a simple parity.
@krombopulos_michael
@krombopulos_michael 8 жыл бұрын
This didn't really explain why binary is used now. So there was an alternative base 10 system on the valve computers at Bletchley Park. Why aren't we still using that system then? What happened to it?
@galier2
@galier2 6 жыл бұрын
Transistor logic happenned. The big difference between transistor logic and valve logic is that the spike in power consumption is only when switching not all the time. Valves are power hogs all the time, transistors only when switching. So simply having a register to hold a value would draw power, so it made sense to have the smallest amount of circuitery. In transistor logic, you can have a lot of static circuitery which will not consume that much power when nothing happens on them. So representing numbers in binary allows for simpler circuits, even if there are more of them in the computer. It's the same thing with relays. Most relay computers also used binary representation (Zuse Z3 even in 1941) because in relays it's also the transition that is costly.
@DJstarrfish
@DJstarrfish 6 жыл бұрын
We figured out that physics doesn't have ten fingers.
@bryede
@bryede 5 жыл бұрын
A circuit that can natively store and retrieve one of 10 states would be complicated to build and would include a lot of analog components that aren't efficient to miniaturize on ICs. Two state logic requires so few parts per bit that it makes sense to keep using it, at least with current technology.
@Rune_tide
@Rune_tide 8 жыл бұрын
I wonder... with our current manufacturing and fabricating abilities, is making a decimal computer system still THAT inefficient compared to binary anymore? I mean yeah it might be a little bit, but considering how small we can make things, how efficient on power they are, it has to be somewhat plausible. I'd love to see that as an exploration of our computing abilities to see if perhaps there is a better way to, well, computer, from the ground up.
@hares295
@hares295 8 жыл бұрын
Did someone find a better alternative so far? or even tried to ? just out of curiosity
@katanah3195
@katanah3195 6 ай бұрын
There were some attempts at ternary computers in the Soviet Union, but circumstances of the Cold War led them to be scrapped in favour of stealing binary systems from the West to save resources and research time.
@quenchize
@quenchize 6 жыл бұрын
You could argue that binary is not in fact used for DSL transmission where there can be as many as 15 bits per symbol. They use a combination of voltage levels and phase modulation to encode more bits into each symbol.
@sn3k
@sn3k 4 жыл бұрын
Technically, the most effective base for arithmetic is e, but that's silly. 3 would still be better than two though
@markusosterle3958
@markusosterle3958 2 жыл бұрын
I have heard that before! Why is that and can you give a source so i can read more about it please?
@vikmanphotography7984
@vikmanphotography7984 3 жыл бұрын
Ternary would be an even better option. About 64% more efficient than binary for storing a random data set. (Base e is perfectly efficient but not much better than 3 and much much harder to apply)
@gedasstrazdauskas1770
@gedasstrazdauskas1770 5 жыл бұрын
Why not the balanced ternary. It's the most efficient integer base system i.e. the closest one to the base e.
@NevaranUniverse
@NevaranUniverse 8 жыл бұрын
Our Computer Architecture teacher says that trinary is better performance and size-wise compared to binary, but people started with binary and stayed with it, just like the qwerty keyboard over the dvorak, even through dvorak keyboard is better
@BattousaiHBr
@BattousaiHBr 8 жыл бұрын
+Captain Nevaran and just like humans began learning in decimals and we probalby wont change even if other bases are easier to calculate with.
@NoriMori1992
@NoriMori1992 8 жыл бұрын
+Captain Nevaran Dvorak has not been conclusively proven to be better.
@NevaranUniverse
@NevaranUniverse 8 жыл бұрын
NoriMori In an article it has been said that a person with same experience in dvorak, manages to type 20%+ faster than a qwerty keyboard, because of the key layouts(of course thats language-specific)
@BattousaiHBr
@BattousaiHBr 8 жыл бұрын
Captain Nevaran i'd personally require the source of this article and how the experiment was conducted, but yes i definitely wouldnt doubt that being the case. however we're never going away from QWERTY now.
@gregorymalchuk272
@gregorymalchuk272 2 жыл бұрын
@@NevaranUniverse What kind of trinary computer did your teacher suggest? Tri-state CMOS logic where the third state is a high impedance state where the output is disconnected from both ground and the power supply?
@MrSlowestD16
@MrSlowestD16 8 жыл бұрын
Storage is one thing, but what about the logic itself, which is inherently binary? That would all have to be converted to base 5 or base 10 or whatever. I feel like that would be incredibly difficult, but maybe I'm missing something.
@mixcocam
@mixcocam 8 жыл бұрын
Didn't understand why today that we are having power consumption problems we are still not moving towards either bi-quinary or decimal? Anyone understand that?
@Abhothra
@Abhothra 8 жыл бұрын
Can you guys now do one about excess notation ?! pls ?!?
@robertlinke2666
@robertlinke2666 8 жыл бұрын
i always thought that binary was arbitrary due to the 2-way logic gates. its AND using both 1, OR if 1 is an actual 1 and 1 is an actual 0. i thought thats why base 2 was being used, instead of base 5 or base 10
@swapanjain892
@swapanjain892 7 жыл бұрын
Why did he calculate log10 base 2 .
@laxmikant8041
@laxmikant8041 4 жыл бұрын
He just wanted to show of! But on a serious note...to store one bit of data you need one basic memory component, namely flip flop and becuase we need to store, say 99, we need atleast 7 such basic memory blocks. But if somehow we have designed a basic memory block capable of having 10 states for representing 10 binary digits instead of current capability of 2 for binary then we would need only 2 basic memory blocks for storing 99; one for each digit. 7/2 = 3.5 which is slightly greater than 3.22 cause we always have natural number for counting. So our storing capacity and in fact entire binary based digital system would be atleast 3.22 times more bulky than its decimal based counterpart
@pratikmaitra8543
@pratikmaitra8543 3 жыл бұрын
As mentioned by him later in the same video it is to calculate the maximum number of bits required to represent any 'n' digit number in its binary equivalent. Log 10 base 2 is 3.22. The professor mentions clearly that if you multiply this value 3.22 with the number of digits 'n' of your decimal number and them take the ceiling value you would get the maximum number of bits required for its representation. For Example if you have a 2 digit number say 35 or 48 or 99(the greatest 2 digit number) then you require 2×3.22=6.44 and take its ceiling ie 7. So 7 bits or a 7 bit length binary number can represent all 2 digit decimal numbers. Similarly for 3 digit numbers say 999 the max number of bits for binary representation is 3×3.22=9.66 and then take ceiling of 9.66 ie 10. So a 10 bit binary number can represent all 3 digit decimals. Same for 4 digits and so on. Binary numbers reduce complexity of logic but as you can see increase the circuitry by a lot. For a 2 digit decimal number you have to use 7 times the circuitry for doing the same.
@diab-maslaha
@diab-maslaha 3 ай бұрын
he said in the video that you can find the number of binary bits required to represent a decimal number by multiplying the number of decimal digits by 3.322, lets take (14)10 for example, you can represent it in binary using only 4 binary bits (1110) but if you multiply 2*3.322 you will get 7! can any one explain this to me?
@Indigofrost
@Indigofrost 8 жыл бұрын
so is it actually worth it to possibly switch from binary to that 0-9?
@salvatoreshiggerino6810
@salvatoreshiggerino6810 5 жыл бұрын
Babbage should have invented the CNC mill. The textile industry had already began to embrace that kind of automation, this would not have been a foreign concept to him.
@ihrbekommtmeinenrichtigennamen
@ihrbekommtmeinenrichtigennamen 8 жыл бұрын
Thank you for this video. A colleague of mine asked me that a while ago. I tried to explain it but I wasn't able to put it into simple enough words. I'll send him this video.
@KarstenOkk
@KarstenOkk 8 жыл бұрын
What a fantastic man.
@teehee1604
@teehee1604 8 жыл бұрын
I don't claim to know too much about computers, so please tell me if this is a stupid question. But if we were to switch to using decimal rather than binary, could we in theory have a CPU that is 2-3 times faster with the same size chip?
@boptillyouflop
@boptillyouflop 8 жыл бұрын
+teehee1604 No, because even though it would take less digits to represent the same numbers, what slows down computers isn't the number of bits - it's not too hard to turn a 32bit cp into a 64bit cpu, and if there were any reason to build 128bit or 256bit computers, we would be doing it. The limiting factor for speed is how fast the gates can switch and how fast signals can go through the chip (ie the speed of light). So even if you replaced your 64bit computer with a 19 digit computer (about equivalent), it still wouldn't be faster.
@ntwede
@ntwede 8 жыл бұрын
How about a complex base number system?
@Honzaik
@Honzaik 8 жыл бұрын
can you do a video on the log2(10) and why does it work like that and let someone "prove" it.
@thenorup
@thenorup 8 жыл бұрын
+Honzaik ln10 is simply the amount of bits you need to write 10 in binary.
@Honzaik
@Honzaik 8 жыл бұрын
+thenorup ok thats cool but why does it work like that, thats what i want to know ;) and basically the connection between log functions and computers is pretty interesting and I would love to see a video on that
@superdau
@superdau 8 жыл бұрын
+thenorup ln10 is wrong. It is log to base 2 of 10 (hard to write out). Why does that work? There is no special connection between computers and log functions. It's a purely mathematical connection and nothing special about it. Just the way logs work.
@thenorup
@thenorup 8 жыл бұрын
Yes indeed, ofc it should be log2(10)
@sudevsen
@sudevsen 7 жыл бұрын
why didn't base 5 catch on?
@bloodalchemy
@bloodalchemy 8 жыл бұрын
+Computerphile you mentioned that binary is perfect for logic processing. is there something that explains in plain understanding what logic processing in decimal is like and why it's inferior to binary?
@SkyrimHod
@SkyrimHod 8 жыл бұрын
+bloodalchemy I would assume that it's because in logic, a statement is either true or it is false. A computer can then be programmed so that if it is true, it does one thing, If it's false, it does something else.
@skwiggsskytower2517
@skwiggsskytower2517 8 жыл бұрын
+bloodalchemy Decimal logic processing. I might be able to explain this simply. currently logic gates have wires that either have power being supplied or not being supplied. it connects them in different ways and if power comes out, then it's (true/on/1) if no power comes out its (false/off/0) Nothing else is needed to have a reliable answer. For a "decimal logic" gate You'd have to define what true and false are. Like is 4 true? and 8 false? is 9 "more true" than 3? the result of such a gate still has to come out as true or false (else it's a calculator and not a logic gate) The concept of "more true", "more false","less true" and"less false" isn't really helpful unless you know by how much more/less true/false it is. In that case the result (aka "7" ) would be the output and now we're back to is 7 true or false. Yes it gives you more options for an answer but is a complete waste if you just want true or false. Binary uses less hardware, less power, and less uncertainty. Hope this helped.
@00bean00
@00bean00 5 жыл бұрын
*in Boolean logic, yes
@rursus8354
@rursus8354 2 жыл бұрын
Because it is easier than quaternary when constructing logic gates and latches. But solid state storage uses multiple voltage levels.
@CompactStar
@CompactStar Жыл бұрын
Who else came expecting him to talk about ternary computers?
@mbyb6817
@mbyb6817 2 жыл бұрын
Mother nature uses base4 for the DNA code. Why not use that?
@spengu64
@spengu64 8 жыл бұрын
In Soviet Russia they made trinary computer, it was much more efficient compared to binary. But unfortunately because money issues they didn't make it better, they started copying west. But the interesting 1 and 0 was they used 1, 0 and -1, which made negative numbers easier to express than in binary. also some calculating stuff was easier
@katanah3195
@katanah3195 6 ай бұрын
There is *so* much Soviet tech with incredible potentials that we just straight up lost because of the pressures and constraints of the Cold War. I'm not mad the Soviets lost. I'm mad at the science that never happened because they were forced to fight a war instead of spending time and resources on scientific pursuits for the sake of scientific advancement.
Where did Bytes Come From? - Computerphile
11:31
Computerphile
Рет қаралды 473 М.
ФОКУС С ЧИПСАМИ (секрет)
00:44
Masomka
Рет қаралды 4,4 МЛН
Mini Jelly Cake 🎂
00:50
Mr. Clabik
Рет қаралды 14 МЛН
How to open a can? 🤪 lifehack
00:25
Mr.Clabik - Friends
Рет қаралды 11 МЛН
ОДИН ДОМА #shorts
00:34
Паша Осадчий
Рет қаралды 3 МЛН
Binary Coded Decimal (BCD) & Douglas Adams' 42 - Computerphile
14:07
Computerphile
Рет қаралды 122 М.
Computers Without Memory - Computerphile
8:52
Computerphile
Рет қаралды 333 М.
Cracking Websites with Cross Site Scripting - Computerphile
8:34
Computerphile
Рет қаралды 1,5 МЛН
Why C is so Influential - Computerphile
10:50
Computerphile
Рет қаралды 1,9 МЛН
Physics of Computer Chips - Computerphile
12:00
Computerphile
Рет қаралды 610 М.
The Problem with Time & Timezones - Computerphile
10:13
Computerphile
Рет қаралды 4 МЛН
Complex Fibonacci Numbers?
20:08
Stand-up Maths
Рет қаралды 1 МЛН
Ricci Flow - Numberphile
14:41
Numberphile
Рет қаралды 954 М.
Why Do Computers Use 1s and 0s? Binary and Transistors Explained.
7:00
Basics Explained, H3Vtux
Рет қаралды 4,2 МЛН
ФОКУС С ЧИПСАМИ (секрет)
00:44
Masomka
Рет қаралды 4,4 МЛН