Thank you so much sir .This video so much helpful 😊
@RSA_Shock Жыл бұрын
thanks so much helped clear up some stuff
@MunazaShakeel5 ай бұрын
Thanks sir the concept is clear now!
@__noob__coder__4 ай бұрын
Such a nice explanation!! Thanks.
@BlakeB-lr3tp8 ай бұрын
on scenario 1 at 9:18, the two negative numbers added obtained a negative result so wouldnt there be no overflow?
@KpopChickenn3 ай бұрын
look at 4bits, not 5 bits.
@ayalaouadi96792 ай бұрын
Ohh okay @@KpopChickenn
@vijaydarling8079 Жыл бұрын
Good explanation sir
@lamaspacos5 ай бұрын
Oustanding course. Interesting at 05:10, with overflow due "10" instead of "11".
@Enthub47 Жыл бұрын
I 3rd scenario is confusing since the first scenario is giving a different point .
@TejashKumar-sc5wi Жыл бұрын
that's so good brother, you are a god level teacher all over the world ,, :) thanks to you soo much broother ❤❤❤❤❤
@Ferdousmondol-xi5vg Жыл бұрын
is the s2 is coreect that show -8 ... if msb indicates sign represents then its result -0;
@rijuwanahmed8742 Жыл бұрын
Great Video ❤️❤️❤️
@elifozcelik9749 Жыл бұрын
very great video thanks
@fatimakho6051 Жыл бұрын
you are the best 🔥🔥🔥
@itsoknottobeok9381 Жыл бұрын
In s1, -16 +6 = -10 which is same as -7-3 = -10. How did s1 became overflow? Both -7 and -3 are -ve numbers and result -10 is also -ve
@ashmitrawat5854 Жыл бұрын
ig when we are adding -7 and -3 , the bits we are getting is 5 bits ,if you discard the leftmost 5th bit the leftmost 4th bit represent the sign bit in 4bits representation in signed int, so leftmost 4th bit is zero which represents positive sign but the result is negative , correct me if i am wrong .
@tosinoladokun189110 ай бұрын
@@ashmitrawat5854well explained.🙇
@digitalinvitationcard9 ай бұрын
Our teacher said when adding two negative number answer will be positive and overflow will occur, when adding two positive number answer will be negative so overflow will occur
@daghan21302 жыл бұрын
Why there is no overflow in 3rd example?
@reallybadsupport2215 Жыл бұрын
My guess is that 0 is in the range of -8 and 7 so there isn't any overflow
@عبدالله-ه9ش3ف Жыл бұрын
@Anurag Devnath Thanks I understood without the need to watch the video.♥️
@itsoknottobeok9381 Жыл бұрын
@@namasteySoundscape In s1, -16 +6 = -10 which is same as -7-3 = -10. How did s1 became overflow? Both are -ve numbers and result is also negative number.
@petya__ Жыл бұрын
@@itsoknottobeok9381because you'd need one more bit to display the result. -3 and -7 use 4 bits each, whilst -10 needs 5 bits, thus the overflow.
@munibasarwer2 ай бұрын
Thanks to comment section
@LONEWOLF-fx8wx2 ай бұрын
Why is the first 2^n negative? I am just picking up the topic of overflow, can someone explain?
@pancito3108Ай бұрын
if you want to represent negative numbers in binary, one way is to use two's complement, and that representation is equivalent to making the msb (most signifucant bit) negative
@LONEWOLF-fx8wxАй бұрын
@@pancito3108 thanks!
@barsilgen120 Жыл бұрын
Thanks a lot
@OnkelDevil Жыл бұрын
Good explanation. Question! If I subtract two unsigned numbers e. g. 2 - 7 in binary 0010 - 0111 I guess that I can not caluclate the result because I have unsigned numbers. They are always positive. What happens in this case. Is there a carry? Is there a overflow? Thank you for your help in advance!
@mendedatomin8037 Жыл бұрын
no need thank you its ok
@itsoknottobeok9381 Жыл бұрын
@@mendedatomin8037
@bdlhАй бұрын
Useful information : When you add two different signed numbers you never get an overflow
@wajeehullah4371 Жыл бұрын
I think you have made a mistake in S1. We would consider 4 bits of the result only 0110 and this would sum up to 6. Now since we know that we added 2 negative numbers and the result we got has a positive sign (+6) so now we will say it is a case of overflow as we would need 5 bits to represent -10.
@Jurtz9 ай бұрын
were you even paying attention? what made you think there is only one way to arrive at the answer.
@monicabhattacharya90292 жыл бұрын
Thank you so much sir 😃😃👌. Please complete this playlist
@Thhion11 ай бұрын
What about unsigned Substraction????
@garrettgold Жыл бұрын
Is there like a college who produces this? Can I go there?
@badguy74329 ай бұрын
s3 indicates cancellation between 2 units of 2^2 and 1 unit -2^3 hence the cancellation, voiding it to zero. The method you used makes it confusing and turned it into a fake overflow scenario, scenario one by no means appear positive, it's all negative wdym? Did u mean the 0 at 2^3 spot? Then circle properly. I'd suggest you guys to just use common sense and check if answer fits the range to determine overflow, his scenarios will make u fail ur tests in confusion
@posi0504 Жыл бұрын
Heeeeeeeelloooooo everyone~
@andrewungureanu737110 ай бұрын
Observe?
@ohmyfriends1232 жыл бұрын
What is stk500 error?
@627_kaustubh_Dhumale Жыл бұрын
thanks
@ohmyfriends1232 жыл бұрын
It's was Avrdude... Stk500 is not responding error
@RSA_Shock Жыл бұрын
he's not your personal assistant
@VMGAMING-TAMIL9 ай бұрын
Overflow 🌚
@ohmyfriends1232 жыл бұрын
I have doubt in coding
@klaus96872 ай бұрын
gosh how ? 9:28 the result of two -ve no was literally -10?
@sumitsinha7002 Жыл бұрын
Arigatho ne sense (mewo)
@ohmyfriends1232 жыл бұрын
Any solution air
@prachiverma2673Ай бұрын
Bro -8 +8 really . why are you confusing students both are same in binary ie 1000