更多“What is the decimal equivalent of 00000110?() ”相关问题
  • 第1题:

    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'
    子元素;混合内容;只有属性;只有文本内容

  • 第2题:

    假定一个数的补码为00000110,则这个数用十进制数表示是______。


    6

  • 第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题:

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

    A.1.1

    B.1.5

    C.Decimal(“1.1”)

    D.Decimal(“1.5”)


    AC

  • 第5题:

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

    A.decimal,#

    B.declare ,#

    C.decimal,@

    D.declare , @


    declare , @