How to Convert Decimals to Hexadecimal

Поделиться
HTML-код
  • Опубликовано: 8 янв 2025

Комментарии • 23

  • @AMZCH_
    @AMZCH_ 10 месяцев назад +11

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

    • @tecmath
      @tecmath  10 месяцев назад +4

      base 16 numbering system

    • @jossgower
      @jossgower 10 месяцев назад +2

      Useful for programming 8bit computers.

    • @zenci3147
      @zenci3147 10 месяцев назад +1

      html colors

    • @AMZCH_
      @AMZCH_ 10 месяцев назад +1

      Whaaa?

    • @AMZCH_
      @AMZCH_ 10 месяцев назад +1

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

  • @julians9763
    @julians9763 10 месяцев назад

    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  10 месяцев назад +1

      Glad it was helpful and thanks for that lovely comment.

    • @rizzwan-42069
      @rizzwan-42069 9 месяцев назад +1

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

    • @rizzwan-42069
      @rizzwan-42069 9 месяцев назад +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.

  • @karius1754
    @karius1754 3 месяца назад +1

    U r a legend for this

  • @mmlgamer
    @mmlgamer 2 месяца назад

    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.

  • @nosir1479
    @nosir1479 10 месяцев назад +1

    Josh is such a chad

    • @tecmath
      @tecmath  10 месяцев назад +1

      A Chad? Not certain what that is...

  • @tayyabaali2458
    @tayyabaali2458 7 месяцев назад

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

  • @fatimakazi
    @fatimakazi 9 дней назад

    Pov:- i have teacher like him literally I'm the topper of the class 😂

  • @LukeFeeney-qy5pl
    @LukeFeeney-qy5pl 6 месяцев назад

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

  • @JuliaSerrano-e6e
    @JuliaSerrano-e6e 2 месяца назад

    How can i get the reminder?

    • @Afterlifeeee
      @Afterlifeeee Месяц назад

      Are you talking about remainder? The remainder is the remaining value after dividing the amount you received :)

  • @ricos1497
    @ricos1497 10 месяцев назад

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

  • @cmteacher8571
    @cmteacher8571 10 месяцев назад

    Is yours the voice on some IELTS Listening tests?

  • @aunirbhandas4740
    @aunirbhandas4740 8 месяцев назад

    I love you