itgle.com
参考答案和解析
参考答案:D
更多“What represents the decimal equivalence of 11100111?() ”相关问题
  • 第1题:

    一个带符号数的原码为11100111B,则其反码和补码分别为()。

    A.反:00011000B,补:00011001B

    B.反:10011000B,补:10011001B

    C.反:10011000B,补:11100111B

    D.反:11100111B,补:11100111B


    反: 10011000B ,补: 10011001B

  • 第2题:

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

    A.1.1

    B.1.5

    C.Decimal(“1.1”)

    D.Decimal(“1.5”)


    AC

  • 第3题:

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

  • 第4题:

    list类型:假设 Schema的名字空间前缀为“xsd”,现在需要定义名为“pricesType”的简单类型,要求取值为"decimal"类型的列表,多个"decimal"类型的值之间用空格分开,下面正确的选项是()。

    A.<xsd:simpleType name='pricesType'> <xsd:list itemType='xsd:decimal' /> </xsdsimpleType>#B.<xsd:simpleType name='pricesType'> <xsd:restriction base="xsd:decimal"> <xsd:list itemType='xsd:decimal'/> </xsd:restriction> </xsd:simpleType>#C.<xsd:simpleType name='pricesType'> <xsd:list base='xsd:decimal'/> </xsd:simpleType>#D.<xsd:simpleType name='pricesType'
    子元素;混合内容;只有属性;只有文本内容

  • 第5题:

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

    A.decimal,#

    B.declare ,#

    C.decimal,@

    D.declare , @


    declare , @