Why Use Binary? - Computerphile

Sdílet
Vložit
  • čas přidán 30. 05. 2024
  • 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

Komentáře • 522

  • @Cynthia_Cantrell
    @Cynthia_Cantrell Před 4 lety +75

    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 Před 11 měsíci

      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 Před 8 lety +368

    I have so much respect for this man, absolutely fascinating!

    • @mrs-m
      @mrs-m Před 3 lety +7

      He is a lovely man too! He taught me at university!

    • @squishmastah4682
      @squishmastah4682 Před 3 lety +2

      @@mrs-m He's a pleasure to listen to and quite informative.

  • @GeterPoldstein
    @GeterPoldstein Před 8 lety +394

    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 Před 5 lety +60

      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 Před 3 lety +2

      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 Před 3 lety +8

      ​@@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 Před 3 lety +8

      @@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 Před 3 lety +1

      ​@@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 Před 8 lety +346

    Every idiot can count to one
    -Bob Widlar

    • @tomlxyz
      @tomlxyz Před 8 lety +7

      +AvZ „Astatine“ NaV Every idiot can count to 10.

    • @AvZNaV
      @AvZNaV Před 8 lety +20

      tomlxyz Not with a single bit, you can't

    • @tomlxyz
      @tomlxyz Před 8 lety +6

      AvZ NaV If you start with 1 you can.

    • @Niki_0001
      @Niki_0001 Před 8 lety +3

      +AvZ “Astatine” NaV "A" in hexadecimal, tadah.

    • @AvZNaV
      @AvZNaV Před 8 lety +1

      You asked for it
      WXVwLCBJIHdpbg==

  • @RemiStardust
    @RemiStardust Před 6 lety +17

    This man is a gifted communicator. His life's work has definitely advanced mankind. Respect +1

  • @chrisofnottingham
    @chrisofnottingham Před 8 lety +102

    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 Před 8 lety +9

      +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 CZcams 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 Před 8 lety

      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 Před 8 lety +3

      +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 Před 8 lety +2

      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 Před 8 lety +1

      +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.

  • @stensoft
    @stensoft Před 8 lety +92

    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 Před 8 lety +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 Před 8 lety +2

      +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 Před 8 lety +33

      +Jan Sten Adámek Why not use 0V? Easy: fault detection. Especially in the early days, these valves burned out a lot.

    • @Huntracony
      @Huntracony Před 8 lety

      +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 Před 8 lety +3

      +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 Před 8 lety +42

    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 Před 8 lety +16

    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.

  • @ElagabalusRex
    @ElagabalusRex Před 8 lety +27

    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 Před 8 lety +12

    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.

  • @c477um11
    @c477um11 Před 8 lety +5

    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.

  • @derbuchholzer
    @derbuchholzer Před 8 lety +228

    Interesting video.
    But the lack of using involute gears in that animation at 0:53 was a bit painful to watch.

    • @Computerphile
      @Computerphile  Před 8 lety +47

      +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 Před 8 lety +97

      +Computerphile _Anything?_ ( ͡° ͜ʖ ͡°)

    • @JonnyPowell
      @JonnyPowell Před 8 lety +2

      +derbuchholzer wow ur so clever plz marry me, bst cmmnt on utube, 10/10, point score > 9000.

    • @zacksalvage
      @zacksalvage Před 8 lety +2

      +derbuchholzer can you explain to those of us who are wondering why you are getting likes?

    • @rapturecase
      @rapturecase Před 8 lety +38

      +derbuchholzer does it grind your gears?

  • @Felix-ve9hs
    @Felix-ve9hs Před 7 lety +41

    The Note 7 gives you 3rd degree burns even without those valves ;)

  • @DizzyForPigs
    @DizzyForPigs Před 8 lety +9

    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.)

  • @OvertravelX
    @OvertravelX Před 8 lety +7

    Professor Brailsford is awesome! Thank you for introducing him; I only wish I'd had more profs like him.

  • @BenWeigt
    @BenWeigt Před 7 lety +13

    A better question might be, why when your base building block consists of transistors, would you want to use any other base?

  • @messianicrogue
    @messianicrogue Před 8 lety +327

    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 Před 8 lety +93

      +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 Před 8 lety +14

      +109Rage Great summary, thanks!

    • @melothemarten1
      @melothemarten1 Před 8 lety +1

      +messianicrogue Mine was the opposite. His voice is too raspy for me to hear what he's saying.

    • @thetimelords911
      @thetimelords911 Před 8 lety +3

      +messianicrogue
      Thats computerphile and numberphile for you

    • @KarstenOkk
      @KarstenOkk Před 8 lety +4

      +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.

  • @sonic2000gr
    @sonic2000gr Před 8 lety +3

    Professor Brailsford is a treasure. I enjoy his videos so much!

  • @notes_at_dusk
    @notes_at_dusk Před 7 lety +1

    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.

  • @mattmaloney5988
    @mattmaloney5988 Před 8 lety +39

    As usual, this is wonderfully insightful. But, does it definitively answer the question, "Why Binary?" -- I must be missing something.

    • @profdaveb6384
      @profdaveb6384 Před 8 lety +37

      +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)

  • @franklincerpico7702
    @franklincerpico7702 Před 8 lety +10

    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 Před 8 lety

      +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 Před 8 lety

      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.

  • @mediocreman6323
    @mediocreman6323 Před 4 lety +1

    I could listen to this man the whole day… And since I love to binge-watch that, I think I kinda do that.

  • @C0deH0wler
    @C0deH0wler Před 8 lety +52

    Imagine how big and power hungry a non-electronic smartphone-equivalent would be.

    • @andrasbiro3007
      @andrasbiro3007 Před 8 lety +11

      +C0deH0wler Probably something like this : vignette3.wikia.nocookie.net/fallout/images/7/76/Pip-Boy_3000.jpg/revision/latest?cb=20110712154420

    • @sasabarisic8864
      @sasabarisic8864 Před 8 lety +6

      +András Bíró Well that's still electronic.

    • @sasabarisic8864
      @sasabarisic8864 Před 8 lety +1

      *****
      Electronic**. You don't call your speakers electromechanical devices because they have an analog knob that can turn, do you?

    • @sasabarisic8864
      @sasabarisic8864 Před 8 lety +5

      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 Před 8 lety

      You don't know what electromechanical devices are.

  • @DOGMA1138
    @DOGMA1138 Před 8 lety +13

    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 Před 8 lety +1

      +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.

  • @feanenatreides
    @feanenatreides Před 7 lety +334

    Professor Brailsford demonstrating a Samsung phone while talking about not wanting third degree burns from his computer is suddenly rather ironic.

    • @DEBBAH1907
      @DEBBAH1907 Před 7 lety +16

      that's not binary's fault LOL

    • @davecrupel2817
      @davecrupel2817 Před 7 lety

      feanenatreides xD

    • @anotherdayisforever
      @anotherdayisforever Před 6 lety +15

      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 Před 5 lety +7

      +Cole Knapek And it wasn't even a Samsung phone, it was a vendor-supplied battery.

    • @woodywoodlstein9519
      @woodywoodlstein9519 Před 5 lety

      feanenatreides lol.

  • @TorreyBraman
    @TorreyBraman Před 8 lety +17

    Computerphile. Would you recommend that colossus book? It seems interesting.

    • @Computerphile
      @Computerphile  Před 8 lety +30

      +Torrey Braman Professor Brailsford would heartily recommend that book, in fact see the 'extra bits' video for his personal recommendation! >Sean

    • @TorreyBraman
      @TorreyBraman Před 8 lety

      Awesome! I think ill look into it!

  • @elfboi523
    @elfboi523 Před 8 lety +3

    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 Před 8 lety +2

      +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 Před 8 lety

      +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.

  • @PC509
    @PC509 Před 8 lety +1

    I love these videos. Fascinating stuff! Thank you!

  • @TheCameltotem
    @TheCameltotem Před 7 lety +1

    This channel is freaking great!

  • @sdspivey
    @sdspivey Před 4 lety +1

    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.

  • @Freshbott2
    @Freshbott2 Před 8 lety

    Hi Computerphile, could you guys do some detailed explanations about instruction sets, and show the difference in detail between CISC and RISC?

  • @abcdef2069
    @abcdef2069 Před 7 lety +2

    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.

  • @World_Theory
    @World_Theory Před 7 lety

    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.

  • @skwiggsskytower2517
    @skwiggsskytower2517 Před 8 lety

    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.

  • @kn0xvillian
    @kn0xvillian Před 8 lety

    how would you represent bi-quinary states on persistant storage devices?

  • @jamesessex7374
    @jamesessex7374 Před 8 lety +9

    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. ;-)

  • @krombopulos_michael
    @krombopulos_michael Před 8 lety +17

    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 Před 6 lety +11

      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 Před 6 lety

      We figured out that physics doesn't have ten fingers.

    • @bryede
      @bryede Před 5 lety +3

      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.

  • @liranpiade4499
    @liranpiade4499 Před 6 lety +2

    I understand the issue with decimal, but why not hexadecimal, or heck, even base 4?
    They're powers of 2.

  • @andrasbiro3007
    @andrasbiro3007 Před 8 lety +73

    Mobile device with thermionic valves = Pip Boy

  • @DJ_Cthulhu
    @DJ_Cthulhu Před 6 lety

    Tommy Flowers; One of the pioneers of computing. Kudos.

  • @severusfumizuki9934
    @severusfumizuki9934 Před 7 lety +2

    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.

  • @devdharma3050
    @devdharma3050 Před 5 lety

    Wow.. What an amazing explanation.

  • @Pegisus2501
    @Pegisus2501 Před rokem

    Wow! 🤩 Awesome explanation! 🥳🎉👍🏽💻📱🖨⌨🖱

  • @tymothylim6550
    @tymothylim6550 Před 3 lety

    Thank you very much for this video :) It was very educational for me and interesting.

  • @PrinceWesterburg
    @PrinceWesterburg Před 8 lety

    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.

  • @MattiaRighetti
    @MattiaRighetti Před 6 lety +1

    This professor is fascinating

  • @tubingtubing1
    @tubingtubing1 Před 3 lety +1

    i only understand like 3% of what this man is saying but i would watch him explain anything

  • @TiagoTiagoT
    @TiagoTiagoT Před 6 lety

    Have you guys done a video on analog computers already?

  • @phuturephunk
    @phuturephunk Před 6 lety +1

    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.

  • @mixcocam
    @mixcocam Před 8 lety +1

    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?

  • @gedasstrazdauskas1770
    @gedasstrazdauskas1770 Před 5 lety +1

    Why not the balanced ternary. It's the most efficient integer base system i.e. the closest one to the base e.

  • @thosewhowish2b693
    @thosewhowish2b693 Před 2 lety

    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.

  • @smithmeister
    @smithmeister Před 8 lety

    riveting stuff. more please computerphile!

  • @thecassman
    @thecassman Před 8 lety

    3:24 I'd also buy one... +Computerphile - Any chance of you branching into merch??

  • @IceMetalPunk
    @IceMetalPunk Před 8 lety +6

    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 Před 8 lety

      *****
      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 Před 8 lety +3

      *****
      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 Před 8 lety

      +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 Před 8 lety

      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 Před 8 lety +1

      +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.

  • @jalaludinmusawi8993
    @jalaludinmusawi8993 Před 8 lety

    I love this guy's explanation :)

  • @MusicEngineeer
    @MusicEngineeer Před 3 lety

    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 Před 2 lety

      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.

  • @swapanjain892
    @swapanjain892 Před 7 lety +6

    Why did he calculate log10 base 2 .

    • @laxmikant8041
      @laxmikant8041 Před 4 lety +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 Před 3 lety

      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.

  • @MultiOmgme
    @MultiOmgme Před 8 lety

    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 Před 5 lety

      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.

  • @Galakyllz
    @Galakyllz Před 8 lety

    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!

  • @Seegalgalguntijak
    @Seegalgalguntijak Před 8 lety +1

    I think somebody should print a t-shirt with that logarithm and send it to Professor Brailsford!

  • @alexchannel3187
    @alexchannel3187 Před 4 lety +1

    why not ternary computer {-1,0,1} instead of binary {0,1}, voltage polarity can be reversed to obtain -1, no need complex system to subtract, two's complement can be put aside, and hardware will exponentially be smaller and faster.

  • @Yupppi
    @Yupppi Před 3 lety +1

    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.

  • @SuperBartles
    @SuperBartles Před 3 lety

    Fascinating video. thanks

  • @diab-maslaha
    @diab-maslaha Před 4 měsíci

    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?

  • @mikecollins3627
    @mikecollins3627 Před 8 lety

    bloody interesting video, thanks!

  • @mbyb6817
    @mbyb6817 Před 2 lety +1

    Mother nature uses base4 for the DNA code. Why not use that?

  • @MrSlowestD16
    @MrSlowestD16 Před 8 lety +1

    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.

  • @gregcollins3404
    @gregcollins3404 Před 7 lety +1

    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.

  • @avro549B
    @avro549B Před 8 lety +1

    11 x 17" greenbar paper! Nostalgia washes over me.

  • @hares295
    @hares295 Před 8 lety +1

    Did someone find a better alternative so far? or even tried to ? just out of curiosity

    • @katanah3195
      @katanah3195 Před 7 měsíci

      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.

  • @mikeef747
    @mikeef747 Před 3 lety +1

    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

  • @Indigofrost
    @Indigofrost Před 8 lety

    so is it actually worth it to possibly switch from binary to that 0-9?

  • @sudevsen
    @sudevsen Před 7 lety +1

    why didn't base 5 catch on?

  • @evanbrunner3589
    @evanbrunner3589 Před 3 lety

    one of the best story tellers ever

  • @Rune_tide
    @Rune_tide Před 8 lety

    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.

  • @bearcatben4762
    @bearcatben4762 Před 6 lety +1

    Why not hexadecimal one line of hexadecimal is equal to 4 lines of binary

  • @martinmartinmartin2996

    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 Před 2 lety

      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.

  • @JustSomeAussie1
    @JustSomeAussie1 Před 7 lety +20

    I wish this man was my Grandfather.
    I would talk to him all the time.

  • @bloodalchemy
    @bloodalchemy Před 8 lety +1

    +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 Před 8 lety +3

      +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 Před 8 lety

      +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 Před 5 lety

      *in Boolean logic, yes

  • @meatbleed
    @meatbleed Před 4 lety +1

    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.

  • @NevaranUniverse
    @NevaranUniverse Před 8 lety +3

    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 Před 8 lety +1

      +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 Před 8 lety +1

      +Captain Nevaran Dvorak has not been conclusively proven to be better.

    • @NevaranUniverse
      @NevaranUniverse Před 8 lety +1

      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 Před 8 lety

      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 Před 2 lety +1

      @@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?

  • @gabrieldarlington9198
    @gabrieldarlington9198 Před 3 lety

    This guy is so interesting to listen too!

  • @vikmanphotography7984
    @vikmanphotography7984 Před 3 lety +1

    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)

  • @robertlinke2666
    @robertlinke2666 Před 8 lety

    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

  • @RussTeeTrombone
    @RussTeeTrombone Před 5 lety

    fantastic. This man is a national treasure.

  • @ntwede
    @ntwede Před 8 lety

    How about a complex base number system?

  • @CompactStar
    @CompactStar Před rokem +3

    Who else came expecting him to talk about ternary computers?

  • @teehee1604
    @teehee1604 Před 8 lety

    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 Před 8 lety +1

      +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.

  • @Lucaischz
    @Lucaischz Před 4 lety +1

    He didn't talk about transistors. He gave as historical reasons, but didn't tell why binary is STILL the industry standard. Is these reasons presented still aplicable today, even with transistors and newer technologies?

  • @Honzaik
    @Honzaik Před 8 lety

    can you do a video on the log2(10) and why does it work like that and let someone "prove" it.

    • @thenorup
      @thenorup Před 8 lety

      +Honzaik ln10 is simply the amount of bits you need to write 10 in binary.

    • @Honzaik
      @Honzaik Před 8 lety

      +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 Před 8 lety

      +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 Před 8 lety

      Yes indeed, ofc it should be log2(10)

  • @salvatoreshiggerino6810
    @salvatoreshiggerino6810 Před 5 lety +1

    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.

  • @ahmidahmid9303
    @ahmidahmid9303 Před 5 lety

    big respect prof

  • @ihrbekommtmeinenrichtigennamen

    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.

  • @jasonlisonbee
    @jasonlisonbee Před 6 lety +1

    It would be interesting to see a modern base ten computer.

  • @nabilandadamslaboratory3422

    I didn't get the end of the video. So why isn't bi-quinary used in modern computers?

  • @sinephase
    @sinephase Před 8 lety

    OK so what about doing biquinary with silicon?

  • @0011peace
    @0011peace Před 8 lety

    Binary is easily worked at hexadecimal and octal. Hexadecimal is needs less digits
    0xFF(255) vs 99 (0x63) and octal is fairly close 99(143 oct) 77 oct (63)

  • @sn3k
    @sn3k Před 4 lety +3

    Technically, the most effective base for arithmetic is e, but that's silly. 3 would still be better than two though

    • @markusosterle3958
      @markusosterle3958 Před 2 lety +1

      I have heard that before! Why is that and can you give a source so i can read more about it please?