simplify the boolean expression: A' B' C' D' + A C' D' + B' C D' + A' B C D + B C' D
Anonymous Quiz
52%
D' B' + C' D' A + B D A' + B D C'
18%
A'D + B C D + A' C' D'
24%
A C ' D' + B' C D' + A' B' C' + D' A
6%
D' A' + A' D' + B D C' + A C D
n variables can be combined to form .......... minterms
Anonymous Quiz
11%
n
71%
2^n
10%
n^2
8%
2^n-1
with integrated circuits it's the count of gates that determines the cost
Anonymous Quiz
50%
T
50%
F
uses only one full adder and a storage device to hold the generated output carry
Anonymous Quiz
67%
Serial addition
33%
Parallel method
the signal must propagate through the gates before the correct output sum is available in the output terminals
Anonymous Quiz
85%
T
15%
F
total propagation time = propagation delay times and number of gate levels in the circuit
Anonymous Quiz
86%
T
14%
F
A decimal adder requires a mnimum of .. inputs and .. outputs since .. bits are required to code each decimal digit
Anonymous Quiz
7%
5 - 9 - 4
23%
4 - 5 - 9
11%
9 - 4 - 5
59%
9 - 5 - 4
We obtain a non-valid BCD representation when the binary number is greater than ...
Anonymous Quiz
13%
1000
7%
0110
64%
1001
15%
1100
The circuit for comparing two n-bit numbers has ... entries in the truth table
Anonymous Quiz
13%
n
55%
2^n
8%
n^2
24%
n^2n
the name decoder is also used in conjunction with some code converters, such as a seven-segment-to-BCD decoder
Anonymous Quiz
59%
T
41%
F
.... is a combinational circuit that converts binary information from n input lines to a maximum of n^2 unique output lines
Anonymous Quiz
29%
Encoder
71%
Decoder
a combinational circuit that selects binary information from one of many input lines and directs it to a single output line
Anonymous Quiz
80%
Multiplexers
20%
Demultiplexers