Hex and decimal conversion

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ย. 2024
  • In computing and network field, we should know at least four types of numeral systems. A numeral or number system is a way to represent numbers. We use the base-10 system, or decimal on a daily basis. Other three common numeral systems include base-2 binary, base-16 hex, or hexadecimal, and base-8 octal, or oct.
    Today my topic is conversion of hexadecimal and decimal.
    Practice and answers: from hex to decimal
    Question 1: hex 22 is ____ in decimal? Answer: 34
    Question 2: hex 2001 is ______ in decimal? Answer: 8193
    Question 3: hex A59C is ______ in decimal? Answer: 42396
    Decimal to hex Practice and answers:
    Question 1: decimal 921 is _____ in hex. The answer is 399
    Question 2: decimal 188 is ______ hex. The answer is BC
    Playlist: IPv6 Basics
    • Hexadecimal and Binary...
    This is my education channel. My topics cover networking, security, programming, data structure, algorithm, programming and other computer-related materials.
    Please subscribe my channel.
    Please leave comments or questions.
    Many thanks,
    Sunny Classroom

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

  • @iamkymberle
    @iamkymberle 4 ปีที่แล้ว +5

    I am so glad I found your channel... Easy to comprehend..

    • @sunnyclassroom24
      @sunnyclassroom24  4 ปีที่แล้ว +1

      I'm so glad!

    • @deeqtutors6288
      @deeqtutors6288 3 ปีที่แล้ว +1

      @@sunnyclassroom24 ​ @Sunny Classroom example 7562/16=472.625 so. what rules you used this, can you little bit explain sir

  • @ashleydavis7165
    @ashleydavis7165 3 ปีที่แล้ว

    Thank you so much your best ! You helped me in networking and now computer logic

  • @codewithdevhindi9937
    @codewithdevhindi9937 3 ปีที่แล้ว

    2:57 my answer is 42396 sir i have calculated this on my own you are a awsome teacher

  • @bram2742
    @bram2742 5 ปีที่แล้ว +2

    How do you get the remains at the conversion of decimal to hexadecimal?

    • @HenryBuild-sp6or
      @HenryBuild-sp6or 5 ปีที่แล้ว +1

      472/16 - the remainder is 8 ???? How ???

    • @7Ventus7
      @7Ventus7 4 ปีที่แล้ว +1

      Mikalai Yavorski if you divide 472 by 16 you get 29, something, but now multiply 29 by 16 and you get 464. Now you have 472-464=8.

    • @7Ventus7
      @7Ventus7 4 ปีที่แล้ว

      Hope i could help you with this answer :)

    • @davidb1132
      @davidb1132 4 ปีที่แล้ว

      472/16=29 remainder 8. 29/16=1 remainder of 13. 1/16=0 remainder of 1. So from bottom up, 1 13 8 in hex 1 D 8. To confirm, multiply the hex by their corresponding power; 16 to the power of 2 (256*1=256),16 to the power 1 (16*13=208) and 16 to the power of 0 (1*8=8). Add them up and you get 472 again

    • @limjunying1927
      @limjunying1927 3 ปีที่แล้ว +2

      ​@@HenryBuild-sp6or 472/16 = 29.5
      then you multiply the decimals with 16
      16 x 0.5 = 8 and you get the remainder
      same goes for 7562.
      7562/16 = 472.625
      0.625 x 16 = 10
      hope this helps the people who start watching it in 2021.

  • @martinpantoja2423
    @martinpantoja2423 4 ปีที่แล้ว

    for the first one i do not understand how you got 34 when i divide 16/22 i get 1 w/ a remainder of 6 then a remainder of 1 which would be (16) in hex hopefully you find yourself well, hope to hear from you soon :) thank you for your videos.

    • @davidb1132
      @davidb1132 4 ปีที่แล้ว

      Martin Pantoja (22) base 16 or hexadecimal. This would be 16 to the first power and 16 to the 0 power. 2*16=32 and 2*1=2. So 32+2=34

  • @codewithdevhindi9937
    @codewithdevhindi9937 3 ปีที่แล้ว

    thank you sir

  • @natb007
    @natb007 3 ปีที่แล้ว

    Thank you

  • @jasonluong3862
    @jasonluong3862 5 ปีที่แล้ว +1

    What animation software do you use for the chalkboard animation?

    • @sunnyclassroom24
      @sunnyclassroom24  5 ปีที่แล้ว +3

      old flash software with green board pic as background.

    • @jasonluong3862
      @jasonluong3862 5 ปีที่แล้ว

      I am sorry to say that Flash is being phased out in favor of newer technology. I want to do presentations like the way you do it with the blackboard. Can you recommend a different software that is not Flash that can export non-Flash videos?

    • @deeqtutors6288
      @deeqtutors6288 3 ปีที่แล้ว

      ​@@sunnyclassroom24example 7562/16=472.625 so. what rules you used this, can you little bit explain sir.
      at step 0.625x16=10,0.5x16=8 the remainder multiplied by 16

  • @_CompSci_
    @_CompSci_ 5 ปีที่แล้ว

    Thank you Sunny :)

  • @harry_kim6940
    @harry_kim6940 ปีที่แล้ว

    2023.07.09 감사합니다.