Saved Bookmarks
| 1. |
Convert the following decimal numbers into its binary equivalenta. (101)10 = (?)2b. (431)10 = (?)2c. (11101011)2 = (?)10d. (1010001)2 = (?)10 |
|
Answer» 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 |
|