How to Convert Decimals to Hexadecimal

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 21

  • @AMZCH_
    @AMZCH_ 8 หลายเดือนก่อน +11

    What are hexadecimals?
    Edit: For anyone else wondering, the video explains it quite nicely

    • @tecmath
      @tecmath  8 หลายเดือนก่อน +4

      base 16 numbering system

    • @jossgower
      @jossgower 8 หลายเดือนก่อน +2

      Useful for programming 8bit computers.

    • @zenci3147
      @zenci3147 8 หลายเดือนก่อน +1

      html colors

    • @AMZCH_
      @AMZCH_ 8 หลายเดือนก่อน +1

      Whaaa?

    • @AMZCH_
      @AMZCH_ 8 หลายเดือนก่อน +1

      @@tecmath Maybe i am just dum. Is there a video of you explaining it?

  • @mmlgamer
    @mmlgamer หลายเดือนก่อน

    I think it's slightly easier to convert the decimal to binary first and then group the bits into hexadecimal partitions afterwards. For example, I'll convert 853 by halving it and throwing out the remainder until I get to 1.
    853 426 213 106 53 26 13 6 3 1
    The parity of each number corresponds to a bit of the number starting from the units and going upward.
    Here, I show the sequence backwards for clarity.
    1 3 6 13 26 53 106 213 426 853
    1 1 0 1 0 1 0 1 0 1
    Then group the partitions appropriately.
    11 0101 0101
    3 5 5
    355
    And there you go.

  • @karius1754
    @karius1754 หลายเดือนก่อน +1

    U r a legend for this

  • @julians9763
    @julians9763 8 หลายเดือนก่อน

    Thank you Josh for a simplified lesson of converting decimal to hexadecimal. I cannot recall a lesson like this in any maths class or computer science class. In future, if you like you may explain octals. I believe you have a explanation about binary numbers. It will be delightful to learn how to convert octal to hexadecimal and into binary. Always a delight to watch Tec math channel.

    • @tecmath
      @tecmath  8 หลายเดือนก่อน +1

      Glad it was helpful and thanks for that lovely comment.

    • @rizzwan-42069
      @rizzwan-42069 8 หลายเดือนก่อน +1

      get your money back from that university. you've been ripped off entirely.

    • @rizzwan-42069
      @rizzwan-42069 8 หลายเดือนก่อน +1

      also what applies in this video applies in every other base be it binary or base 12. to convert back it's easy you start with the ones place and multiply by the base number(1FF=15*1+15*16+15*16*16). binary arithmetic and base compression and decompression is probably the last thing you need to know. if you want to get good at higher bases such as octal and hexadecimal. then get an abacus and learn 8s compliment and 16 compliment for addition and subtraction. but honestly i'd just decompress do the calculation and compress again.

  • @nosir1479
    @nosir1479 8 หลายเดือนก่อน +1

    Josh is such a chad

    • @tecmath
      @tecmath  8 หลายเดือนก่อน +1

      A Chad? Not certain what that is...

  • @LukeFeeney-qy5pl
    @LukeFeeney-qy5pl 5 หลายเดือนก่อน

    Great math classes best yet
    Are you able to do truth false gates in binary ?

  • @JuliaSerrano-e6e
    @JuliaSerrano-e6e หลายเดือนก่อน

    How can i get the reminder?

  • @cmteacher8571
    @cmteacher8571 8 หลายเดือนก่อน

    Is yours the voice on some IELTS Listening tests?

  • @tayyabaali2458
    @tayyabaali2458 6 หลายเดือนก่อน

    So we do not use decimals in division? And we stop when the remainder is smaller then the divisor?

  • @ricos1497
    @ricos1497 8 หลายเดือนก่อน

    Now I'm going to have to work out how this works.....

  • @aunirbhandas4740
    @aunirbhandas4740 7 หลายเดือนก่อน

    I love you