Explain the working of a 1-to-16 Demultiplexer, Computer Engineering

Assignment Help:

Using a suitable logic diagram explain the working of a 1-to-16 de multiplexer.

Ans. 1-to-16 Demultiplexer Working: A demultiplexer obtains in data from one line and directs this to any of its N outputs depending upon the status of the selected inputs.  If the no. of output lines is N (16), no. of select lines m is specified by 2m = N that is, 24 = 16. Therefore, the no. of select lines required for a 1 to 16 demultiplexer is 4. Table illustrates the Truth Table of this Demultiplexer.  The input can be send to any of the 16 outputs, D0 to D15.  The input goes to D0 if DCBA = 0000.  The input goes to D1 if DCBA = 0001 and so on.

Fig.(a) demonstrates the logic diagram of a 1-to-16 demultiplexer, contains   8 NOT gates, 16 NAND gates,  one data input line(G), 4 select lines (A,B,C,D) and  16 output lines (that is D0, D1, D2 ------D16). 8 NOT gates stop excessive loading of the driving source. Individual data input line G is implemented along with a NOR gate utilized as negative AND gate. A low level in all input G1 and G2 is needed to make the output G high. The output G of allows is one of the inputs to whole 16 NAND gates. G should be high for the gates to be allowed. If allow or enable gate is not activated so all 16 de-multiplexer outputs will be high not respective of the state of the select lines A, B, C, D.

 

Demulti-

 

plexer

 

 

Input

Selection

 

Lines

 

 

D C B  A

Logic

 

 

Function

Demultiplexer Outputs

 

 

D0  D1  D2  D3    D4  D5   D6   D7  D8  D9   D10 D11 D12   D13 D14 D15

0

0 0  0 0

D C B A

0  1    1   1   1   1    1    1   1   1   1    1   1    1    1    1

1

0 0  0 1

D C B A

1  0    1   1   1   1    1    1   1   1   1    1   1    1    1    1

2

0 0  1 0

D C B A

1  1    0   1   1   1    1    1   1   1   1    1   1    1    1    1

3

0 0  1 1

D C B A

1  1    1   0   1   1    1    1   1   1   1    1   1    1    1    1

4

0 1  0 0

D C B A

1  1    1   1   0   1    1    1   1   1   1   1   1    1    1    1

5

0 1  0 1

D C B A

1  1    1   1     1   0   1    1    1   1   1   1   1    1    1   1

6

0 1  1 0

D C B A

1  1    1   1     1   1   0    1    1   1   1   1   1    1    1   1

7

0 1  1 1

D C B A

1  1    1   1     1   1   1    0    1   1   1   1   1    1    1    1

8

1 0  0 0

D C B A

1  1    1   1     1   1   1    1    0   1   1   1   1    1    1    1

9

1 0  0 1

D C  B A

1  1    1   1     1   1   1    1    1   0   1   1   1    1    1    1

10

1 0  1 0

D C B A

1   1     1   1   1   1   1     1   1   1   0     1   1   1    1    1

11

1 0  1 1

D C B A

1   1     1   1   1   1   1     1   1   1   1     0    1   1   1   1

12

1 1  0 0

D C B A

1   1     1   1   1   1     1   1   1   1   1     1    0   1   1   1

13

1 1  0 1

D C B A

1   1     1   1   1   1     1   1   1   1   1     1    1   0   1   1

14

1 1  1 0

D C B A

1   1     1   1   1   1     1   1    1  1   1      1   1   1   0   1

15

1 1  1 1

D C B A

1   1     1   1   1   1     1   1     1   1   1    1    1   1   1   0

 

 

                                                                        Truth Table of 1-to-16 Demultiplexer

786_Explain the working of a 1-to-16 de multiplexer.png

    Fig(a): Logic Diagram of 1-to-16 De multiplexer


Related Discussions:- Explain the working of a 1-to-16 Demultiplexer

Name some popular storage devices, Name some popular storage devices In...

Name some popular storage devices In contrasts with storage, which 1) retains data and programs irrespective of whether they are currently in use or not, (2) retains data

Explain switch statement, Switch This is another form of the multi way ...

Switch This is another form of the multi way decision. It is well structured, but can only be used in certain cases where; Only one variable is tested, all branches must

Represent negative numbers in the computer system, Q. What are the values o...

Q. What are the values of x, y, and z. (1011.001101)2 = (x)10 = (y)8 = (z)16 Q. What are the various ways to represent Negative Numbers in the Computer system?

Compute total and access methods, Write a program that input (from the user...

Write a program that input (from the user) the number of hours worked and hours pay rate for employees and output their total pay. The program should process an arbitrary number of

Fundamental components of a CPU, Q. Fundamental components of a CPU? Th...

Q. Fundamental components of a CPU? The two fundamental components of a CPU are control unit and arithmetic and logic unit. The control unit of CPU selects and interprets progr

Internal organization of memory chip - computer architecture, Internal Orga...

Internal Organization of memory chip: Word line & bit lines 16x8 organization : 16 words of 8 bits per Form of an array

Design a 4:1 mux in verilog, Design a 4:1 mux in Verilog   Mult...

Design a 4:1 mux in Verilog   Multiple styles of coding. e.g. Using if-else statements if(sel_1 == 0 && sel_0 == 0) output = I0; else if(sel_1 == 0 && sel_0 ==

Connector of conventional keyboard, 5-pin DIN connector: It is the conn...

5-pin DIN connector: It is the connector of conventional keyboard which have 5 pins (2 IN, 2 OUT and one ground pin) used for transfer and synchronization.

Illustrate characteristic tables of flip-flops, Q. Illustrate Characteristi...

Q. Illustrate Characteristic tables of flip-flops? Excitation Tables Characteristic tables of flip-flops present the subsequent state when inputs and present state are kno

Functions for message passing, Functions for Message Passing: MPI proc...

Functions for Message Passing: MPI processes don't share memory space and one process can't directly access other process's variables. Therefore they need some form of communi

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd