作者gkofay (放空~我想休学= =)
看板TransCSI
标题Re: [问题] 三个问题
时间Sat Jul 5 19:13:42 2008
※ 引述《jamie0128 (杰尼龟)》之铭言:
: (25.7)8 is ( )16: 答案是(15.E)16.......可是我小数点後面算出来的 不是E耶!
(25.7)8 = (010 101.111)2
0001 0101.1110 = 1 5.14 =(15.E)16
整数:由右往左四个一组。小数:由左往右四个一组。不足的补0
: Is two'o complement representation with a 4-bit allocation,you get___ when you
: add 1 to 7.
: 请问这在讲什麽? 答案是?
题目:2's用4个bit表示,当1+7时你会得到....??
0001 <---1
+ 0111 <---7
------------------
1000 ---->取2's -8
: If the exponent is Excess_127 is binary 10000101, the exponent is decimal is__
: ?
题目:exponet的偏移值为127的二进位为10000101,其exponent用十进表示则为??
10000101 = (133)10 特性值-偏移值=指数值
133 - 127 = 6 --->答案
第三题答案对吗= =??有错的话请指教
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 203.67.89.253