Problem 1
F = not((A.B) + (B.C) + (A.C))
|
Problem 2
Logic diagram for Odd parity on eight input bits
|
CMOS implementation of XNOR gate
|
Problem 3
Truth table for 2 to 4 decoder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From the truth table we get:
D0 = S0'.S1' = (S0 + S1)'
D1 = S0.S1' = (S0' + S1)'
D2 = S0'.S1 = (S0 + S1')'
D3
= S0'.S1' = (S0'+ S1')'
a) Implementation
using CMOS gates
|
b) Implementation using Transmission
gates
|