Decimal to Binary Conversion Explained (with Solved Examples)

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

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

  • @ALLABOUTELECTRONICS
    @ALLABOUTELECTRONICS  3 года назад +15

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

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

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

  • @itsme_ariel
    @itsme_ariel 2 года назад +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❤️❤️❤️

  • @Nyx_Galaxy_777
    @Nyx_Galaxy_777 Год назад

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

  • @ChanduriBhavaniShankar
    @ChanduriBhavaniShankar Год назад +3

    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 😊

  • @Sasa-an
    @Sasa-an 10 месяцев назад +3

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

  • @ElectronicsCircuitHubECH
    @ElectronicsCircuitHubECH 3 года назад +4

    Good information

  • @poojashah6183
    @poojashah6183 3 года назад +2

    Bestest 👌🏻👌🏻

  • @gayatripatil2907
    @gayatripatil2907 3 года назад +2

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

  • @asfandimran1818
    @asfandimran1818 3 года назад +2

    Sir very good 👍

  • @regularloot8349
    @regularloot8349 Год назад +2

    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

  • @ALLINONE-ki4yo
    @ALLINONE-ki4yo Год назад +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 Год назад +1

    Sir please tell layers in krita, And more on HTML5

  • @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

  • @harikrishnanb3564
    @harikrishnanb3564 3 года назад

    sir very very good explanation.keep it up.thanks

  • @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.

  • @subhankarsarkar9089
    @subhankarsarkar9089 3 года назад +1

    commendable!!

  • @sindhujalingampally6066
    @sindhujalingampally6066 3 года назад

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

  • @KoushikMazumderShuvo
    @KoushikMazumderShuvo 19 дней назад

    How x0b^0/b could be X0

  • @divyanshirawat4998
    @divyanshirawat4998 2 года назад +1

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

  • @ElectronicsCircuitHubECH
    @ElectronicsCircuitHubECH 3 года назад

    Nice

  • @yathiym
    @yathiym 2 года назад +1

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

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  2 года назад +1

      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.

  • @kranthikumargoud07
    @kranthikumargoud07 3 года назад +2

    ❤️

  • @alpaq9722
    @alpaq9722 3 года назад +1

    Today the date is 8-4-21

  • @asfandimran1818
    @asfandimran1818 3 года назад

    Thanks your mail

  • @glucosekun8811
    @glucosekun8811 3 года назад

    (0.625)10→(0.101)2

  • @atiko_gadgets
    @atiko_gadgets 3 года назад

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

  • @chanchal__0356
    @chanchal__0356 Год назад

    Please provide classes in Hindi language

  • @caprisworld312
    @caprisworld312 3 года назад +4

    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 🙏