• @SkyeStarfall
    link
    159 months ago

    Computers use base 2, binary. Whether humans use base 10 or base 60 is irrelevant.

    • @SCB@lemmy.world
      link
      fedilink
      69 months ago

      The algorithms coded into computers are not in base 2, though. Only operating functions of the computer itself are in base 2.

      You don’t code in binary

      • Trantarius
        link
        fedilink
        109 months ago

        Every thing you code is binary. You may write ‘15’, but the code your computer runs will use ‘00001111’. The base-10 source code is only like that for human readability. All mathematical operations are done in binary, and all numbers are stored in binary. The only time they are not is the exact moment they are converted to text to display to the user.

      • @SkyeStarfall
        link
        99 months ago

        What do you mean algorithms are not in base 2? What else are they in?

        Just because you have human readable code which uses base 10 doesn’t mean it isn’t all translated to binary down the line. If that’s what you’re referring to, of course. Under the hood it’s all binary, and always has been.

        • @SCB@lemmy.world
          link
          fedilink
          19 months ago

          Because calculations happen in the form the calculation is written. The math is done in whatever base the algorithm is told to process in.

          • @SkyeStarfall
            link
            49 months ago

            Okay, walk me through how you think the code an algorithm is written in gets processed by the computer step by step, please. How do you think a computer operates and is programmed?

            Let’s say you have code to tell the computer to calculate 3 + 5, in, say, C, because that’s close to assembly. What happens on the technical level?

            • @SCB@lemmy.world
              link
              fedilink
              19 months ago

              In sorry but you seem to be mistaking the fundamental distinction between what we are talking about.

              • @SkyeStarfall
                link
                39 months ago

                Then explain to me the fundamentals you are referring to.

                Because if you are wondering about how a computer processes information, I can tell you. I can then back it up with sources, and how code gets decoded into assembly, and how assembly is interpreted (spoiler alert, it’s binary, as it’s a direct representation of the digital circuits on the hardware level, which operate based on binary states, on and off). You just have to ask.

                • @SCB@lemmy.world
                  link
                  fedilink
                  19 months ago

                  Because if you are wondering about how a computer processes information

                  I’m really not. Nor am I wondering about how computers run algorithms.

                  I’m sure you’re excited to talk about CompSci 201 but I don’t need the help, thanks.

                  • @SkyeStarfall
                    link
                    39 months ago

                    …then please stop spreading misinformation about how computers work.