niusouti.com

What represents the decimal equivalence of 11000000 10101000 10101100 11110001? ()A.192.168.184.201B.192.168.172.241C.192.170.172.237D.192.170.184.221

题目
What represents the decimal equivalence of 11000000 10101000 10101100 11110001? ()

A.192.168.184.201

B.192.168.172.241

C.192.170.172.237

D.192.170.184.221


相似考题
更多“What represents the decimal equivalence of 11000000 10101000 10101100 11110001? () ”相关问题
  • 第1题:

    6、以下哪些数字的显示值和实际值之间是完全无误差的?

    A.1.1

    B.1.5

    C.Decimal(“1.1”)

    D.Decimal(“1.5”)


    AC

  • 第2题:

    8、逻辑运算(01010011∨00110110)∧10101100的结果是()

    A.00100100

    B.10001000

    C.10101100

    D.10111110


    00100100

  • 第3题:

    已知 [X]原=10101100,[Y]补=11000110, 求 [X+Y]补=______。


    C

  • 第4题:

    声明变量的关键字和符号是()。

    A.decimal,#

    B.declare ,#

    C.decimal,@

    D.declare , @


    declare , @

  • 第5题:

    假设机器字长为8位,已知X的原码为10101100,则-X/2的补码是 。

    A.00010110

    B.00101100

    C.10010110

    D.10101100


    C

  • 第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)