Build 1 bit comparator using 2 to 4 decoder?

Click For Summary
SUMMARY

The discussion focuses on building a 1-bit comparator using a 2-to-4 decoder. The truth table for the comparator is established, showing the relationships between inputs A and B, and their corresponding outputs for A>B, A PREREQUISITES

  • Understanding of digital logic design concepts
  • Familiarity with truth tables and their construction
  • Knowledge of 2-to-4 decoder functionality
  • Basic skills in circuit design using logic gates
NEXT STEPS
  • Study the operation of 2-to-4 decoders in detail
  • Learn how to derive truth tables from circuit designs
  • Explore the implementation of combinational logic circuits using AND, OR, and NOT gates
  • Investigate the design of multi-bit comparators for more complex comparisons
USEFUL FOR

Students in digital electronics, circuit designers, and anyone interested in understanding the implementation of comparators using decoders and logic gates.

asdf12312
Messages
198
Reaction score
1
build 1 bit comparator using "2 to 4" decoder??

Homework Statement


1eux48.png


The Attempt at a Solution


worked out truth table:
Code:
A     B    A>B   A<B   A=B
0     0     0     0     1
0     1     0     1     0
1     0     1     0     0
1     1     0     0     1

prty sure that's right. just need part B now. now i have a 2 by 4 decoder, know wat it is, just confused because the outputs is different from what i have in the truth table. also, there is only 3 outputs in my truth table, the decoder has 4 outputs. so how does that work :\
 
Last edited:
Physics news on Phys.org
You need to make a circuit with the Decoder plus gates to generate those three outputs. What does the raw output of the decoder look like (what is its truth table given A and B as inputs)?

BTW, nice change to code tags on your table! :smile:
 
decoder outputs are from minterms. so a'b' outputs 1 in the 0 output, a'b outputs 1 in the 1 output, and so on. so all i have to do is change the output of ab input to match the output of a'b'? so that and gate will be an or instead: ab + a'b' ??
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
18K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 4 ·
Replies
4
Views
5K