33.2k views
3 votes
Design a circuit with inputs A,B,C, and D. Let the two inputs AB represent a two-bit number with A as the high order bit, and CD represent another two-bit number. That is, the values on AB represent four values 00 (0), 01 (1), 10 (2), and 11 (3). The circuit has three outputs: G, E, and L. Output G, E, and L should be 1 only if the number represented by AB is greater, equal, and less than the number represented by CD, respectively.

User Tomsgd
by
3.0k points

1 Answer

4 votes

Answer:

The truth table, K-map and the logical circuit of the problem are given in detail in the images attached for comprehensive demonstration.

Design a circuit with inputs A,B,C, and D. Let the two inputs AB represent a two-bit-example-1
Design a circuit with inputs A,B,C, and D. Let the two inputs AB represent a two-bit-example-2
User Mohit H
by
3.6k points