Page 1 of 1

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
by answerhappygod
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 1
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 1 (130.8 KiB) Viewed 40 times
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.