66. 3 × 101 + 7 × 100 is equal to ________.
(a) 3.7
(b) 37
(c) 10
(d) 370
67. Most computers store data in strings of ________ bits called a ________.
(a) 8, word
(b) 8, byte
(c) 16, word
(d) 16, byte
68. 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.
69. Convert 8B3F16 to binary.
(a) 35697
(b) 011010
(c) 1011001111100011
(d) 1000101100111111
70. Convert 45710 to hexadecimal.
(a) 711
(b) 2C7
(c) 811
(d) 1C9
Related Posts
101. Convert the following octal number to decimal. 178 (a) 51 (b) 82 (c) 57 (d) 15 102. 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 103. Convert the following octal number to decimal. 358 (a) 71 (b) 17 (c) 92 (d) 29 104. Convert the following binary number to octal. 0011010112 (a) 1538 (b) 3518 (c) 2538 (d) 3528 105. Convert the following binary number to octal. 0101111002 (a) 1728 (b) 2728 (c) 1748 (d) 2748 106. Convert the following decimal number to octal.281 (a) 1348 (b) 4318 (c) 3318 (d) 1338 107. Convert the following decimal number to octal.39 (a) 638 (b) 368 (c) 478 (d) 748 108. Convert the following octal number to binary.1048 (a) 0010001002 (b) 1000000012 (c) 00101002 (d) 10000012 109. One hex digit is sometimes referred to as a(n): (a) byte (b) nibble (c) grouping (d) instruction 110. Convert the following octal number to binary.768 (a) 1101112 (b) 1111102 (c) 1111002 (d) 1001112 111. Convert the following binary number to decimal. 100110102 (a) 154 (b) 155 (c) 153 (d) 157 112. Digital electronics is…
51. Decimal 474 is ________ in BCD. (a) 0100 0111 0100 (b) 0100 1011 0101 (c) 0100 1001 0011 (d) 0110 1011 1001 52. The largest BCD number that can be represented with four binary bits is ________. (a) 9 (b) 10 (c) 15 (d) 16 53. The decimal equivalent of the BCD number 1010 is ________. (a) 8 (b) 10 (c) 12 (d) invalid