100% found this document useful (1 vote)
2K views

Number System Conversions Questions

Uploaded by

rj7610733
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
2K views

Number System Conversions Questions

Uploaded by

rj7610733
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

1. Convert hexadecimal to decimal: (1E2) = ?

a) 480 b) 483 c) 482 d) 484

2. (170)10 is equivalent to
a) (FD)16 b) (DF)16 c) (AA)16 d) (AF)16

3. Convert in to decimal: (214)8 = ?


a) (140)10 b) (141)10 c) (142)10 d) (130)10

4. Octal to binary conversion: (24)8 = ?


a) (111101)2 b) (010100)2 c) (111100)2 d) (101010)2

5. Convert binary to octal: (110110001010)2 = ?


a) (5512)8 b) (6612)8 c) (4532)8 d) (6745)8
6. The digital systems usually operate on ........ system.
(a) binary (b) decimal (c) octal (d) hexadecimal.

7. The binary system uses powers of ........ for positional values.


(a) 2 (b) 10 (c) 8 (d) 16

8. After counting 0, 1, 10, 11, the next binary number is


(a) 12 (b) 100 (c) 101 (d) 110

9. The number 10002 is equivalent to decimal number


(a) one thousand (b) eight (c) four (d) sixteen.

10. The octal number (12) is equivalent to decimal


(a) 12 (b) 20 (c) 10 (d) 4

11. The number 1001012 is equivalent to octal


(a) 54 (b) 45 (c) 37 (d) 25

12. The octal number (17) is equivalent to binary


(a) 111 (b) 1110 (c) 10000 (d) 1111

13. Which of the following is NOT an octal number?


(a) 19 (b) 77 (c) 15 (d) 101

14. The binary equivalent of A16 is


(a) 1010 (b) 1011 (c) 1000 (d) 1110

15. Which numbering system uses numbers and letters as symbols?


(a) decimal (b) binary (c) octal (d) hexadecimal

16. To convert a whole decimal number into a hexadecimal equivalent, one should divide the
decimal value by.......
(a) 2 (b) 8 (c) 10 (d) 16
17. Convert the binary number 11001 to decimal.
A. 25 B. 13 C. 3
18. Convert the decimal number 45 to binary
A. 11100 B. 101101 C. 10100

19. Convert the hexadecimal number B2 to binary


A. 100011 B. 11011 C. 10110010

20. Convert the binary number 11011 to hexadecimal


A. 1A B. B1 C. 1B

21. Convert the decimal number 20 to hexadecimal


A. 14 B. 11 C. 1B

22. Convert the hexadecimal number 2C to decimal


A. 3A B. 34 C. 44

23. Hexadecimal 16 is in decimal.


A. 3210 B. 2210 C. 2510 D. 2710

24. Hexadecimal F2 is in binary.


A. 11100011 B. 10100001 C. 11110010 D. 11111100

25. The number system has a base of sixteen.


A. Johnson B. hexadecimal C. binary D. octal

26. Binary 0010111101111110 is in hexadecimal.


A. 77F216 B. 4EEE16 C. 2F7E16 D. 2F7716

27. The largest unsigned decimal number that can be represented in binary using six bits is.
A. 63 B. 64 C. 127 D. 128

28. The two digits in the binary number system are _ and .
A. 1, 2 B. H, L C. T, F D. 0, 1

29. Decimal 37 is in binary.


A. 00100101 B. 10100101 C. 11000100 D. 01001011

30. The decimal fraction 1/4 can be written in binary as .


A. 0.010 B. 0.100 C. 0.110 D. 0.011

31. Binary 10111111 is in hexadecimal.


A. BF16 B. FB16 C. 27716 D. 10111111

32. Hexadecimal 44 is in binary.


A. 01000100 B. 10011010 C. 01011000 D. 10001100
33. Decimal 12 is in hexadecimal.
A. 1216 B. C16 C. A216 D. A16
34. Hexadecimal AA is in decimal.
A. 16510 B. 17010 C. 18610 D. 17616

35. Decimal 42 is equivalent to binary .


A. 01000010 B. 52 C. 2A D. 101010

36. Hexadecimal 12 is in binary.


A. 00010111 B. 00010100 C. 00010010 D. 00100001

37. Overflow can occur if two signed numbers are added and .
A. they have opposite signs B. they have the same sign
C. both of the above D. none of the above

38. The MSB of 11001 is .


A. 1 B. 1100 C. C D. 1916

39. symbols are needed to represent all digits in hexadecimal.


A. Six B. Ten C. Twelve D. Sixteen

40. Each hexadecimal digit converts to binary digits.


A. four B. eight C. 12 D. six

41. In the decimal number 481, the powers-of-10 weight of the digit 4 is .
A. 400 B. 102 C. 104 D. 100

42. Decimal 2875 is bytes in binary.


A. 2 B. 3 C. 4 D. 5

43. The column weight of the "1" in the hexadecimal number 1AB is _.
A. 64 B. 256 C. 512 D. 1024

44. In binary, the decimal number 93 converts to digits.


A. seven B. eight C. 11 D. five

45. Hexadecimal 44 is in decimal.


A. 6810 B. 7410 C. 7710 D. 9810

46. Convert hexadecimal value 16 to decimal.


A. 2210 B. 1610 C. 1010 D. 2010
47. Convert the decimal number 187 to 8-bit binary.
A. 101110112 B. 110111012 C. 101111012 D. 101111002

48. Convert binary 111111110010 to hexadecimal.


A. EE216 B. FF216 C. 2FE16 D. FD216

49. Convert the binary number 010112 to decimal.


A. 11 B. 35 C. 15 D. 10

50. Convert 8B3F16 to binary.


A. 35647 B. 011010 C. 1011001111100011 D. 1000101100111111
51. Convert decimal 64 to binary.
A. 01010010 B. 01000000 C. 00110110 D. 01001000

52. Convert hexadecimal value C1 to binary.


A. 11000001 B. 1000111 C. 111000100 D. 111000001

53. Convert the octal number 178 to decimal.


A. 51 B. 82 C. 57 D. 15

54. Convert the binary number 0101111002 to octal.


A. 1728 B. 2728 C. 1748 D. 2748

55. How many binary digits are required to count to 10010?


A. 7 B. 2 C. 3 D. 100

56. The binary number for octal 458 is .


A. 100010 B. 100101 C. 110101 D. 100100

57. Convert the binary number 100110102 to decimal.


A. 154 B. 155 C. 153 D. 157

58. The decimal number 188 is equal to the binary number .


A. 10111100 B. 0111000 C. 1100011 D. 1111000

59. Convert the binary number 0011010112 to octal.


A. 1538 B. 3518 C. 2538 D. 3528

60. A binary number's value changes most drastically when the is changed.
A. MSB B. frequency C. LSB D. duty cycle
61. Convert decimal 213 to binary.
A. 11001101 B. 11010101 C. 01111001 D. 11100011

62. The decimal number for octal 748 is .


A. 74 B. 60 C. 22 D. 62

63. Convert binary 01001110 to decimal.


A. 4E B. 78 C. 76 D. 116

64. The binary number 1110 is equal to the decimal number .


A. 3 B. 1 C. 7 D. 14

65. Convert the octal number 768 to binary.


A. 1101112 B. 1111102 C. 1111002 D. 1001112

66. Convert 11001010001101012 to hexadecimal.


A. 121035 B. CA35 C. 53AC1 D. 530121

67. Convert the decimal number 281 to octal.


A. 1348 B. 4318 C. 3318 D. 1338

68. Convert the octal number 358 to decimal.


A. 71 B. 17 C. 92 D. 29
69. Convert binary 11001111 to hexadecimal.
A. 8F16 B. CE16 C. DF16 D. CF16

70. Convert 17318 to decimal.


A. 216.4 B. 985 C. 3D9 D. 1123

71. Hexadecimal letters A through F are used for decimal equivalent values from:
A. 1 through 6 B. 9 through 14 C. 10 through 15 D. 11 through 17

72. Convert the decimal number 35 to 8-bit binary.


A. 000100102 B. 000100112 C. 001000112 D. 001000102

73. Convert the hexadecimal number C916 to binary.


A. 101110012 B. 101110112 C. 100111002 D. 110010012

74. Convert the decimal number 125 to hexadecimal.


A. 7D16 B. D716 C. 7C16 D. C716

75. What is the resultant binary of the decimal problem 49 + 01 = ?


A. 01010101 B. 00110101 C. 00110010 D. 00110001

76. The binary number 11101011000111010 can be written in hexadecimal as .


A. DD63A16 B. 1D63A16 C. 1D33A16 D. 1D63116

77. Digital electronics is based on the numbering system.


A. decimal B. octal C. binary D. hexadecimal

78. An informational signal that makes use of binary digits is considered to be:
A. solid state B. digital C. analog D. non-oscillating

79. The 1's complement of 10011101 is .


A. 01100010 B. 10011110 C. 01100001 D. 01100011

80. The binary number 101110101111010 can be written in octal as .


A. 515628 B. 565778 C. 656278 D. 565728

81. Conversion of an octal number 142 to binary number is


A. 11000102 B. 1101102 C. 11000112 D. 11011012

82. Conversion of hexadecimal number 93FA to it's binary number equivalent is


A. 10010011111110102 B. 100100111111101112
C. 1100111111100112 D. 1111100001112

83. How many bytes are there in 1011 1001 0110 1110 numbers?
A. 1 B. 2 C. 4 D. 8

84.Convert 45710 to hexadecimal.


