Computer Science, asked by Tasneef12, 10 months ago

1. Convert following hexadecimal number to its decimal equivalent-
1. FC5 , 6E1A
2. Perform Binary addition:-
a) 111111112 + 100100102
b) 110000012 + 110101012
3. Find the difference between the following Binary numbers:-
a) 101011102 - 011101012
b) 110011112 - 101010102
Multiply the Binary Number:-
a) 10012 x 100112
10. 101​

Answers

Answered by ankurbadani84
2

Answer:

Explanation:

1. Convert following hexadecimal number to its decimal equivalent-

FC5 -> 4037

6E1A ->  28186

2. Perform Binary addition:-

a) 11111111 + 10010010 =  110010001

b) 11000001 + 11010101 = 110010110

3. Find the difference between the following Binary numbers:-

a) 10101110 - 01110101 =   111001

b) 11001111 - 10101010 =  100101

Multiply the Binary Number:-

a) 1001 x 10011 = 10101011

b) 10 x 101​ = 1010

Similar questions