Question 3
Design a combinational circuit with 3 inputs {X,Y,Z} and 3 outputs {A,B,C}. When the unsigned binary value of the inputs is 0,1,2 or 3, the binary output is one greater than the input value. When the unsigned binary value of the inputs is 4,5,6 or 7, the binary output is 2 less than the input value.
At first we create the input and output values according to the question and after that we solve the A B and C with the help of k map.


And and after that we draw the circuit using AND, OR and NOT gate.

please give a upvote if you feel helpful.
Question 3 Design a combinational circuit with 3 inputs {X,Y,Z} and 3 outputs {A,B,C}. When the...