Decimal to Binary and Binary to Decimal Conversion

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

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

  • @nehap2-6
    @nehap2-6 ปีที่แล้ว +5

    Sir please continue Python topics every day, do not skip a day.

  • @wayneitaru
    @wayneitaru ปีที่แล้ว +11

    2 / 158 = 0
    2/ 79 = 1
    2/39 = 1
    2/19 = 1
    2/9 = 1
    2/4 = 0
    2/2 = 0
    2/1 = 1
    1*1+1*2+1*16+1*32 = 51
    1} = 10011110
    2} = 51
    Cheers , great content

  • @leealvin7671
    @leealvin7671 ปีที่แล้ว +15

    158/2 = 79 (0)
    79/2 = 39 (1)
    39/2 = 19 (1)
    19/2 = 9 (1)
    9/2 = 4 (1)
    4/2 = 2 (0)
    2/2 = 1 (0)
    1/2 = 0 (1)
    Ans. for 1 = 10011110 base 2
    2. 110011 = 1 x 2^5 + 1 x 2^4 + 1 x 2^1 + 1 x 2^0
    = 32 + 16 + 2 + 1
    = 51 base 10

  • @somanathking4694
    @somanathking4694 11 หลายเดือนก่อน +7

    home work answers:
    158 the binary would be : 10011110
    110011 the decimal would be : 51

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

    Answer for 1st is (10011110)
    Answer for 2nd is (51) base 10

  • @jinny04rose
    @jinny04rose 22 วันที่ผ่านมา

    Thank you Neso Academy for the lectures🙂

  • @Philiphezwalker-pmn
    @Philiphezwalker-pmn 7 วันที่ผ่านมา

    thanks a lot what about hexadecimal

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

    (10011110) and 51

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

    Thank you so much sir😊😊

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

    The answers are- 1-10011110
    2-51

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

    (158)10 = (10011110)2
    (110011)2 = (51)10

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

    Sir please explain read and write in python ❤❤❤❤

  • @AayanKhan-o9o
    @AayanKhan-o9o 3 หลายเดือนก่อน +2

    My answer is correct🎉

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

    Thank you sir

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

    Please release daily

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

    Is this the last video in the Python coding series??

  • @sanjaysukumaran4248
    @sanjaysukumaran4248 3 หลายเดือนก่อน +8

    How do you end up with 0 after dividing 1 by 2 ?

    • @frexo.
      @frexo. 2 หลายเดือนก่อน

      When you do 2 one za 2, then put 2 and in the last put 0.

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

      @@frexo. Once we obtain a 1 at the end, we should stop and include that 1 as the first digit of the binary conversion.
      Additionally, just to clarify, it should be "2 ones are 2" instead of '2 one za 2."

    • @jerumabarquez8768
      @jerumabarquez8768 24 วันที่ผ่านมา

      😂
      I

  • @MujeebKhan-r3l
    @MujeebKhan-r3l 6 วันที่ผ่านมา

    (158)=(10011110)
    (11001)=(51)

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

    Convert (0111010101) base 2 to decimal and then to binary again the answer is not matching to the former binary number (0111010101) base 2.

    • @masreenazam6808
      @masreenazam6808 26 วันที่ผ่านมา

      It will get the correct answer either way....
      I don't know how u did ... May be u missed something..
      I'll try to make u get this
      So (0111010101)10
      Let's start counting from right to left start with 0
      So it will be upto power 9
      0*2^9 +1*2^8 + 1*2^7 + 1*2^6 + 0*2^5 +1*2^4 +0*2^3 + 1*2^2 +0*2^1 + 1*2^0
      == 0+256+128+64+0+16+0+4+0+1
      == 469
      Decimal to binary
      (469)10
      2(469)-1
      2(234)-0
      2(117)-1
      2(58)-0
      2(29)-1
      2(14)-0
      2(7)-1
      2(3)-1
      2(1)-1
      2(0)-0
      So we go from bottom to top reminders we count
      111010101

    • @masreenazam6808
      @masreenazam6808 26 วันที่ผ่านมา

      If it's wrong please let me know...
      I'll learn thank you

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

    Sir please continue C++ series 😢😢😢

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

    51 base 10

  • @PhilominaJoseph-f7q
    @PhilominaJoseph-f7q ปีที่แล้ว +1

    10:12

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

    158 = 10011110
    110011 = 51

  • @JonalynPenaflor-v3w
    @JonalynPenaflor-v3w 2 หลายเดือนก่อน

    I build different sir

  • @RakeshBhargava-u4v
    @RakeshBhargava-u4v 2 หลายเดือนก่อน

    Remainder kese nikla

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

    first one = 10011110
    second one=51

  • @AdityaKumar123...18
    @AdityaKumar123...18 2 หลายเดือนก่อน

    J

  • @michaeljuma8179
    @michaeljuma8179 5 หลายเดือนก่อน +4

    YOU Talk TOOOOO MUCH, JUST DO IT ABEG..