In dotted decimal notation, what is the equivalent of 11010101 01000010 01111111 11000010?() A. 213.66.127.194B. 214.66.128.195C. 212.64.143.194D. 213.66.111.194
In dotted decimal notation, what is the equivalent of 11010101 01000010 01111111 11000010?()
A. 213.66.127.194
B. 214.66.128.195
C. 212.64.143.194
D. 213.66.111.194
相关考题:
己知 x = -31/64,若采用8位定点机器码表示,则[x]原=( ),[x]补=( )。A. 01001100B. 10111110C. 11000010D. 01000010A. 01001100B. 10111110C. 11000010D. 01000010
How would you express the binary number: 10101010 in its decimal and hexadecimal forms?() A. Decimal=160, hexadecimal=00B. Decimal=170, hexadecimal=AAC. Decimal=180, hexadecimal=BBD. Decimal=190, hexadecimal=CC
127D的原码和补码分别是A.11111111B,00000000BB.10000000B,11111111BC.01111111B,01111111BD.11111110B,00000000BE.11111111B,11111111BF.01111111B,01111111B
下列选项中,使用哪种数据类型保存3.1415可以不丢失精度A.DECIMAL(6,4)B.DECIMAL(6,1)C.DECIMAL(5,4)D.DECIMAL(5,1)E.DECIMAL(6,2)F.DECIMAL(6,4)G.DECIMAL(5,2)