网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
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


参考答案

更多 “ 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 ” 相关考题
考题 _______[A] fundamental [B] comprehensive [C] equivalent [D] hostile

考题 十进制负数-61的八位二进制反码是( )A.01000010B.01010000C.11000010D.11010000

考题 己知 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

考题 已知x=-31/64,若采用8位定点机器码表示,则[x]原=(请作答此空),[x]补=( )。A.01001100 B.10111110 C.11000010 D.01000010

考题 已知x=-31/64,若采用8位定点机器码表示,则[x]原=( ),[x]补=(请作答此空)。A.01001 100 B.10111110 C.11000010 D.01000010

考题 127D的原码和补码分别是A.11111111B,00000000BB.10000000B,11111111BC.01111111B,01111111BD.11111110B,00000000BE.11111111B,11111111BF.01111111B,01111111B

考题 假设某计算机的字长为8位,则十进制数(-66)的补码为()。A.10111110B.01000010C.11000010D.10111111

考题 33、假设某计算机的字长为8位,则十进制数(-66)的补码为()。A.10111110B.01000010C.11000010D.10111111

考题 下列选项中,使用哪种数据类型保存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)