Endianness: Bit and Byte Ordering

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

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

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

    OMG! Thank you so much for this video. All the resources I’ve seen are working in hex and the bit binary explanation is so much easier to understand. You’ve really made my day. Tip of the hat to you sir!

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

    Have been looking for such simple and clear explanation, Thanks a lot!!!

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

    I was struggling so much with this topic , this video saved me🙏, thank you

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

    Helps a lot to understand how the numbers are stored in computers as bits. Thanks a lot.

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

    thank you very much this video is just PERFECT

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

    This has helped me a lot! Thank you so much!

  • @lucasocouto
    @lucasocouto 6 ปีที่แล้ว

    Thank you, very much, brow! You were very simple and objective! Helped me a lot!

  • @jameserayburn
    @jameserayburn 6 ปีที่แล้ว

    Two thumbs up to you sir. Great explanation.

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

    Could you please re-explain the “Where the ones occur” stuff from 0:30 ? I don’t get how you came to those numbers..

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

      You need to review the Number Systems module. th-cam.com/video/iNsSy2LquCY/w-d-xo.html

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

    Can you also explain the host-to-network versus network-to-host ordering?

  • @RishavRaj-kn8nm
    @RishavRaj-kn8nm 4 ปีที่แล้ว

    excellent explanation sir

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

    6:15 little endian started crying for being ignored and immediately stopped after been given attention

    • @user-hi2nd
      @user-hi2nd 4 ปีที่แล้ว

      sounded like r2d2

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

    can you explain byte ordering without converting to hex?

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

      He said that for the discussion he would be using Big Endian bit order.
      Which means:
      01101011 == Integer or decimal value of 107 == 6B hex
      00101101 == Integer or decimal value of 45 == 2D hex
      If you had a really big number that was 16 bits long written in big endian bit order you have to then break up the 16 BITS into two BYTES. The 16 bit value he's working with is 0110101100101101. Remember that this 16 bit value is written in BIG ENDIAN BIT ORDER.
      Using BIG ENDIAN BYTE ORDERING the data would be stored in an array like this:
      0 [01101011] - 6B
      1 [00101101] - 2D
      2 [ ]
      3 [ ]
      Using LITTLE ENDIAN BYTE ORDERING the data would be stored in an array like this:
      0 [00101101] - 2D
      1 [01101011] - 6B
      2 [ ]
      3 [ ]
      I hope this helps clarify for others. Please let me know if I'm wrong in my interpretation.

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

    Boom this is perfectly explained

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

    Not an indian teacher praise god

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

      lol

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

      summary of my 4 years in university :D

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

      Yeah. us Caucasians are now a minority when it comes to digital / electronic technology. Sadly the Millennial's don't seem to think much of how to make a cell phone, but using one is okay. What's going to happen when the Millennial's have to create / make a device?

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

      I feel you

  • @michaelbruce3557
    @michaelbruce3557 7 ปีที่แล้ว +7

    You gotta throw some gel in that hairdo bruh.

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

    Thankyou!

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

    His computer fan is noisy.