國立暨南國際大學 97 學年度第一學期小考試卷
科目名稱:資訊系統
與網路導論 |
開課系所:資訊工程
學系 |
任課教師
|
吳坤熹
|
系所別:
|
年級:
|
學號:
|
姓名:
|
考試日期
|
2008.10.8
|
(考試時間: 14:10-14:40)
- (10%) In contrast to a binary numbering system which has only
two digits
0 and 1, a "septenary" system has only seven digits 0, 1, 2, 3, 4, 5,
6.
In this system, 107 = 710, and 117 = 810.
Convert the following septenary numbers to their corresponding
hexadecimal representation.
- 127
- 347
- 567
- 227
- 257
- (10%) Perform the
following
operations in septenary systems and write down the result (also in
septenary systems).
- 127 + 347
- 567 + 567
- 117 * 117
- 127 * 127
- 257 * 257
- (10%) Perform the following operations in hexidecimal systems
and
write down the result (also in hexidecimal systems).
- 0x8 + 0x8
- 0x10 + 0x10
- 0x11 * 0x11
- 0x16 * 0x16
- 0x22 - 0x19
- (10%) Using 4-bit allocation, interpret 1001 if the number was
stored as
- unsigned integer
- sign-and-magnitude
- one's complement
- two's complement
- Excess_7
- (10%) Transform the fraction 0.14159 to a binary of 6 bits.
- (10%) Represent 3.140625 in 32-bit IEEE format.
Hint: The 32-bit IEEE format uses 1 bit to indicate the sign, 8 bits to
store the exponent (in Excess_127 format), and 23 bits for mantissa.