Floating Point Numbers | Fixed Point Number vs Floating Point Numbers

Поділитися
Вставка
  • Опубліковано 12 лип 2024
  • In this video, the difference between the Fixed Point and Floating Point Representation is explained. And how very large or very small numbers are stored in a computer using the floating point representation is explained. Also at the end, how to represent any Binary number in Floating Point representation is explained through examples.
    Fixed Point Representation:
    In Fixed Point Representation, the position of the radix point remains fixed. Because of the fixed radix point/ decimal point, for a given number of bits, the range of Binary numbers gets restricted.
    Using 16 bits or 32 bits, in a fixed point representation, it is not possible to represent very large or very small numbers.
    Floating Point Representation:
    In Floating Point Representation, the position of the radix point / Binary Point is dynamic. Therefore, it is possible to represent very large or very small numbers.
    The floating Point Number representation is similar to the scientific notation used for the decimal numbers. It is a normalized representation.
    In Floating Point Representation, there is only a significant digit before the Binary point.
    The floating Point Representation consists of 3 parts.
    1) Sign
    2) Significand
    3) Exponent
    In this video, how to represent any Binary Number in a floating point representation is explained using the examples.
    Check out the other useful videos related to Digital Electronics (Playlist):
    • Digital Electronics
    The following topics are covered in the video:
    0:00 Introduction
    0:44 Fixed Point Numbers and their limitation
    6:41 Floating Point Number Representation
    This video will be helpful to all the students of science and engineering in understanding how very large or very small numbers are stored in a computer using the floating point number representation.
    #allaboutelectronics
    #digitalelectronics
    #floatingpointnumbers
    #numbersystem
    Support the channel through membership program:
    / @allaboutelectronics
    --------------------------------------------------------------------------------------------------
    Follow my second channel:
    / @allaboutelectronics-quiz
    Follow me on Facebook:
    / allaboutelecronics
    Follow me on Instagram:
    / all_about.electronics
    --------------------------------------------------------------------------------------------------
    Music Credit: www.bensound.com
  • Наука та технологія

КОМЕНТАРІ • 16

  • @ALLABOUTELECTRONICS
    @ALLABOUTELECTRONICS  7 місяців тому +4

    Check this playlist for other useful videos related to Digital Electronics:
    bit.ly/31gBwMa

  • @poojashah6183
    @poojashah6183 7 місяців тому +5

    Amazed every time with up to the mark explanation. The video quality is amazing. The knowledge you have is purely a bliss❤

  • @2garin154
    @2garin154 4 місяці тому

    very helpful and well-put video! thank you!

  • @mayurshah9131
    @mayurshah9131 7 місяців тому +3

    Very well explained 🎉🎉

  • @NOOR-dy6yn
    @NOOR-dy6yn 3 місяці тому

    Thanks Sir

  • @cyrilemeka6987
    @cyrilemeka6987 5 місяців тому

    Thanks

  • @amarsinghsidhu7028
    @amarsinghsidhu7028 Місяць тому

    Awesome

  • @mrscience8076
    @mrscience8076 7 місяців тому +3

    Means sir if we want to repesent +7 in sign 0111 in 1's 0111 and in 2's 0111 aise hi represent hoga sir

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  7 місяців тому +3

      Yes. For more info, you can watch this video on 1s complement and 2s complement.
      ua-cam.com/video/MuUnffIpX7Y/v-deo.htmlsi=5EIWSDzwHMZNBvL4

  • @nfcradio4622
    @nfcradio4622 6 днів тому

    hi make video on half float and how to implement it in C . Thank you.

  • @rahulkumarsharma6084
    @rahulkumarsharma6084 25 днів тому

    Excellent information 👍 @04:43, the minimum fractional part is 2^-4 but it should be zero if we have 0 at all the boxes ( 0 * 2^-1 + 0 * 2^-2 + 0 * 2^-3 + 0 * 2^-4 = 0 ) . how is minimum value 0.0625. Pls clarify

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  24 дні тому

      Here I am referring to the smallest number greater than zero. That is why, in this case, the minimum smallest value is 2^-4. I hope, it will clear your doubt.

  • @RakeshNarthu
    @RakeshNarthu Місяць тому

    Sir can u tell me how to convert fixed point data to float data.

  • @mrscience8076
    @mrscience8076 7 місяців тому +1

    In 1's complement you said positive number same in all three representation sign,1's,2's complement but representation of positive number will be differ. I am not understanding

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  7 місяців тому +1

      In 1s, 2s or sign magnitude form, the representation of positive numbers will be same but the representation of negative numbers will different. Meaning that, in all the representation, positive number will be represented same way.

    • @mrscience8076
      @mrscience8076 7 місяців тому +1

      Means sir if we want to repesent +7 in sign 0111 in 1's 0111 and in 2's 0111 aise hi represent hoga sir ?