Computer Science
Add the following binary numbers:
(i) 10110111 and 1100101
(ii) 110101 and 101111
(iii) 110111.110 and 11011101.010
(iv) 1110.110 and 11010.011
Number System
156 Likes
Answer
(i) 10110111 and 1100101
Therefore, (10110111)2 + (1100101)2 = (100011100)2
(ii) 110101 and 101111
Therefore, (110101)2 + (101111)2 = (1100100)2
(iii) 110111.110 and 11011101.010
Therefore, (110111.110)2 + (11011101.010)2 = (100010101)2
(iv) 1110.110 and 11010.011
Therefore, (1110.110)2 + (11010.011)2 = (101001.001)2
Answered By
16 Likes
Related Questions
Convert the following binary numbers to octal
(a) 11001
(b) 10101100
(c) 111010111
Convert the following binary numbers to octal
(a) 111010
(b) 110110101
(c) 1101100001
Convert the following binary numbers to decimal, octal and hexadecimal numbers.
(i) 100101.101
(ii) 10101100.01011
(iii) 1010
(iv) 10101100.010111
Given that A's code point in ASCII is 65, and a's code point is 97. What is the binary representation of 'A' in ASCII ? (and what's its hexadecimal representation). What is the binary representation of 'a' in ASCII ?