A. 711 B. 2C7 C. 811 D. 1C9
85.Convert the octal number 1048 to binary.
A. 0010001002 B. 1000000012 C. 00101002 D. 10000012

86. 3 × 101 + 7 × 100 is equal to .


A. 3.7 B. 37 C. 10 D. 370

87. The binary number 11001110 is equal to the decimal number .


A. 12 B. 206 C. 127 D. 66

88.The binary number for F3A16 is .


A. 111100111010 B. 111100111110 C. 000000111010 D. 000011000100

89. Convert the hexadecimal number 14B16 to binary.


A. 1011010000012 B. 0001010010112 C. 0001010011012 D. 1101010000012

90. What is the result when a decimal 5238 is converted to base 16?
A. 327.375 B. 12.166 C. 1388 D. 1476

91. The octal number for binary 1101110101110110 is .


A. 6545218 B. 5565618 C. 1566568 D. 1565668

92. Convert the hexadecimal number 1CF16 to decimal.


A. 463 B. 4033 C. 479 D. 4049

93. Convert the binary number 1011010 to hexadecimal.


A. 5B B. 5F C. 5A D. 5C

94. Convert the decimal number 74 to hexadecimal.


A. A416 B. B416 C. 4A16 D. 4B16

95. Convert hexadecimal C0B to binary.


A. 110000001011 B. 110000001001 C. 110000001100 D. 110100001011

96. Convert binary 1001 to hexadecimal.


A. 916 B. 1116 C. 10116 D. 1016

97. Convert 73116 to decimal.


A. 216.4 B. 985 C. 3D9 D. 1841

98. What is the decimal value of the hexadecimal number 777?


A. 191 B. 1911 C. 19 D. 19111

99. Convert 110010012 to decimal.


A. 201 B. 2001 C. 20 D. 210

100.Convert the decimal number 39 to octal.


A. 638 B. 368 C. 478 D. 748

101.Convert the hexadecimal number B516 to decimal.


A. 212 B. 197 C. 165 D. 181

102.Convert 52716 to binary.


A. 343 B. 001101000111 C. 010100100111 D. 011100100101

103.Convert 5278 to binary.


A. 011100111 B. 101010111 C. 343 D. 111010101

104.The base of the hexadecimal system is:


A. eight B. sixteen. C. ten. D. two.

105.Assign the proper even parity bit to the code 1100001.


A. 11100001 B. 1100001 C. 01100001 D. 01110101

106.When using the repeated division by 2 method of converting from decimal to binary, one
must write the first remainder as the:
A. MSB
B. MSB, provided the following sequence of remainders are written in descending order until the
final remainder is achieved.
C. LSB
D. LSB, provided the final remainder is used to replace the original LSB, which is then moved to
the MSB position.

107. Base 10 refers to which number system?


A. binary coded decimal B. decimal C. octal D. hexadecimal

108. Conversion of decimal number 6110 to it's binary number equivalent is


A. 1100112 B. 110011102 C. 1111012 D. 111112

109. Conversion of an octal number 112 to hexadecimal number is


A. 4A16 B. 5A16 C. 1516 D. 2016

110. Conversion of binary number 101101 to hexadecimal is


A. 3716 B. 2D16 C. 2E16 D. 2716

111. The hexadecimal digits are 0 to 9 and A to


A. E B. F C. G D. D

112. Conversion of binary number 101000010111 to hexadecimal number is


A. D8F916 B. A8B916 C. A1716 D. D9F816

113. Conversion of an octal number 143 to its decimal number is


A. 9010 B. 97110 C. 9910 D. 10710

114. Conversion of binary number 1001001 to hexadecimal is


A. 4016 B. 3916 C. 4916 D. 4216

115. Conversion of decimal number 13 to it's octal number equivalent is


A. 158 B. 178 C. 138 D. 118
116. The binary number 1100 0101 has bytes
A. 1 B. 2 C. 4 D. 8

117. Conversion of decimal number 71 to it's binary number equivalent is


A. 1100112 B. 11100112 C. 01100112 D. 10001112

118. Conversion of binary number 1100012 to its decimal number is


A. 2710 B. 4910 C. 3910 D. 5010

119. Conversion of an octal number 7432 to a binary number is


A. 11110001101112 B. 1111000110102 C. 1100110101112 D. 1111111110002

120. Conversion of an octal number 143 to hexadecimal number is


A. 6316 B. 6016 C. 5016 D. 5716

121. A byte is consist of bits


A. two B. four C. eight D. ten

122. The decimal number 18 is equal to the binary number .


A. 11110 B. 10001 C. 10010 D. 1111000

123. Conversion of decimal number 28 to it's octal number equivalent is


A. 328 B. 408 C. 348 D. 368

124. Conversion of an octal number 136 to hexadecimal number is


A. 7E16 B. 5E16 C. 5A16 D. 5D16

