Found 3 results for "tag:cpu"
-
Two's Complement
https://www.cs.cornell.edu/~tomf/notes/cps104/twoscomp.html
-
Two's complement - Wikipedia
https://en.wikipedia.org/wiki/Two%27s_complement
operation on binary numbers, and number representation based on this operation
-
math - How does the CPU do subtraction? - Stack Overflow
https://stackoverflow.com/questions/5793740/how-does-the-cpu-do-subtraction
I have some basic doubts, but every time I sit to try my hands at interview questions, these questions and my doubts pop up. Say A = 5, B = -2. Assuming that A and B are 4-bytes, how does the CPU ...