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. A four-bit adder can perform ________.
(a) addition
(b) subtraction
(c) logical AND
(d) All of the above
210. Solve this BCD problem: 0101 + 0110 = ________.
(a) 00010111BCD
(b) 00001001BCD
(c) 00010001BCD
(d) 00010011BCD
Related Posts
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
101. When Karnaugh mapping, we must be sure to use the ________ number of loops. (a) maximum (b) minimum (c) median (d) Karnaugh 102. VHDL is very strict in the way it allows us to assign and compare ________ such as signals, variables, constants, and literals. (a) objects (b) LOGIC_VECTORS (c) designs (d) arrays 103. The ________ statement evaluates the variable status. (a) IF/THEN (b) IF/THEN/ELSE (c) CASE (d) ELSIF 104. In VHDL, data can be each of the following types except ________. (a) BIT (b) BIT_VECTOR (c) STD_LOGIC (d) STD_VECTOR 105. Except for ________, STD_LOGIC may have the following values. (a) 'z' (b) 'U' (c) '?' (d) 'L' 106. After each circuit in a subsection of a VHDL program has been ________, they can be combined and the subsection can be tested. (a) designed (b) tested (c) engineered (d) produced 107. The correct output for this XOR truth table is ________. (a) (b) (c) (d) 108. In an odd-parity system, the data that will produce a parity bit = 1 is ________. (a) data = 1010011 (b) data = 1111000 (c) data = 1100000 (d) All of the above 109. Parity generation and checking is used to detect ________.…