246. A microcontroller differs from a microprocessor in that it has several ________ ports and ________ built into its architecture, making it better suited for ________ applications.
(a) communication, PROMs, control
(b) parallel, logic gates, processing
(c) input/output, memory, control
(d) data, memory, decoding
247. Why can a CMOS IC be used as both a multiplexer and a demultiplexer?
(a) It cannot be used as both.
(b) CMOS us
(c)
(d)
248. Why is a demultiplexer called a data distributor?
(a) The input will be distributed to one of the outputs.
(b) One of the inputs will be selected for the output.
(c)
(d)
249. How many 74184 BCD-to-binary converters would be required to convert two complete BCD digits to a binary number?
(a) 8
(b) 4
(c) 2
(d) 1
250. Why is the Gray code more practical to use when coding the position of a rotating shaft?
(a) All digits change between counts.
(b) Two digits change between counts.
(c)
(d)
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 ________.…