Computer Science, asked by darshchandra8, 1 month ago

Convert the following decimal numbers into its binary equivalent
a. (101)10 = (?)2
b. (431)10 = (?)2
c. (11101011)2 = (?)10
d. (1010001)2 = (?)10

Answers

Answered by raghulragavi07
2

Explanation:

Hexadecimal = Octal = Binary = Decimal

016 = 08 = 02 = 010

116 = 18 = 12 = 110

216 = 28 = 102 = 210

316 = 38 = 112 = 310

416 = 48 = 1002 = 410

516 = 58 = 1012 = 510

616 = 68 = 1102 = 610

716 = 78 = 1112 = 710

816 = 108 = 10002 = 810

916 = 118 = 10012 = 910

a16 = 128 = 10102 = 1010

b16 = 138 = 10112 = 1110

c16 = 148 = 11002 = 1210

d16 = 158 = 11012 = 1310

e16 = 168 = 11102 = 1410

f16 = 178 = 11112 = 1510

1016 = 208 = 100002 = 1610

1116 = 218 = 100012 = 1710

1216 = 228 = 100102 = 1810

Similar questions