Binary Addition

Use column addition method.

1 + 1 = 0, carry 1. 
1+0 = 1
0+1 = 1
0+0 = 0

If you still have 1 to carry at end of sum then you get an overflow error, where a 9th bit in required to display the most significant number. 




Comments

Popular posts from this blog

CPU Fetch-Decode-Execute Cycle

Scheduling

Utility Software