[单选题]

The corresponding decimal value of the binary number 100101 is( )。

A.35

B.36

C.37

D.38

参考答案与解析:

相关试题

The corresponding decimal value of the b

[单选题]The corresponding decimal value of the binary number 100101 is(74)。A.35B.36C.37D.38

  • 查看答案
  • What is the decimal value of the binary

    [单选题]What is the decimal value of the binary value 10010? (70) .(70) A.18B.20C.14D.15

  • 查看答案
  • What is the decimal value of the binary

    [单选题]What is the decimal value of the binary value 10010?A.16B.17C.18D.19

  • 查看答案
  • What is the decimal value of the followi

    [单选题]What is the decimal value of the following 8-bit two's complement number? 1111 1001A.-7B.-3C.3D.7

  • 查看答案
  • What is the decimal value of the followi

    [单选题]What is the decimal value of the following 32-bit two's complement number?1111 1111 1111 1111 1111 1111 1100A.-8B.-4C.4D.8

  • 查看答案
  • In the forest corresponding to the follo

    [单选题]In the forest corresponding to the following binary tree,how many children does node B have?A. 1B.2C.3D.4

  • 查看答案
  • Traversing a binary tree in preorder is

    [单选题]Traversing a binary tree in preorder is equivalent toA.Traversing the forest corresponding to the binary tree in root-first order.B.Traversing the forest corresponding to the binary tree in root-last order.C.Traversing the forest corresponding to the

  • 查看答案
  • Traversing a binary tree in preorder is

    [单选题]Traversing a binary tree in preorder is equivalent to (68) .(68) A.Traversing the forest corresponding to the binary tree in root-first orderB.Traversing the forest corresponding to the binary tree in root-last orderC.Traversing the forest correspond

  • 查看答案
  • DECIMAL是( )数据类型

    [单选题]D.ECIMAL是( )数据类型A.可变精度浮点值B.整数值C.双精度浮点值D.单精度浮点值

  • 查看答案
  • Which traversal method for a binary tree

    [单选题]Which traversal method for a binary tree does the following Pascal code illustrate? procedure traverse (p:pointer); begin if p<>nil then begin traverse(p ↑ .left); process(p); traverse(p ↑ .right); end end;A.preorderB.postorderC.reorderD.inorde

  • 查看答案
  • The corresponding decimal value of the binary number 100101 is( )。