Test #1 Flashcards
How many different symbols do we have that represents the two-input NAND gate?
1
2
3
4
5
2
(T/F) A two-input NOR gate may be used as a one-input inverter.
True
(T/F) Let F(A,B,C) = A’B’C’ + AB’C’ + A’BC’ + ABC’
Using Boolean algebra rules, F(A,B,C,D) can be reduced to the simplest form below:
F(A,B,C) = BC’
False
(T/F) DeMorgan’s Law states the following:
(AB)’ = A’B’
and
(A+B)’ = A’+B’
False
Find the simplest reduced SOP equation for the Boolean function given below through the use of a K-map:
F(A,B,C,D) = m(0, 1,2, 3, 7, 9, 11, 15)
A’B’ + CD + AB’D
A’B’ + BCD + AB’D
A’B’ + BCD + B’D
A’B’ +CD +B’D
None of these
A’B’ + CD + B’D
Find the simplest reduced POS equation for the Boolean function given below through the use of a K-map:
F(A,B,C,D) = m(0, 1,2, 3, 7, 9, 11, 15)
(B’+D) (B’ + D)
(B’+C) (B’ + D) (A’ + B)
(B’+C) (B’ + D) (A’ + D)
(B’+C) (B’ + D) (A’ + C)
None of these
(B’+C) (B’ + D) (A’ + D)
Find the simplest reduced SOP equation for the Boolean function given below. Use K-maps to reduce.
F(A,B,C,D) = m(0, 2, 4, 5, 6, 8, 12, 14, 15)
d(A,B,C,D) = m(7, 10, 13)
B + C’D’ + CD’
AB + AC + Bd
AB +CD’
B + D’
None of these
B + D’
We have several ways to represent a Binary circuit.
Which of the following are unique?
Circuit
Boolean equation
Truth Table
Minterm notation
None of these
Truth Table
Minterm Notation
Given the Boolean function below, how many 1’s are in the truth table for this function?
F(A,B,C,D) = A’C’ +A’BD + AD’ +ABC’
10
(T/F) A two-input AND gate may be built from multiple NAND gates.
True
(T/F) For TTL chips, power is typically applied to pin 7 and ground is applied to pin 14.
False
(T/F) High and low in TTL chips are represented by different current levels.
False
The sum of the two binary numbers 11001 and 10111 is what?
110000
Suppose you wire up a 7408 AND chip correctly to power and ground. Suppose also you connect data input pin 2 to 5 volts and you connect data output pin 3 to an LED. Suppose you leave data input pin 1 disconnected. When you turn on the power to the system, what will you see on the LED?
LED is lit
LED is not lit
LED is lit
Convert the decimal number 399 to binary.
101001111
111101111
111001111
11001111
110001111
110001111