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


相似考题
更多“In dotted decimal notation, what is the equivalent of 11010101 01000010 01111111 11000010?() ”相关问题
  • 第1题:

    已知x=-31/64,若采用8位定点机器码表示,则[x]原=(请作答此空),[x]补=( )。

    A.01001100
    B.10111110
    C.11000010
    D.01000010

    答案:B
    解析:
    本题考查计算机系统数据表示基础知识。

    [x]原=10111110,[x]补=11000010

  • 第2题:

    127D的原码和补码分别是

    A.11111111B,00000000B

    B.10000000B,11111111B

    C.01111111B,01111111B

    D.11111110B,00000000B

    E.11111111B,11111111B

    F.01111111B,01111111B


    01111111B,01111111B

  • 第3题:

    33、假设某计算机的字长为8位,则十进制数(-66)的补码为()。

    A.10111110

    B.01000010

    C.11000010

    D.10111111


    10111101

  • 第4题:

    已知x=-31/64,若采用8位定点机器码表示,则[x]原=( ),[x]补=(请作答此空)。

    A.01001 100
    B.10111110
    C.11000010
    D.01000010

    答案:C
    解析:

  • 第5题:

    假设某计算机的字长为8位,则十进制数(-66)的补码为()。

    A.10111110

    B.01000010

    C.11000010

    D.10111111


    10000101

  • 第6题:

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


    DECIMAL(6,4)