surbhi42
Binary Numbers
Binary Numbers As we know that Binary Number System is made up of binary Numbers which has base or radix 2 and it uses the numbers 0 and 1. All the mathematic operations that are done on Binary Numbers are as follows.The addition performed on it is 0 + 0 = 0, 0 + 1 = 1, 1 + 0 = 1 and 1 + 1 = 0 carry 1,Now the example of simple addition is: 0 0 1 1 + 1 0 0 0 = 1 0 1 1.
Binary Numbers
Binary Numbers As we know that Binary Number System is made up of binary Numbers which has base or radix 2 and it uses the numbers 0 and 1. All the mathematic operations that are done on Binary Numbers are as follows.The addition performed on it is 0 + 0 = 0, 0 + 1 = 1, 1 + 0 = 1 and 1 + 1 = 0 carry 1,Now the example of simple addition is: 0 0 1 1 + 1 0 0 0 = 1 0 1 1.