• Wanderer@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    4 months ago

    Okay that’s it.

    Can someone explain to me how semi conductors/ transistors/ electric computers work?

    I can understand a mechanical computer and how 0 and 1’s can lead to addition and subtraction and therefore I could probably work out how multiplication and division work.

    But I just don’t get it. If I went back in time and made a transistor what the hell would it do? How would I give that any function whatsoever? How does a semi conductors store that 1 or 0? Does it all reset when the power goes off? Doesn’t that mean ever single microscopic transistor needs to have a different charge? What controls that?

    Is there a video of someone making the most basic useful computer, or is that still so complicated it needs some ww2 level demand and investment to get off the ground.

    • asmoranomar@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      4 months ago

      Simple answer: No one set out to solve big problems (computers) like that. If you went back in time to make a transistor, you’d be solving the issue that was the problem back then. Generally it was how to recreate and transmit radio signals for further distances. Ironic, considering that was an analog endeavor.

      Computers emerged out of the discovery of correlations with logic. Many, many incremental steps to make things better, faster, and more reliable slowly developed into what we see now. Transistors the size of your hand had fundamentally different purposes back then than the millions found in the size of your typical processor, even if they do relatively operate the same.

    • Lmaydev@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      4 months ago

      A transistor is just a switch that can be on or off. The original computers used giant valves that could be opened or closed.

      They are an electronic component in their own right and not specific to computers.

      Combine them with resistors and you can make logic gates (and, or, not, etc) combine these and you can make even more complex things.

      So a transistor on its own can either hold a charge or not. It doesn’t do anything useful until you combine them with other things.

      I would look up videos about how microcontrollers work as they are way simpler than CPUs but the same principal.