125. The number of binary bits required to represent a hexadecimal digit


isA. 3 B. 4 C. 6 D. 8

126. Conversion of hexadecimal number 6B2 to it's binary number equivalent is


A. 11110001101112 B. 0110101100102
C. 01100110011112 D. 111111112

127. Conversion of binary number 1010000 to an octal number is


A. 1198 B. 1018 C. 1118 D. 1208

128. Conversion of an octal number 47 to its binary number is


A. 1100112 B. 1001112 C. 1100112 D. 11110112

129. Conversion of an octal number 3137 to it's decimal equivalent is


A. 163110 B. 163210 C. 153110 D. 193110

130. Conversion of an octal number 110 to its decimal number is


A. 7010 B. 7210 C. 7310 D. 11010

131. Conversion of decimal number 42 to it's octal number equivalent is


A. 578 B. 428 C. 478 D. 528

132. Conversion of decimal number 99 to it's binary number equivalent is


A. 11000112 B. 1000112 C. 11100012 D. 111 10002

133. Conversion of an octal number 73 to binary number is


A. 1101112 B. 1111002 C. 1100102 D. 1110112

134. Conversion of binary number 1100001 to hexadecimal is


A. 5716 B. 6116 C. 5116 D. 4316

135. The digits used in a binary number system are and


A. 9 and 0 B. 0 and 1 C. 1 and 2 D. 3 and 4

136. Conversion of binary number 1001010 to to its decimal number is


A. 7410 B. 9710 C. 7210 D. 6310

137.Conversion of binary number 110000 to hexadecimal is


A. 3016 B. 4016 C. 4316 D. 2716

138.Conversion of an octal number 106 to binary number is


A. 11100102 B. 10001102 C. 11001102 D. 100001102

139.Conversion of binary number 100011 to an octal number is


A. 438 B. 478 C. 498 D. 508

140.What is the hexadecimal equivalent of a binary number 10101111


A. AF B. 9E C. 8C D. All of the above

141.Conversion of an octal number 125 to its decimal number is


A. 9010 B. 8510 C. 8710 D. 9910

142.Conversion of binary number 10000000000 to decimal number is


A. 102410 B. 103410 C. 112410 D. 103710

143.Conversion of binary number 11111 to an octal number is


A. 358 B. 328 C. 378 D. 428

144.Conversion of binary number 101110 to an octal number is


A. 358 B. 468 C. 568 D. 508
145.Conversion of 1011011 to it's decimal equivalent is
A. 8110 B. 9110 C. 10010 D. 20010

146. Conversion of decimal number 99 to hexadecimal number is


A. 6316 B. 816 C. 6116 D. 5016

147.Conversion of binary number 1101100111111000 to hexadecimal number is


A. D8F816 B. A8B916 C. 78916 D. D9F816

148.Conversion of octal number 63 to its decimal number is


A. 5110 B. 6110 C. 5710 D. 5310

149.Binary means
A. Three B. Four C. Ten D. Two

150.Conversion of a hexadecimal number 63 to binary number is


A. 11001112 B. 11000112 C. 1110112 D. 11001112

151.Conversion of binary number 101101 to its decimal number is


A. 4510 B. 4310 C. 4010 D. 4710

152.Conversion of decimal number 89 it's binary number equivalent is


A. 10110112 B. 11001112 C. 10110012 D. 100112

153.Conversion of an octal number 60 to binary number is


A. 1100002 B. 100112 C. 11001112 D. 11001102

154.Conversion of binary number 1100011 to hexadecimal is


A. 6316 B. 5716 C. 4616 D. 4016

155.Conversion of binary number 1100011 to its decimal number is


A. 2910 B. 9710 C. 9910 D. 9310

156.Conversion of binary number 1100011 to an octal number is


A. 1408 B. 1438 C. 1478 D. 1498

157.Convert the 1000 0000 0000 1111 signed binary number to decimal number.
A. +15 B. -15 C. -30 D. +30
158.The highest decimal number that can be represented with 10 binary digits is
A. 1023 B. 1024 C. 512 D. All of the above

159. is an abbreviation for binary digit.


A. 0 and 1 B. bingit C. base D. bit

160.Conversion of hexadecimal number 1D7F to a decimal number is


A. 755110 B. 877110 C. 555710 D. 778110

161. Conversion of decimal number 61 to it's binary number equivalent is


A. 1111012 B. 1111002 C. 1100112 D. 0011012

162. Conversion of decimal number 93 to hexadecimal number is


A. 2D16 B. 5D16 C. 6216 D. 3116

163. Conversion of decimal number 99 to it's octal number equivalent is


A. 1218 B. 1438 C. 1248 D. 1198

164. Conversion of an octal number 134 to a binary number is


A. 0010110112 B. 0011011002 C. 0010111002 D. 1100112

You might also like