Maths(F.3)

2008-09-21 9:22 pm
請列明過程!!!

Convert the following binary numbers into hexadecimal numbers.

(a)10(2)
(b)100(2)
(c)1000(2)
(d)10101(2)

回答 (2)

2008-09-21 9:47 pm
✔ 最佳答案
The method is to convert every 4 binary digits into one hexadecimal digit.
a) 10 = 0010 = 2(16)
b) 100 = 0100 = 4(16)
c) 1000 = 1000 = 8(16)
d) 10101 = 0001 0101 = 15(16)
2008-09-22 12:52 am
(a) 10 = 0010 = 2(16)
(b) 100 = 0100 = 4(16)
(c) 1000 = 1000 = 8(16)
(d) 10101 = 0001 0101 = 15(16)


收錄日期: 2021-04-25 22:36:47
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20080921000051KK01099

檢視 Wayback Machine 備份