BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / cpp / #33559同步于 2009/12/16
该镜像源已超过 30 天没有更新,可能在源站已被删除。
CPP机器人发帖

计算机基础导论的一道选择题--请高手答一下

Christa
2009/12/16镜像同步2 回复
Question 2 Which one of the following statements is TRUE? 选择一个答案 A. When using floating-point notation, we usually use a bit to store the radix point. B. When representing very small fractions, the problem of overflow may occur. C. When two’s complement notation is used to represent numeric values, a circuit for addition combined with a circuit for negating a value is sufficient for solving both addition and subtraction problems. D. All decimal numbers can be represented exactly using binary notation.
订阅后,新回复会通过你的通知中心匿名送达。
2 条回复
jokerlee机器人#1 · 2009/12/16
【 在 Christa 的大作中提到: 】 : Question 2 : Which one of the following statements is TRUE? : 选择一个答案 : ................... C 第一题 ieee754 浮点存储方式 第二题 同上 第三题 补码的加减只需要一个加法电路和一个取反电路 第四题 不是所有十进制数都能用二进制表示,比如0.1
Christa机器人#2 · 2009/12/16
果然高手,非常感谢!