Floating Point Representation | L 2 | COA 2.0 | GATE 2022

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

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

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

    GATE Unlock25 Offer
    Get flat 25% & FREE Extension
    Join the new Foundation batches for GATE, ESE*, & PSUs 2024
    ➤ Subscribe today: unacademy.com/goal/gate-cs-it/NVLIA/subscribe?referral_code=VDEEP10

  • @dashingcricket
    @dashingcricket ปีที่แล้ว +22

    GPK ans is 0xC4BA || exponent is 4+64 and mantissa is 1011101

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

      Mantissa is going to be of 8 bits. 10111010 is the correct mantissa.

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

      0xC6BA is answer

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

      Ans is 0xC5DD mentisaa 11011101

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

      @@Nikhilmod440 bhai gate 2025 ki tyari kr rha hai? Break mtt lena bss agar kr rhe ho toh...mera hogya clear gate 2024

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

      @@dashingcricket accha bhai
      Aap kis year se taiyari kar rhe hai??

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

    Amazing teaching
    U explained everything about floating point representation

  • @KomalSingh-jr7ky
    @KomalSingh-jr7ky ปีที่แล้ว +6

    You have explained this in easiest way possible thank you for this amazing lecture 😊

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

      Suno vo k-1 krne par value jyada kaise ho gyi 2 ki power 5-1 =6 kaise hua please btado

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

    maybe we do not watch it live but we will definitely see this on our own time...keep up

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

    Amazing
    Start -> 07:38

  • @farazashkar8928
    @farazashkar8928 5 หลายเดือนก่อน +9

    Answer to GPK Question
    ________________________________
    Consider a 16 bit register to store floating point numbers. The mantissa is an implicitly normalized signed fraction number. Exponent is represented in excess-64 form. What is the 16-bit value for -27.625 in this register?
    The given register has 16 bits.
    1 bit is always used for sign (S).
    Now we have 15 bits left.
    E is represented in excess-64 form.
    i.e. Bias = 64
    2^k-1 = 64
    2^k-1 = 2^6
    i.e. k-1 = 6
    k = 6 + 1 = 7
    Here k = no. of bits used for storing the exponent = 7
    Out of the total 16 bits we use
    1 for Sign
    7 for Exponent and
    thr left (16 - (7+8)), i.e. 8 for Mantissa.
    The given no. is + 27.625 [Sign bit is 0]
    => 27 => 11011
    => .625 => .101
    => 27.625 => 11011.101
    Now we normalize it implicitly (there must be a bit 1 before the binary point)...
    11011.101
    1.1011101 * 2^4
    [Notice that
    we have our e = 4
    we have our Mantissa = 1011101]
    Lets get our biased exponent [E]...
    E = e + Bias
    E = 4 + 64 = 68
    Binary form of E = 1000100
    Now we have
    S = 1
    E = 1000100
    M = 1011101
    Since we have 8 bits for M we need to pad it by adding a spare 0 just after the LSB
    Padded M = 10111010
    At last our final bit sequence for representing -25.625 in conventional floating point representation =>
    S = 1
    E = 1000100
    M = 10111010
    1100010010111010
    or
    0xC4BA {In Hex}

  • @hebashakeel7161
    @hebashakeel7161 3 ปีที่แล้ว +5

    your teaching is just amazing sir

  • @amritmohapatra8335
    @amritmohapatra8335 3 ปีที่แล้ว +5

    7:42

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

    Awesome teaching style sir....!! 👌👌👌👌👌.... I feel very lucky that I am studying from you sir ... thank you so much sir for this quality content for free and for helping student like us....😇😇😇😇

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

      Suno vo k-1 krne par value jyada kaise ho gyi 2 ki power 5-1 =6 kaise hua please btado

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

    GATE Unlock 20 Offer
    Get 20% off & edge closer to acing your exam preparation, with the new All Star batches for
    GATE, ESE*, & PSUs 2024/25 Starting on 12 May’23
    Subscribe Now - unacademy.com/goal/gate-cs-it/NVLIA/subscribe?plan_type=plus

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

    Sir i m literally enjoying your lecture

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

    Sir, your teaching is awesome and it can be fully understandable

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

    1:07:41 - why did he take mantissa 100 000 000 instead of 000 000 001?

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

      Because mantissa is numbers after the point. So, 0.1 => 0.100000000 and here 100000000 is mantissa.

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

      @@MrSagarBiswas yeah i see...the minimum positive value that sir wrote comes out to be 0.1x(2^-32)
      but why do we say it as minimum value even though we CAN in fact represent the value 0.000000001×(2^-32) in that register?

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

    please anyone tell why we write 2 raised to power 64-32, 32 is bias value but How E value is
    64 here please tell

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

    How to find exponent and matissa and bias value if only size of a register is given?

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

    Amazing lecture🙏🙏

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

    Video starts at 7:41

  • @MrunalBhonde
    @MrunalBhonde 11 ชั่วโมงที่ผ่านมา

    Mantissa is normalised "Signed" fraction number. Since mantissa just refers to number after the point, What does signed mean here ?

  • @fawadamin1991
    @fawadamin1991 7 หลายเดือนก่อน +5

    GPK Ans is 0xC4BA || E=68 and M=10111010

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

      Implicit hai bhai

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

    Enroll now to Unacademy Combat for FREE & avail a chance to register for GATE 2023 from us:
    unacademy.com/combat/gate-cs-it/NVLIA

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

    ans of GPK - (C4BA) base 16

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

      u have to do implicit normalization bro

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

    Your teaching is awesome

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

    GPK (HomeWork) 1:14:41 Answer => [ 1 | 1000100 | 10111010 ] => C4BA => 0xC4BA
    Max number can be stored = +511*2^(55)
    Min number can be stored = -511*2^(55)
    Min +ve number can be stored = +2^(-64)
    Max -ve number can be stored = -2^(-64)

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

      bro how will u store 7 bits in a 6 bit sub register ??
      in ur exponent part it should be of 6 bits right?? but urs is of 7 bits

    • @nitin-7870
      @nitin-7870 ปีที่แล้ว +1

      @@SayanjitMukherjee we can't store 7 bits in 6 bit register

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

      @MrSagarBiswas Thank you for this comment. It inspired me to answer all corollary questions and that helped me in my understanding of the taught concept.

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

      I got min +ve +(256*2^(-72))
      In the formula I took
      (-1)^0 * 1.00000000 * 2^(0-64)
      As it is implicit normalization
      I took 1.M
      Could you help me out with this

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

      @@tarun_gudipalli According to the values placed by you in the formula , the minimum positive value should turn out to be + (2^(-64)).

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

    Sab samajh ane laga . Love you sir

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

    your are the best sir
    for coa

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

    35:33 kaise sir multiply karne par aayega

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

    Can someone please provide the links to the prerequisite classes Sir is talking about?

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

      type coa pre requisite on youtube you will get it youtube doesn't allow to comments links

    • @AbhishekKumar-ff9vg
      @AbhishekKumar-ff9vg 6 หลายเดือนก่อน

      ​@@ritvikreddy3959 thanks

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

    Class start 7:42

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

    What is the formula that used to find the range of biased ?

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

      -2^n to (2^n )-1 as one bit used for sign , n=4 so -16 to 15

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

    Pdf kaha milega Koi bata do please

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

    Awasome...Thanks alottt sir!

  • @yashsharma-td6ii
    @yashsharma-td6ii ปีที่แล้ว +6

    GPK Answer will be (C5DD)16 right??

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

      yeaa

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

      But I am getting C4BA

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

      i m getting C8DD

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

      ​@@sushmitaghosh6917 Iam also getting OXC4BA

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

    Amazing lecture

  • @Rushikesh_-eh2zu
    @Rushikesh_-eh2zu 3 ปีที่แล้ว +12

    GPK ans =: (C4BA) base 16

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

      C5DD Hoga na

    • @harygaming.8805
      @harygaming.8805 2 ปีที่แล้ว +2

      @@agnidebmukherjee9756
      Nahi C4BA hi aayega

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

      @@harygaming.8805 pls Bhai explain karo na kaise..

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

      @@harygaming.8805 bhai mera toh C4B2 aya hai.. MANTISAA MERA 10110010 aya

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

      @@replyingtomemeansyourstupi8996 bro check onces again na
      Bias=7, S=1, E= 1000100, M=10111010
      0.625 ka binary .101 check karioo to

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

    link to the prerequisite class anyone?

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

    he looks as well as behave like Sandeep Maheshwari ❤️🥺 love u sir

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

    Totally Interesting Sir!

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

    Can you solve this question 11*11 multiplication booth algorithm ?

  • @Rushikesh_-eh2zu
    @Rushikesh_-eh2zu 3 ปีที่แล้ว +1

    Sir You Are GREAT 🙌🔥

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

    Awesome lecture sir 🔥🔥😌

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

    Thankyou for make these amazing tutorials on a complex subject these all videos all so helpful for us

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

    I'm persuing diploma in I.T. but I use to see your video sir. Excellent way of explaination 💯👍

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

    GPK ANS: 0x265D ?? Please confirm

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

    Great way of explanation
    ❤️❤️

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

    this was tough ngl ,appreacite your hardwork
    p+2

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

    Lecture 2 completed. Amazing section

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

    Sir can u get more question on the concept of denormaliseing floating point value

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

    Sir I am preparing for nimcet 2023 can I use this uncademy app to get note of computer awareness topic

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

    Is in 37 is 100101. In binary formate

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

    Sir please tell me that bias is 15 for 5 bit exponent or not?

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

      Hn bhai mujhe bhi doubt h ye btao n kya hoga iska meine pta kia to 15 hi aarha h

  • @study11-ls1ly
    @study11-ls1ly 9 หลายเดือนก่อน

    51:45

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

    Great teacher💖💖💖💖💖💖

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

    Why E is taken 63 when solving the max value representation on that 16 bit register

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

    Sir ye slides bhi provide kr dijiye please.

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

    Started at 7:20

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

    Homework Ans:- C4B8

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

    is the full course hindi. I know only english can i learn from this?

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

    Thanks for video

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

    thanks sir 💌

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

    Excellent sir

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

      Please consider subscribing and sharing

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

    Prices rising by 10% on 30th April'23 11:59 PM
    Flat 25% off & up to 4 Months Extra*! Save up to 53%
    Subscribe Now - unacademy.com/goal/gate-cs-it/NVLIA/subscribe?plan_type=iconic
    Unacademy GATE & ESE Ultra Combat
    23rd April at 11:00 AM
    Enroll Now: unacademy.com/scholarship/ULTRACOMBATGATEESE

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

    Sir can i get more questions on explicit and implicit normalisation with solutions so I can check my answer also

  • @prajwalm.s7976
    @prajwalm.s7976 5 หลายเดือนก่อน +1

    59:17 😂😂😂😂

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

    1100010010111010
    Sign bit:- 1
    Exponent bit:- 1000100
    Mantissa bit:- 10111010
    hexadecimal form:- 0xC4BA

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

    Nicely explain ❤️🙂❤️

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

    Thanks sir. Nice video

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

    Mantissa 9-bit kaise laye sir

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

    Great ...

  • @surajitroy_roll-5023
    @surajitroy_roll-5023 ปีที่แล้ว

    start at 7:42

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

    Thank you so much sir

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

    Great sir 👍

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

    Sir can I get more question on this topic to solve

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

    15.62 ka normalized form?...

  • @Nidhisingh-zc7gq
    @Nidhisingh-zc7gq 2 ปีที่แล้ว

    Thank you sir !

  • @VipulPandey-wy6jk
    @VipulPandey-wy6jk 2 หลายเดือนก่อน

    readyyyy!!!!

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

    ausome sir jii

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

    E is 37 and 37 in binary os is 100101 but you have written 100111 which equals to 39

    • @AmandeepSingh-is5bg
      @AmandeepSingh-is5bg 2 ปีที่แล้ว +2

      Arre behan poora lecture dekh lo correct kr di thi sir ne

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

    Tqsm sir

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

    63-32 kaise aaya sir 1:04:18

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

      I have also same doubt

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

    Thank you sir

  • @b2.98g
    @b2.98g 3 ปีที่แล้ว +1

    Sir, 2^9=512?

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

    Ans is 0.x (C4BA) s =1 and M = 10111010 and E=68!

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

    sorry sir but there is a mistake 37binray will be 100101

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

    How is 9 times 1 equal to 511

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

    And of GPKBias is 64, K=7, e=6 ,E=70, since no is -ve s=1. ...Answer calculated is 1 (s bit) 1001010(Exponent 7 bits). 11011101(Mantissa 8bits)
    Hex equivalent is- 0xCADD

  • @Rahul-iv3xm
    @Rahul-iv3xm 2 ปีที่แล้ว

    1:10:19

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

    Starting time 7.42

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

    Ans is 0xC4BA

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

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

    ❤️❤️❤️

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

    Nice

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

    homework question answer bta do?

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

    Ur looking like Sandeep Maheshwari 🤭

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

    bhul gaya hi sir dobara playlist dekh rha 2x me 😂

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

    the answer is:1|1000101|11011101

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

    Answer of GPK Question is--> 1000101110111010 💯

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

    vro tu bahut achha padhata hai, lekin unacademy nhi lunga hue hue

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

    1:00:00 tumhara kuch ni ho skta/..... hahahahahahhahah

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

    ❤❤❤❤❤💖💖💖💖💖💖💖