Digital Logic Design Answers
Digital Logic Design Answers
1. Simplify F(x, y, z)
Simplify \( F(x, y, z) = (x'y + z)' + xy'z \):
Expression Simplification:
F = x ⋅ z' + xy'z. The circuit diagram consists of AND, OR, and NOT gates.
2. Excess-3 Codes
Decimal Excess-3 Code
0 0011
1 0100
2 0101
3 0110
4 0111
5 1000
6 1001
7 1010
8 1011
9 1100
3. XOR Expression
Express A ⊕ B as sum of minterms, product of maxterms, and draw its logic circuit:
5. XOR Proof
Prove that x ⊕ y = x ⊕ y' = (x ⊕ y)':
6. RS Flip-Flop
Characteristics Table:
R S Q Q'
0 0 Q Q'
0 1 1 0
1 0 0 1
1 1 Invalid Invalid
a) K-Map Simplification
Obtain the simplified expression for F(w, x, y, z):
Q.3
b) Decoder Design
Draw a 2×4 decoder with truth table and construct a 3×8 decoder using two 2×4 decoders.
Q.4: D Flip-Flop Design
Draw the circuit diagram and excitation table for a D flip-flop. Design a 4-bit register
capable of performing:
00 No Change
01 Load
10 Shift Left
11 Shift Right