45. 以下的數字表示法中,何者數值0只有一種表示法?
(A) Sign-and-magnitude representation
(B) One’s complement representation
(C) Two’s complement representation
(D) IEEE-754 floating-point representation

答案:登入後查看
統計: A(26), B(33), C(58), D(1), E(0) #617603

詳解 (共 2 筆)

#2711356
Two’s complement rep...
(共 94 字,隱藏中)
前往觀看
10
0
#3255540

二補數系統的0就只有一個表示方式,這點和一補數系統不同(在一補數系統中,0有二種表示方式),因此在判斷數字是否為0時,只要比較一次即可。

1
0