2:4 Decoder ( Binary Decoder)
0 Stars     21 Views    

Author: Simone Balzan

Forked from: Nivetha. K/2:4 Decoder ( Binary Decoder)

Project access type: Public

Description:

For a decoder, If the input is a N bit binary number, then the output will be one the lines of the 2^N output lines.

So, for a 2-bit binary input, there will be 2^2 output lines and only one of the output lines will be active according to the binary combination of the inputs. This type of decoder is known as 2 to 4 decoder.

A

B

 

Q0

Q1

Q2

Q4

0

0

 

1

0

0

0

0

1

 

0

1

0

0

1

0

 

0

0

1

 

1

1

 

0

0

0

1

Created: Jun 22, 2023

Updated: Aug 27, 2023


Comments

You must login before you can post a comment.