0
22kviews
Design a 2 bit comparator and implement using logic gates
1 Answer
0
3.2kviews

A 2-bit digital comparator will compare A1, A0 bits of input A with B1, B0 bits of input B resp. to design this comparator will use a 4:16 decoder to produce the required output. The truth table for designing the comparator is as below:

Truth Table

enter image description here

Logic Circuit

enter image description here

Please log in to add an answer.