There's another shortcut I've learnt at school for Two's Complement. The left most bit of a byte represents -128 while the other bits represent their normal corresponding denary digit. So from the left, a byte would be -128 64 32 16 8 4 2 1 An example is --35 (like in the video): -128 64 32 16 8 4 2 1 1 1 0 1 1 1 0 1 11011101 is the correct Two's Complement as shown in the video. I hope you found this useful.
@JC-ri1jv2 жыл бұрын
Thank you this is soo much easier
@H_ssan78614 ай бұрын
Tysm ❤
@avineshchitrakar33565 жыл бұрын
Thank you so much for making these. My computer teacher quit halfway through the semester so we couldn't complete the course. Soo thankful to you.
@arayasimms16073 жыл бұрын
_someone give this man a medal_
@seth61014 жыл бұрын
This method is confusing, at school we did a different method which is easier. You first find if the number is positive or negative. If negative you place a one at 128 then you subtract from 128 until you reach the number
@hero_bsb63143 жыл бұрын
that method is confusing
@mikeywalsh39833 жыл бұрын
we learnt that way too at school, its way easier
@UA7123-6 жыл бұрын
Hi, can you do a video on fixed point and floating point conversion ?
@Rehan-ds4pt5 жыл бұрын
mr mohammed sent me for my hw :)
@abbasmahmood15525 жыл бұрын
Mr Mohammad told me to subscribe so I did
@pear36145 жыл бұрын
This is absolutely useful thank you so much
@musaabid65305 жыл бұрын
THIS IS EPIC
@rishabhkalia12824 жыл бұрын
What about a 3 digit number in negative form how will you do that?
@siby185 жыл бұрын
Thanks, very useful!
@schalkdb45335 жыл бұрын
hi just a quick question, when converting from a negative number in two's compliment to denary and the last number happens to be zero, when i subtract one what will the outcome be
@hadyhed54263 жыл бұрын
you cannot actually do that as 1 can never be subtracted from 0