136. The summing outputs of a half- or full-adder are designated by which Greek symbol?
(a) omega
(b) theta
(c) lambda
(d) sigma
137. Subtract the following hexadecimal numbers. 47   34   FA –25   –1C   –2F
(a) 22 18 CB
(b) 22 17 CB
(c) 22 19 CB
(d) 22 18 CC
138. Add the following hexadecimal numbers. 3C   14   3B +25   +28   +DC
(a) 60 3C 116
(b) 62 3C 118
(c) 61 3C 117
(d) 61 3D 117
139. Which of the following is the primary advantage of using binary-coded decimal (BCD) instead of straight binary coding?
(a) Fewer bits are required to represent a decimal number with the BCD code.
(b) BCD codes are easily converted from decimal.
(c) the relative ease of converting to and from decimal
(d) BCD codes are easily converted to straight binary codes.
140. What are the two types of basic adder circuits?
(a) sum and carry
(b) half-adder and full-adder
(c) asynchronous and synchronous
(d) one- and two’s-complement
Related Posts
201. The carry-out of a full adder is ________. (a) (b) (c) (d) 202. Binary numbers can be added together in a basic parallel-adder circuit when ________. (a) negative numbers are in 2's-complement form (b) negative numbers are in 1's-complement form (c) all carry pins are grounded (d) all negative numbers are noted 203. The contents of the A register after is ________. (a) 0000 (b) 0001 (c) 1001 (d) 1010 204. Solve this binary problem: 01011000 ÷ 00001011 = ________. (a) 1010 (b) 0110 (c) 1000 (d) 1110 205. The two's complement of 00001111 is ________. (a) 11111111 (b) 11110000 (c) 11110001 (d) 11110111 206. Solve this binary problem: 1001 × 1100 = ________. (a) 01110001 (b) 01111000 (c) 01101100 (d) 01101110 207. The binary subtraction 1 – 1 = ________. (a) difference = 0borrow = 0 (b) difference = 1borrow = 0 (c) difference = 1borrow = 1 (d) difference = 0borrow = 1 208. To make an eight-bit adder from two four-bit adders you must connect ________. (a) the high-order carry-in to ground (b) the low-order carry-out to the high-order carry-in (c) the high-order carry-out to ground (d) the low-order sum to the high-order data input 209.…
151. An 8-bit register may provide storage for two's-complement codes within which decimal range? (a) +128 to –128 (b) –128 to +127 (c) +128 to –127 (d) +127 to –127 152. Convert each of the decimal numbers to two's-complement form and perform the addition in binary. +13 –10 add –7 add +15 (a) 0001 0100 0000 0101 (b) 0000 0110 0001 1001 (c) 0000 0110 0000 0101 (d) 1111 0110 1111 0101 153. The two's-complement system is to be used to add the signed numbers 11110010 and 11110011. Determine, in decimal, the sign and value of each number and their sum. (a) –14 and –13, –27 (b) –113 and –114, 227 (c) –27 and –13, 40 (d) –11 and –16, –27 154. Divide the following binary numbers. (a) 0000 0010 0000 0010 1000 1111 (b) 0000 0010 0001 0010 0000 0100 (c) 0000 0011 0000 0010 0000 0100 (d) 0000 0010 0000 0010 0000 0100 155. Determine the two's-complement of each binary number.001100001111101 (a) 11001 11100 00010 (b) 00111 00010 00010 (c) 00110 00011 11101 (d) 11010 11101 00011 156. How many basic binary subtraction operations are possible? (a) 4 (b) 3 (c) 2 (d) 1 157. Subtract the following binary numbers. 0101 1000   1010 0011   1101 1110 –0010 0011   –0011 1000   –0101 0111 (a) 0011 0100 0110 1010 1000 0110 (b) 0011 0101 0110 1011 1000 0111 (c) 0011 0101 0110 1010 1000 0111 (d) 0011 0101 0110 1010 1000 0110 158. Add the following binary numbers. 0010 0110   0011 1011   0011 1100 +0101 0101…
51. The decimal number for octal 748 is ________. (a) 74 (b) 60 (c) 22 (d) 62 52. The octal number for binary 1101110101110110 is ________. (a) 6545218 (b) 5565618 (c) 1566568 (d) 1565668 53. The binary number for F3A16 is ________. (a) 111100111010 (b) 111100111110 (c) 000000111010 (d) 000011000100 54. The binary number 11101011000111010 can be written in hexadecimal as ________. (a) DD63A16 (b) 1D63A16 (c) 1D54A16 (d) 1D63116 55. The binary number 101110101111010 can be written in octal as ________. (a) 515628 (b) 565778 (c) 656278 (d) 565728 56. Determine the decimal equivalent of the signed binary number 11110100 in 1's complement. (a) 116 (b) –12 (c) 11 (d) 128 57. Express the decimal number –37 as an 8-bit number in sign-magnitude. (a) 10100101 (b) 00100101 (c) 11011000 (d) 11010001 58. The 2's complement of 11100111 is ________. (a) 11100110 (b) 00011001 (c) 00011000 (d) 00011010 59. The 1's complement of 10011101 is ________. (a) 01100010 (b) 10011110 (c) 01100001 (d) 01100011 60. The difference of 111 – 001 equals ________. (a) 100 (b) 111 (c) 001 (d) 110 61. The sum of 11101 + 10111 equals ________. (a) 110011 (b) 100001 (c) 110100 (d) 100100 62. The…
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