216. Negation is performed by simply performing the ________ operation.
(a) 1’s-complement
(b) sign
(c) surrogate
(d) 2’s-complement
217. The binary addition of 1 + 1 = ________.
(a) sum = 1carry = 1
(b) sum = 0carry = 0
(c) sum = 1carry = 0
(d) sum = 0carry = 1
218. The circuit shown is a(n) ________.
(a) multiplexer
(b) adder
(c) comparator
(d) converter
219. When performing binary addition using the 2’s-complement method, an ________ can occur if ________ are of the same ________; the error is indicated by a(n) ________.
(a) error, both numbers, magnitude, negative sign
(b) overflow, both numbers, sign, incorrect sign bit
(c) overflow, signs, magnitude, incorrect sum
(d) error, the signs, polarity, incorrect polarity
220. Which digital system translates coded characters into a more useful form?
(a) encoder
(b) display
(c) counter
(d) decoder
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 ________.…