(-13)+(-9)=-22 Absolute value of -22 is 22 22 in binary is 10110 You can see that the number 22 took 5 bits So to calculate (-13)+(-9) you need at least 6bits
Because -10 requires at least 5 bits of space for its representation in 1's compliment form. 1 for sign and other 4 for magnitude. Using lesser bits results in data loss.
Finally my problem is solved .
Thank you for the video 🙏
You are welcome
Please don't forget to subscribe
Thanks for this one
Dude we can also do this is 2 s complement by the nice explanation !
Thanks a lot for this.
This may potentially earn me 5 more marks
😂😂😂😂😂😂😂
Thanks!
Sir can you please tell me why we are adding two zeros infront of binary digits of 5,6
Add -13 and -9 using 1's complement. Can you solve this problem for me please sir.
😂best of luck brother
Same problem
(-13)+(-9)=-22
Absolute value of -22 is 22
22 in binary is 10110
You can see that the number 22 took 5 bits
So to calculate (-13)+(-9) you need at least 6bits
what if there in no carry and the msb=1 / msb=0??
😮
How the value of 4 is 100?? Can you please clarify that
Converting 4 to binary.
100 is the equivalent of 4 in binary
-7-3 is operated in 4 bits then the result is not same😢
Because -10 requires at least 5 bits of space for its representation in 1's compliment form. 1 for sign and other 4 for magnitude. Using lesser bits results in data loss.