241. How can the active condition (HIGH or LOW) or the decoder output be determined from the logic symbol?
(a) A bubble indicates active-HIGH.
(b) A bubble indicates active-LOW.
(c) A square indicates active-HIGH.
(d) A square indicates active-LOW.
242. A truth table with output columns numbered 0–15 may be for which type of decoder IC?
(a) hexadecimal 1-of-16
(b) dual octal outputs
(c) binary-to-hexadecimal
(d) hexadecimal-to-binary
243. A BCD decoder will have how many rows in its truth table?
(a) 10
(b) 9
(c) 8
(d) 3
244. What control signals may be necessary to operate a 1-line-to-16 line decoder?
(a) flasher circuit control signal
(b) a LOW on all gate enable inputs
(c) input from a hexadecimal counter
(d) a HIGH on all gate enable circuits
245. How many inputs are required for a 1-of-16 decoder?
(a) 2
(b) 4
(c) 8
(d) 16
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 ________.…