Question: can you please explain it step-by-step 3. Design a circuit to compare two 2-bit numbers ( A1A0 and B1B0 ) that will output 1 if
3. Design a circuit to compare two 2-bit numbers ( A1A0 and B1B0 ) that will output 1 if the two numbers are equal, 0 otherwise. For example, if A1A0=11 and B1B0=11, the output will be 1 . In contrast, if A1A0=10 and B1B0=11, the output will be 0 . Design constraint: You can only use 2 input XOR gates (as many as you need), OR gate (one only), NOR gate (one only), and Inverter (one only). Note that you may not need to use all these gates. (3 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
