221. Use the weighting factors to convert the following BCD numbers to binary. 01010011001001101000
(a) 01010011 001001101000
(b) 11010100 100001100000
(c) 110101 100001100
(d) 101011 001100001
222. From the following list of input conditions, determine the state of the five output leads on a 74148 octal-to-binary encoder. I0 = 1 I3 = 1 I6 = 1 I1 = 1 I4 = 0 I7 = 1 I2 = 1 I5 = 1 EI = 0
(a) GS = L, A0 = L, A1 = L, A2 = H, EO = H
(b) GS = L, A0 = H, A1 = L, A2 = L, EO = H
(c) GS = L, A0 = L, A1 = H, A2 = L, EO = H
(d) GS = L, A0 = H, A1 = H, A2 = L, EO = H
223. How many outputs are on a BCD decoder?
(a) 4
(b) 16
(c) 8
(d) 10
224. A principle regarding most IC decoders is that when the correct input is present, the related output will switch:
(a) active-HIGH
(b) to a high impedance
(c) to an open
(d) active-LOW
225. How many inputs are required for a 1-of-10 BCD decoder?
(a) 4
(b) 8
(c) 10
(d) 1
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 ________.…