Question

Show a comparator that can compare two 2 - bit binary numbers with help of a...

Show a comparator that can compare two 2 - bit binary numbers with help of a logic diagram, and write the corresponding Boolean expressions, and truth table.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

2-BIT COMPARATOR

Let's consider we have two 2-bit binary numbers i.e., A1A0 and B1B0.

Login circuit diagram:

Boolean expressions:

K-map for L (A < B):

L (A < B) = ~A1 ~A0 B0 + ~A1 B1 + ~A0 B1 B0

K-map for E (A = B):

E (A = B) = ~A1 ~A0 ~B1 ~B0 + ~A1 A0 ~B1 B0 + A1 ~A0 B1 ~B0 + A1 A0 B1 B0

K-map for G (A > B):

G (A > B) = A0 ~B1 ~B0 + A1 ~B1 + A1 A0 ~B0

Truth table:

In the above circuit and truth table:

  • L represents A < B
  • E represents A = B
  • G represents A > B
Add a comment
Know the answer?
Add Answer to:
Show a comparator that can compare two 2 - bit binary numbers with help of a...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT