Demultiplexer 8 to 1: Solve Truth Table

  • Thread starter Thread starter ckaiser813
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on constructing a truth table for an 8 to 1 demultiplexer. A demultiplexer has one input and multiple outputs, while a multiplexer has one output and multiple inputs. The correct truth table for the demultiplexer should include three control inputs (S2, S1, S0), one input, and eight outputs, resulting in a 16-row table. Non-selected outputs should be defined as either 0 or 1 by default to avoid confusion.

PREREQUISITES
  • Understanding of digital logic design concepts
  • Familiarity with multiplexers and demultiplexers
  • Knowledge of truth table construction
  • Basic skills in circuit design
NEXT STEPS
  • Research how to create a truth table for an 8 to 1 demultiplexer
  • Learn about the differences between multiplexers and demultiplexers
  • Study the implications of "don't care" conditions in digital circuits
  • Explore practical applications of demultiplexers in circuit design
USEFUL FOR

Electronics students, digital circuit designers, and engineers working with logic circuits will benefit from this discussion on demultiplexer truth tables.

ckaiser813
Messages
14
Reaction score
0
I understand a demultiplexer has only one input and many outputs and a multiplexer only has one output and many outputs, I figured out my truth table for a 8 to 1 multiplexer which is

S2 S1 S0 OUT
0 0 0 D0
0 0 1 D1
0 1 0 D2
0 1 1 D3
1 0 0 D4
1 0 1 D5
1 1 0 D6
1 1 1 D7

to figure out my truth table for my demultiplexer i get quite confused on the proper way to go about it
 
Physics news on Phys.org
ckaiser813 said:
I understand a demultiplexer has only one input and many outputs and a multiplexer only has one output and many outputs, I figured out my truth table for a 8 to 1 multiplexer which is

S2 S1 S0 OUT
0 0 0 D0
0 0 1 D1
0 1 0 D2
0 1 1 D3
1 0 0 D4
1 0 1 D5
1 1 0 D6
1 1 1 D7

to figure out my truth table for my demultiplexer i get quite confused on the proper way to go about it

Seems like you are missing something in your truth table above, and that is part of what is confusing you about the demux circuit.

You show the 3 control inputs, but you should also show the 8 inputs and one output. When an input is selected byt the 3 control inputs, the other inputs are don' cares (X). The output value is the value of the selected input, i.e., 0-->0 and 1-->1.

So for your demux table, you show the 3 control inputs, and one input, then show the values of the 8 outputs. It's a 16 row table, I believe. You will also need to define whether the non-selected outputs are 0 or 1 by default.
 

Similar threads

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