4. Design a logical circuit which accept two bit binary number A and B, A=(A1 A0) B=(B1 BO), and produces two outputs F1
Posted: Sat May 14, 2022 4:36 pm
4. Design a logical circuit which accept two bit binary number A and B, A=(A1 A0) B=(B1 BO), and produces two outputs F1,and F2. The first output F1(A0,A1,B0,B1) is equal one when A <B, and the second output F2(A0,A1,B0,B1) is equal one when A > B. a. Implement using logic gates. b. Implement using NAND gates only. c. Implement using NOR gates only.