Q- Design and implement the following logical functions with a combinational circuit (with A and B being 4-bit numbers):
S1 S0 Output
0 0 A OR B
0 1 A AND B
1 0 A’
1 1 A XOR B
Ans: The following circuit would give the required outputs:
Q- Design and implement the following logical functions with a combinational circuit (with A and B being 4-bit numbers):
S1 S0 Output
0 0 A OR B
0 1 A AND B
1 0 A’
1 1 A XOR B
Ans: The following circuit would give the required outputs: