Decimal to Binary Conversion Explained (with Solved Examples)

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ส.ค. 2024
  • In this video, how to convert the decimal number into the binary equivalent number is explained with solved examples.
    Timestamps for topics covered in the video:
    0:00 Introduction
    0:57 Decimal to Other Base Number Systems
    2:18 Decimal to Binary Number System
    3:50 Example 1
    5:47 Fractional Decimal Number to Other Base Number System
    7:38 Fractional Decimal to Binary Number
    8:55 Example 2
    In this video, the procedure for converting the decimal number to binary equivalent number is explained in detail with solved examples.
    Other useful videos related to Digital Electronics:
    1) Introduction to Digital Electronics
    • Introduction to Digita...
    2) Binary to Decimal Conversion
    • Binary Number System: ...
    This video will be helpful to all the students of science and engineering in understanding how to convert any decimal number into a binary equivalent number.
    #ALLABOUTELECTRONICS
    #DigitalElectronics
    #BinaryNumberSystem
    #DecimalToBinaryConversion
    --------------------------------------------------------------------------------------------------
    Follow my second channel:
    th-cam.com/channels/GA2.html...
    Official Website:
    www.allaboutelectronics.org​
    Follow me on Facebook:
    / allaboutelec...​
    Follow me on Instagram:
    / all_about.e...​
    --------------------------------------------------------------------------------------------------
    Music Credit: www.bensound.com
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @ALLABOUTELECTRONICS
    @ALLABOUTELECTRONICS  3 ปีที่แล้ว +12

    Timestamps for topics covered in the video:
    0:00 Introduction
    0:57 Decimal to Other Base Number Systems
    2:18 Decimal to Binary Number System
    3:50 Example 1
    5:47 Fractional Decimal Number to Other Base Number System
    7:38 Fractional Decimal to Binary Number
    8:55 Example 2

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

    I was stuck on this topic for more than an hour, it simply took me 20 mins to understand this. This is the simplest yet the most efficient video i had seen on this topic, thank you so much sir! This was very very helpful for me

  • @Youtubelegend519
    @Youtubelegend519 4 หลายเดือนก่อน +2

    I can understand this very well More than our teachers thank you so much ❤️

  • @ElectronicsCircuitHubECH
    @ElectronicsCircuitHubECH 3 ปีที่แล้ว +4

    Good information

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

    Bestest 👌🏻👌🏻

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

    commendable!!

  • @user-qn8vb4xq5p
    @user-qn8vb4xq5p 11 หลายเดือนก่อน +2

    Hello sir, you're classes are awesome. I would like to ask you to provide the slides/ ppt presentation in the videos as notes for us in the description of every video. I hope you'll do it.
    Thank you 😊

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

    Sir very good 👍

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

    Very useful Even other languages students understand this topic, thank you so much 😇

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

    Nice

  • @ariel2004
    @ariel2004 ปีที่แล้ว +6

    Thank you I've learned a lot tomorrow is our midterm exam for intro. To computing this help me thank done watching also a about the addition, subtraction and this❤️❤️❤️

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

    I'm still confused on the how to get their reminder?!!! I can't get it😥

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

    Excellent lecture sir 😽✨🤙✌✌✌👍👍👍👍👍👍🤩🤩no words to say ❤❤

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

    sir very very good explanation.keep it up.thanks

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

    sir you are awesome thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank

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

    Sir please tell layers in krita, And more on HTML5

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

    Sir my request is if possible canyou please do videos related to embedded systems,Vlsi
    Sir.

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

    ❤️

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

    Please post videos for FM,PM,PPM,PWM,PCM,PAM,ASK,PSK,FSK,MARY ASK,MARY FSK, MARY PSK

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

      PWM is already covered. Will also try to cover other topics.

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

    Thanks sir I don't understand this then I saw your video because tomorrow is my computer exam

  • @asfandimran1818
    @asfandimran1818 2 ปีที่แล้ว

    Thanks your mail

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

    This may help
    Assume K is the decimal number we want to convert to binary number
    Then, we can write into this formula:
    STEP 1
    k_0*2^1 + r_0*2^0 = K
    k_0 is the quotient and r_0 is the remainder which is always zero or one
    STEP 2
    if k_0 is > 0, then we can further decompose k_0 into the following formula
    k_1*2^1 + r_1*2^0 = k0
    STEP 3
    Then, we can substitute k_1*2^1 + r_1*2^0 = k0 into k_0*2^1 + r_0*2^0 = K, this generate the following formula
    (k_1*2^1 + r_1*2^0)*2^1 + r_0*2^0 = K
    k_1*2^2 + r_1*2^1 + r_0*2^0 = K
    If we keep on repeating STEP2 - 3, we always find that there is a k_n term multiplied by the highest power of 2 (2^n), and always find that the remainder always multiplied by remaining terms (2^0 to 2^n - 1 terms). If k_n = 0, then we can stop repeating STEP 2 - 3. If k_n != 0, then we need to keep on repeating STEP 2-3 until k_n = 0. From the above logic, it shows that why the remainders are important to find the answer of binary number.
    The following is the generalised formula for decimal number to binary number
    k_n*2^n + r_n-1*2^(n-1) + ... + r_2*2^2 + r_1*2^1 + r_0*2^0 = K
    k_n = 0 and r_n-1 to r_0 can be 0 or 1

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

    (0.625)10→(0.101)2

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

    Good day sir, I sent you a text on your Facebook messenger. But no response yet and it’s urgent sir. Thanks 🙏

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

    1:30 bro it is wrong b^0/b=b^-1 so it is not x0 or x1 it is x0/b and x1/b

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

    Today the date is 8-4-21

  • @yathiym
    @yathiym 2 ปีที่แล้ว

    Sir didn't understand the last step..i'e 1 decided by 2

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  2 ปีที่แล้ว

      Suppose if you have 4, then you can divide it by 2. In that case, quotient is 2. And there is no remainder.
      But can not divide 1 by 2. So, quotient will be 0 and remainder is 1.
      I hope, it will clear your doubt.

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

    Please provide classes in Hindi language

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

    very confusing video

  • @cryptofixyup
    @cryptofixyup 2 ปีที่แล้ว

    0.000009999887780259 BNB
    WHERE IS THE POINT FOR SUCH A TRANSACTIONS ❓ WHAT'S THE REAL VALUE OF THE NUMBER YOU ALL SEE ABOVE 🙏