I want the solution in Tinkercad. Thank you.
Complete the lab task using Tinkercad:
1. Design a 4-bit comparator using X-NOR gates and an AND gate. Input the 4-bit numbers in the chart and record the condition of the outputs.
Note: To construct an X-NOR gate, use an XOR gate with an inverter at its output.
A B Y A3 A2 A1 A0 B3 B2 B1 B0 Y3 Y2 Y1 Y0
0 0 0 0 0 0 1 0 0 1 0 1 0 1 0
1 0 0 0 0 0 1 0 0 1 0 1 0 1 0
1 1 1 0 0 0 0 1 0 0 0 1 0 0 0
0 1 0 0 0 0 1 0 0 1 0 1 0 1 0
Test the circuit for all input combinations shown in the truth table. Submit the following:
1. A clear screenshot of the circuit.
2. A video of the circuit testing with all input combinations shown in the truth table.
3. Tinkercad link of your circuit.