0% found this document useful (0 votes)
8 views3 pages

Truth Tables Digital Circuits

The document provides truth tables for various digital circuits including a 2-to-4 decoder, a 3-to-8 decoder, a 4-to-1 multiplexer, and a 1-to-4 demultiplexer. Each circuit is described with its inputs, outputs, and conditions for active high and active low states. The truth tables illustrate the relationship between the inputs and outputs for each circuit configuration.

Uploaded by

vuachonhoc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views3 pages

Truth Tables Digital Circuits

The document provides truth tables for various digital circuits including a 2-to-4 decoder, a 3-to-8 decoder, a 4-to-1 multiplexer, and a 1-to-4 demultiplexer. Each circuit is described with its inputs, outputs, and conditions for active high and active low states. The truth tables illustrate the relationship between the inputs and outputs for each circuit configuration.

Uploaded by

vuachonhoc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Truth Tables for Various Digital Circuits

1. Decoder 2-to-4

For Decoder 2-to-4:

Inputs: A1, A0

Outputs: Y0, Y1, Y2, Y3

- Active High Inputs & Outputs: Normal Truth Table

- Active Low Inputs & Outputs: Inverted Table

- Enable (E) Active High: Outputs are active when E=1, otherwise all outputs are 0.

- Enable (E) Active Low: Outputs are active when E=0, otherwise all outputs are 1.

Truth Table (Active High):

| A1 | A0 | Y0 | Y1 | Y2 | Y3 |

|----|----|----|----|----|----|

| 0| 0| 1| 0| 0| 0|

| 0| 1| 0| 1| 0| 0|

| 1| 0| 0| 0| 1| 0|

| 1| 1| 0| 0| 0| 1|

2. Decoder 3-to-8

For Decoder 3-to-8:

Inputs: A2, A1, A0

Outputs: Y0 to Y7

- Active High Inputs & Outputs: Normal Truth Table

- Active Low Inputs & Outputs: Inverted Table

- Enable (E) Active High: Outputs are active when E=1, otherwise all outputs are 0.
- Enable (E) Active Low: Outputs are active when E=0, otherwise all outputs are 1.

Truth Table (Active High):

| A2 | A1 | A0 | Y0 | Y1 | Y2 | Y3 | Y4 | Y5 | Y6 | Y7 |

|----|----|----|----|----|----|----|----|----|----|----|

| 0| 0| 0| 1| 0| 0| 0| 0| 0| 0| 0|

| 0| 0| 1| 0| 1| 0| 0| 0| 0| 0| 0|

| 0| 1| 0| 0| 0| 1| 0| 0| 0| 0| 0|

| 0| 1| 1| 0| 0| 0| 1| 0| 0| 0| 0|

| 1| 0| 0| 0| 0| 0| 0| 1| 0| 0| 0|

| 1| 0| 1| 0| 0| 0| 0| 0| 1| 0| 0|

| 1| 1| 0| 0| 0| 0| 0| 0| 0| 1| 0|

| 1| 1| 1| 0| 0| 0| 0| 0| 0| 0| 1|

3. Multiplexer 4-to-1

For Multiplexer 4-to-1:

Inputs: D0, D1, D2, D3 (data inputs), S1, S0 (select lines)

Output: Y

Truth Table:

| S1 | S0 | Y |

|----|----|---|

| 0 | 0 | D0 |

| 0 | 1 | D1 |

| 1 | 0 | D2 |

| 1 | 1 | D3 |

4. Demultiplexer 1-to-4
For Demultiplexer 1-to-4:

Inputs: D (data input), S1, S0 (select lines)

Outputs: Y0, Y1, Y2, Y3

Truth Table:

| S1 | S0 | Y0 | Y1 | Y2 | Y3 |

|----|----|----|----|----|----|

| 0| 0|D | 0| 0| 0|

| 0| 1| 0|D | 0| 0|

| 1| 0| 0| 0|D | 0|

| 1| 1| 0| 0| 0|D |

You might also like