Data Representation using 1's Complement

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

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

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

    First, +9 should be written as 01001, because he said that all the representation of the positive number is the same , so 1's complement representation of +9 should be same as signed magnitude, so the -9=10110
    Then, the homework answer:
    i) +10=01010, -10=10101
    ii) +4=0100, -4=1011
    iii) +23=010111, -23=101000

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

      Correct

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

      thank u

    • @RahulSharma-oc2qd
      @RahulSharma-oc2qd 2 ปีที่แล้ว +10

      @William John where did 2’s compliment come from? The video talks about 1’s compliment.

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

      That's just a writting mistake, thanks for correction.

    • @-CSE-CS-RAHULKUMAR
      @-CSE-CS-RAHULKUMAR 2 ปีที่แล้ว +1

      +10 = 00101

  • @kartik1245
    @kartik1245 4 ปีที่แล้ว +41

    Even after 2 years of completing my undergrad in EEE, I watched the entire playlist in one go.
    What an absolute LEGEND! If only our course in college was even a bit like this, I would've been a gold medalist.

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

      chodse

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

      why did u watch it again?are u preparing for any exam?

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

      Abey fir EEE me kya kar rha tha?

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

    Hello, neso academy,
    I like your videos I watch them regularly. I observe that many viewers get doubts and you guys do not tend to solve them.
    you guys are teaching good but if u would make sure viewers are getting satisfied it would be great. Thank YOU, I personally have no doubts as such I clarify them with my teachers.

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

      haan theek hai ...baap ko mat sikha....

    • @shreenathsingh007
      @shreenathsingh007 4 ปีที่แล้ว +15

      @@rishabhnegi479 kyu teri maa ko bura laga

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

      @@shreenathsingh007 😂😂shi hai bhai
      Hats off

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

    9 needs 5 bits not 4 ,because 4bits range(-7,7)
    if you think about it you will find that in the range equation the power is (n-1) instead of (n),
    this means that there's an unused bit which is there to indicate if the number is complemented or not (if it's 0 then the number isn't complemented) and (if it's 1 then the number is complemented)

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

      so , before solving every question we'll first check whether no. is falling in range or not , and then we'll represent no. accordingly , right?

    • @kumarutkarsh5905
      @kumarutkarsh5905 11 วันที่ผ่านมา +1

      @@aakashnailwal2249 correct

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

    Sir,thank you for this videos. Because of this videos i have clear my this subject and i have cleared my third semester. You have done an amazing thing which is so grateful to me...!!! So, Once again thank you.

  • @48_subhambanerjee22
    @48_subhambanerjee22 27 วันที่ผ่านมา +2

    1) +10 = 01010
    -10 = 10101
    as range for 5 bits is -15 to +15
    2) +4 = 0100
    -4 = 1011
    as range for 4 bits is -7 to +7
    3) +23 = 010111
    -23 = 101000
    as range for 6 bits is -31 to +31

    • @rk-blogs552
      @rk-blogs552 27 วันที่ผ่านมา

      How you solve for +23 and -23

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

    i) +10 (01010),-10(10101 *1's complement).
    ii)+4 (0100), -4(1011 *1's complement)
    iii) +23 (010111), -23 (101000 *1's complement).

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

      Is it necessary to show signed representation also

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

    n = 4 bits
    -[(2^4-1)-1] to +[(2^4-1)-1] = -7 to +7
    The numbers -6 & +6 falls in this range.
    So use 4 bits to represent -6 & +6.
    n = 5 bits
    -[(2^5-1)-1] to +[(2^5-1)-1] = -15 to +15
    The numbers -9 & +9 falls in this range.
    So use 5 bits to represent -9 & +9.

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

    sir plzz make the correction in representation of 9. 9 needs 5 bits and not 4 bits. Its creating bit of confusion.

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

      sushmita it actually needs 4bits not 5 . from no. 8 till 15 4bits is needed

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

      while he represented +13 in signed way he added 0 before 1101 but while he represented +9 in 1's complement he just wrote 1001 (magnitude only) and did not add 0 .. it is very confusing

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

      she is talking of an extra sign bit

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

      sushmita, I support you. Up to 7, we have to use 4bits but from 8 to 15 we have to use 5bits.

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

      sushmita is right, look at +9(1001) and -6(1001), and as he said in the video 4 bits range is (-7,7)

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

    +10 = 0000 1010 (No. of digits is always in power of 2, 1010 is the magnitude so we cannot change the first bit of the magnitude as signed bit instead we can add 1 bit to represent the sign. If we add 1 zero than, total digits is 5 which is not in the power of 2. So we add 4 zeros )
    -10 = 1111 0101 (No. of digits is always in power of 2)

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

      Where did this rule come from that no if digits is in power of 2

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

    PLEASE BRING BACK THE DBMS PLAYLIST I NEED THAT

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

    neso academy is best....it help me a lot as i have most lazy teachers who dont give a s**t about lec

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

    1 s complement representation of -9 requires atleast 5 bits. With 4 Bits the we can only represent up to -7. So 0110 doesnt represent -9, It just represents +6 in any format. -9 in 1s complement representation is 10110 or 110110 or 1110110.... so on. it requires minimum 5 bits

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

    Thank you for your clear explanation. Also, it would be really nice if you justified the range part of this video.

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

    a) 1010 & 0101
    b) 0100 & 1011
    c) 10111 & 01000

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

    thank you so much sir for these videos

  • @divesh_deva
    @divesh_deva 4 ปีที่แล้ว +41

    1) +10 = 01010
    -10 = 10101
    because range is from -15 to +15 for n=5
    2) +4 = 0100
    -4 = 1011
    because range is from -7 to +7 for n=4
    3) +23 = 010111
    -23 = 101000
    because range is from -31 to +31 for n=6

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

    Can't thank you enough. Still thank you so so much😊😊

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

    how to differentiate between -6 and 9 then...both are represented as 1001

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

      Amit Chauhan exactly !I have the same doubt

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

      9 needs 5 bits not 4 ,because 4bits range(-7,7)

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

      Use 2s representation

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

      @@sammymishal5629 thanks

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

      @@shreyaperla3828 noob

  • @rdxprajapati8952
    @rdxprajapati8952 13 วันที่ผ่านมา

    Thank you sir❤❤❤❤

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

    Why did you use 4 bits to represent +9 and -9.You mentioned at 2:47 that range for 4 variables(or bit) is -7 to +7?

    • @RiSHi1544
      @RiSHi1544 3 วันที่ผ่านมา

      yes the solution will be +9=01001 and -9=10110

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

    🔴H/W problem i:
    ✔️ +10 = 01010
    -10 = 10101
    .................................................................
    🔴H/W problem ii:
    ✔️ +4 = 0100
    -4 = 1011
    .................................................................
    🔴H/W problem iii:
    ✔️ +23 = 010111
    - 23 = 101000

  • @walterw.7056
    @walterw.7056 7 ปีที่แล้ว +5

    If i write a number 11011 in 1's complement method...then how will you get to know if it is +27 or -4?

    • @RahulSharma-oc2qd
      @RahulSharma-oc2qd 2 ปีที่แล้ว

      The computer’s CPU interact with complier for this distinction, rest in exams or questions the problem would be assigned as signed or unsigned problem.

  • @saisandesh.s.b.7036
    @saisandesh.s.b.7036 4 หลายเดือนก่อน +1

    HW Answers: -
    1) +10 = 01010
    -10 = 10101
    2) +4 = 0100
    -4 = 1011
    3) +23 = 010111
    -23 = 101000

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

    What does the range signify Sir ?

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

    I have a doubt regarding this lecture. You have represented +6 as 0110 but you represented +9 as 1001 and not as 01001. Why you did so ?

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

      thats a mistake, please correct that

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

    here +10 in 1s compliment form is 01010 ie i have represented +10 in 5 bits forms . it is not necessary that it will take only 5 bit form else it can be represented in any bits by just copying the MSB ie 0 to get the desirednumber

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

    Sir thank you for this amazing lectures .I request you to add lectures on logic families and their interfacing.Thank you

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

    sir, what is concept of range?
    i dont able to get it.

    • @chidanandadatta4695
      @chidanandadatta4695 4 ปีที่แล้ว +5

      It means , by using n bits we can represent numbers with in range...using mentioned representation

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

    hello, how do you if a number should be represented by 4 bits, 5 bits, 6 bits etc? because why are some double digit numbers (ex 10) represented by 5 bits and others (ex 23) by 6 bits?

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

    Here +6 = 0110 and -9 = 0110 so how will the circuit know which one to consider.

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

      With 4 bits we can only represent +7 to -7
      As -9 is not within the range of numbers that can be represented with 4 bits we can ignore the -9 and take +6 as the value of 0110 in 1's complement
      Also the +9=01001
      -9=10110

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

      @@veereshkammara9139 nice one

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

    I don't know about this. 6 in binary 0110. -6 is 1010 not 1001. He just did the 1's complement but if you want to know what the actual -6 is in binary you still need to get the 2's complement.

  • @OmPrakashGupta-ft5bk
    @OmPrakashGupta-ft5bk 5 ปีที่แล้ว +3

    1) +10---->01010
    -10--->10101
    2)+4--->0100
    -4--->1011
    3)+23---> 010111
    -23--->101000
    Here I've used msb to represent the sign of the numbers..
    Hope you like it..

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

    the number in the range -23 to + 31 is represented by the minimum number of bits is ? please explain also

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

      5bits + 1 sign bit

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

      @@davidwarner2491 you played very bad today

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

      @@arpit5506 😢

  • @AbhishekSharma-cb8nb
    @AbhishekSharma-cb8nb 7 ปีที่แล้ว +1

    sir in 1's complement representation -9 is not represented correctly as msb is assigned for sign. which is 0 means no. is +ve

  • @Rahul-nw3xk
    @Rahul-nw3xk 3 ปีที่แล้ว +1

    Do we have to consider even number of bits since we are representing 6 as 0110 not 110?

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

    Thanks Sir😃😃

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

    for +9 =01001
    For -9 =11001
    Then 1’s complement for -9 is 00110
    Am I correct plese correct if wrong......

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

    Sir 1s complement of any number doesn't represent negative of it.

  • @AnkitYadav-zg5zd
    @AnkitYadav-zg5zd 6 ปีที่แล้ว +2

    The range of decimal numbers that can be represented using four bits in 1's compliment representation is -7 to +7! so 9 and -9 cannot be represented using 1's compliment representation!

    • @RahulSharma-oc2qd
      @RahulSharma-oc2qd 2 ปีที่แล้ว

      You can change bits even 7 and 9 could come in one range: if we take 2^8 values or 8 bits, then the range would be -127 to +127 and each decimal digit can be written in 8 bits in binary system. Am I wrong?

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

    thank you sir

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

    sir are we going to use the sign bit here ?

  • @ManojKumar-vt9ds
    @ManojKumar-vt9ds 7 ปีที่แล้ว +7

    Zero has two representations in both Sign magnitude and 1's complement.
    Sign Magnitude
    +0 = 0000
    -0 = 1000
    1's complement
    +0 = 0000
    -0 = 1111

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

    Am I correct to say that in 1's complement representation, all the negative numbers start with 1?

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

    What is the difference between -6 and 9 then...both are represented as 1001 ???

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

    please neso academy post the tutorials of fault detection method and experiment as soon as possible please please please please

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

      exam kaisa gya?

  • @214F7Iic0ybZraC
    @214F7Iic0ybZraC 6 ปีที่แล้ว +11

    For +6, he takes into consideration "sign bit" such as 0110, but on the other hand he doesn't for +9 such as "1001" instead of "01001". This makes me confused. Which is correct? From my understanding, +9 should be "01001" not "1001". (Then, -9 should be "10110".) Someone corrects me! Thank you!

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

      I think u are absolutely right

    • @Ujjwalkumar-iy2xe
      @Ujjwalkumar-iy2xe 6 ปีที่แล้ว

      Refer :- try to understand BCD

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

      to represent 9 you need total 5 bits, 4 bits for magnitude and 1 bit for the sign.

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

      In this video sir has done for +13=01101
      -13=11101

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

    Hi there
    So signed 1's comp is the same as signed magnitude ?

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

    Thank you SIr

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

    How are you taking 6 in 3 bit while signed magnitude and 4 bit in case of 1' complement.This could change the answer.

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

      Both are different representation of same number ....like decimal form and binary are two different representations

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

    ans=
    1) (+10=01010) (-10=10101)
    2) (+4=0100 (-4=1011)
    3) (+23=010111) (-23=101000)

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

    why did u write +6 as 0110 and not 110 ?

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

    sir, why dont we use 5 bits to represent +10 instead of 4bit ????

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

      we have to use 5 bits representation if we are showing signed representation.

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

    what software you are using to making this video...I mean what you are using for writing.

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

    In neso most watched videos are for digital electronics and signals and SYSTEMS

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

    u can't write +9=1001 because for 4 bit we can represent only from -7 to +7. v need to write +9 as 01001. then -9=10110

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

    +9 should've been represented by 01001 right? and taking its complement 10110.

  • @ARNafi-ev2xr
    @ARNafi-ev2xr 8 ปีที่แล้ว +2

    Thanks a lot man .Make a video about 9's and 10's compliment. And make out about there addition and subtraction

  • @bhanupratap-qj4lp
    @bhanupratap-qj4lp 3 ปีที่แล้ว +1

    Simple thing in 1s complement data representation is FIRST calcuate unsigned (means you have to put either 0 or 1 depends on +ve or -ve in front of your ans ) and THEN you have to take its 1 s complement

  • @sailor-3360
    @sailor-3360 9 ปีที่แล้ว +2

    hello dr , i have a question in digital design.. can i send it to you in your email?

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

    I guess for +9 that should be 01001 the MSB will represent the sign. isn't it?

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

    Sir, you are wrong with representation of +9 and +9. Can you please fix it to not to cause confusion ?

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

      What do you think is wrong?

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

      @@nesoacademy I think it cannot be represented in 4 bits. Am I wrong ?

  • @SaurabhKumar-pq3jf
    @SaurabhKumar-pq3jf 6 ปีที่แล้ว +3

    (i) +10=1010 ; -10=0101
    (ii)+4=100 ; -4=011
    (iii)+23=10101; -23=01000

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

    "A signed binary's bit length must be equal to a power of 2"

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

    i) 1010;10101
    ii)100;1011
    iii)10111;101000

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

    thank you

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

    sir having doubt in representing -23 in ones complement can you please explain

    • @aybin.v.k9562
      @aybin.v.k9562 ปีที่แล้ว

      binary of 23 is 10111
      +23 = 0 10111
      -23 = 1 01000

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

    what is the range sir?

  • @VishalSingh-sn5vd
    @VishalSingh-sn5vd 9 ปีที่แล้ว +1

    sir plss upload fault detection full topic nd homing experiment tooo

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

    Sir plz make videos on microprocessor 8085 also...plz sir…

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

    Why did you take 4 bits to represent +6???

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

      because of range, if we tae 3 bits then range is between -3 to+3

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

    can someone provide me the solution of hw problem +23 and -23

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

    sir for +10 it is 01010 and for -10 =10101 it is correct or not for only 1's complement?

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

    How -6 and +9 have same binary representation?
    Also how +6 and -9 have same binary representation?

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

    answer of
    i) 01010, 10101
    ii) 0100, 1011
    iii) 010111, 101000

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

    I dont undestand : 0110 is -9, no +6
    ?

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

    Homework answers:
    +10=010010
    -10=101101
    +4=0100
    -4=1011
    +23=010111
    -23=101000
    Thankyou sir 🎉🎉🎉

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

    isnt 1001 also equals to -1 ?

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

    Vedio is Short and sweet

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

    sir why didn't you took 0 for +9 in left side but you have taken 0 of +6 on left ; like in video +6=0110 and +9= 1001so why is +9=01001 and its compliment is 10110 ?
    I would appreciate the valid ans for this! :)

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

      6=110 in binary and 9=1001 , for positive sign we use 0 in front.

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

      @@gurgaon_videos then in 9 too...we should take a 0 im front

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

      That is an example for 1's complement.
      For signed representation we take 0 as MSB.

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

      @@gurgaon_videos i got u but then why 0 is taken in front in representation of 6

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

      See..first example is of signed representation..ok ..so we have to take an extra bit for sign and then complement it ..second one is example of unsigned ..so we are not taking extra bit

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

    1. +10=1010 -10=0101
    2. +4=100 -4=011
    3. +23=10111 -23=01000

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

    sir why didnt u take +9 as 01001 instead 1001 in 1's compliment while u took +6 as 0110, could u reply me fast plz

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

      +srinadh j we were taking 4 bits for the number...if we take 5 bits per number then 0 would be 01001 and then 6 would be 00110

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

      it depends on the range -(2^(n-1)-1) to 2^(n-1)-1

    • @danishbhatia1734
      @danishbhatia1734 8 ปีที่แล้ว

      lokesh|| cud u explain?

    • @MrinmoyDas-qm6kj
      @MrinmoyDas-qm6kj 7 ปีที่แล้ว

      using 4 bits the range is -7 o +7 but for 9 then we should use 5 bits right? but he still used 4 bits... can you plz explain?

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

      but where is the bit of sign?? we of course know in unsigned 9 is 1001, what we dont understand is where is the 0 in the beginning? he did write 6 as 0110 not 110... @amir ansari. I think he made a mistake

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

    Why is 6 0101 and not just 101 ?

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

      Bacause 6 magnitude is 101 and 0 is positive sign

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

    10 ) 1010 _ 0101
    4) 100 _ 011
    23) 10111 _ 01000

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

    Wtf . So many doubts are pile up.

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

    bhai +9 ko 5 digit se dikhao ....jaise +6 k liye kiye

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

    Answer to homework problems:
    1. +10=1010
    -10=0101
    2. +4= 100
    -4=011
    3. +23= 10111
    -23=01000

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

    1 . 0101 and 1101
    2 . 01001 and 11001
    3 . 010000 and 110000

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

    +10=01010; -10=10101 ; +4 = 0100 ;-4 = 1011 ; +2223 = 010111 ; -23 = 101000 is this answers are correct

    • @Abhi-qi6wm
      @Abhi-qi6wm 3 ปีที่แล้ว

      Had a question. Why would you add an extra 0 before 10 and 23? I mean I got the same answers if you don't consider the zero at the start.

  • @NITESHKUMAR-hu1fb
    @NITESHKUMAR-hu1fb 6 ปีที่แล้ว

    SIR aap hindi me leacture digiya

  • @NITESHKUMAR-hu1fb
    @NITESHKUMAR-hu1fb 6 ปีที่แล้ว

    Write English but leacture in hindi

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

    I like your vids but you made a mistake writing +9 in signed form and didnt answer any questions so i disliked.

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

      many others also mentioned it and none of them were answered so i didnt bother asking the same, so you wrote +6 in signed way (0110) but wrote +9 in unsigned (1001) and no explanation what to choose when. if you check other comments you will see a great confusion about that.

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

      @@nesoacademy +ve representation of 9 is 01001 nd its 1's complement will be 11001. You forgot to write the signed bit sir. Kindly look into this matter.

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

    @neso please reply for -9

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

    Very low voice.

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

    Answers to homework problems
    1: 1010; 0101
    2: 0100;1011
    3: 10111;01000