What is the decimal equivalent of 00000100?() A. 2B. 4C. 9D. 12

What is the decimal equivalent of 00000100?()

A. 2

B. 4

C. 9

D. 12


相关考题:

_______[A] fundamental [B] comprehensive [C] equivalent [D] hostile

以下关于表列数据类型的描述中,()是正确的。 A、float是浮点数B、decimal是精确小数C、decimal和float都是精确小数

The Assembly Language is often used to distinguish(73)machine-readable information from textual human-readable information.A.binaryB.hexC.octalD.decimal

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

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'

十进制数100可表示为 。A.01100100BB.00000100BC.(00000100)BCDD.(01100100)BCD

6、以下哪些数字的显示值和实际值之间是完全无误差的?A.1.1B.1.5C.Decimal(“1.1”)D.Decimal(“1.5”)

声明变量的关键字和符号是()。A.decimal,#B.declare ,#C.decimal,@D.declare , @

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