SlideShare a Scribd company logo
1 of 18
Welcome
COURSE NAME: DIGITAL ELECTRONICS II
COURSE CODE: ECE-213
Submission Details
Submitted by,
Group D
Akhinur Nahar Smrity - 53
Israt Faria Emi - 58
Abdullah Al Fahim - 63
2nd Year, 4th Semester, Dept of ECE
Institute of Science Trade & Technology (ISTT)
Submitted to,
Md Robiul Islam
Sr. Lecturer, Dept. of ECE
Institute of Science Trade & Technology (ISTT)
Topic Name: Multiplexer & Demultiplexer
Submission Date: 20 August 2020
Group D Team Members Details:
Akhinur Nahar Srity
ID: 53
Session: 2017-18
Israt Faria Emi
ID: 58
Session: 2017-18
Abdullah Al Fahim
ID: 63
Session: 2017-18
2nd Year, 4th Semester
Department of Electronics & Communication Engineering
Institute of Science Trade & Technology (ISTT)
Objectives
The purpose of this presentation is to gather
understandable knowledge to design basic
Multiplexer and Demultiplexer combinational
circuits and to implement them into a data
transmission system.
Introduction:
Today we’ll discuss on this contents of Multiplexer & Demultiplexer:
1. Definition
2. Types
3. Truth Table
4. Equations
5. Circuit Diagrams
6. Applications & Used
7. Advantages & Disadvantages
Multiplexer
Multiplexer (MUX) is a combinational circuit that selects binary
information from one of many input lines and directs it to single
output lines. So, it is simply called a data selector.
Fig: Functional Diagram of MUX
Types of Multiplexer
There are many types of Multiplexer. Such as,
1. Two (2) input MUX
2. Four (4) input MUX
3. Eight (8) input MUX
4. Sixteen (16) input MUX
2 to 1 Multiplexer Diagram, Truth table & Equations:
S’ S Z
0 * 0
1 0 I0
1 1 I1
Truth Table
S
S’
I0
I1
Equation:
Z = I0 S’ + I1 S
Z = I0 S’ + I1 S
Fig: Diagram of 2 input MUX
4 to 1 Multiplexer Diagram, Truth table & Equations:
S0 S1 Z
0 0 I0
0 1 I1
1 0 I2
1 1 I3
Truth Table
Fig: Diagram of 4 input MUX
Equation:
Z = I0S0’S1
’ + I1 S0’S1 + I2 S0 S1
’ + I3 S0 S1
S0 S1
Z
Application & Used of Multiplexer:
1. Communication System
2. Computer Memory
3. Telephone Network
4. Transmission from the computer system of a satellite
Advantages & Disadvantages of Multiplexer:
Advantages:
1. It reduces circuit complexity and cost.
2. Implementation of various Circuits using mux.
3. It does not need K-maps and simplification.
Disadvantages:
1. Added delays in switching ports.
2. Limitations on which ports can be used simultaneously.
Demultiplexer
Demultiplexer (or DEMUX) is a device that takes a single input line
and routes it to one of several digital output lines. That means it is a
reverse operation of MUX and it is called data distributor .
Fig: Functional Diagram of DEMUX
Types of Demultiplexer
There are many types of Demultiplexer. Such as,
1. 1 line to 2 line DEMUX
2. 1 line to 4 line DEMUX
3. 1 line to 8 line DEMUX
1 to 8 Demultiplexer, Truth Table & Equations:
Truth Table
Fig: Diagram of 8 output DEMUX
= D(S2’S1’S0’)
= D(S2’S1’S0)
= D(S2’S1S0)
= D(S2S1’S0’)
= D(S2S1‘S0)
= D(S2S1S0’)
= D(S2S1S0)
= D(S2’S1S0’)
Applications & Used of Demultiplexer:
1. Communication System
2. Arithmetic Logic Unit
3. Serial to Parallel Converter
Advantages & Disadvantages of Demultiplexer:
Advantages:
1. Also used as decoders in security system like banking
sectors
2. Increases the efficiency of the communication system
Disadvantages:
1. Wastage of bandwidth might occur
2. Delays might occur due to synchronization of signals
Questions From Teachers….!!!
THANK YOU

More Related Content

What's hot

Multiplexers and Demultiplexers
Multiplexers and DemultiplexersMultiplexers and Demultiplexers
Multiplexers and DemultiplexersGargiKhanna1
 
Bcd to 7 segment display
Bcd to 7 segment displayBcd to 7 segment display
Bcd to 7 segment displayMaulik Sanchela
 
Bcd to excess 3 code converter
Bcd to excess 3 code converterBcd to excess 3 code converter
Bcd to excess 3 code converterUshaswini Chowdary
 
Multiplexer & de multiplexer
Multiplexer & de multiplexerMultiplexer & de multiplexer
Multiplexer & de multiplexervishalgohel12195
 
Dlc{binary to gray code conversion} ppt
Dlc{binary to gray code conversion} pptDlc{binary to gray code conversion} ppt
Dlc{binary to gray code conversion} pptTanish Gupta
 
Encoder and decoder
Encoder and decoderEncoder and decoder
Encoder and decoderAbid Ali
 
Demultiplexer presentation
Demultiplexer presentationDemultiplexer presentation
Demultiplexer presentationShaikat Saha
 
Decoder Full Presentation
Decoder Full Presentation Decoder Full Presentation
Decoder Full Presentation Adeel Rasheed
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits DrSonali Vyas
 
Code Conversion in 8085 Microprocessor
Code Conversion in 8085 MicroprocessorCode Conversion in 8085 Microprocessor
Code Conversion in 8085 MicroprocessorMOHIT AGARWAL
 
Decoders-Digital Electronics
Decoders-Digital ElectronicsDecoders-Digital Electronics
Decoders-Digital ElectronicsPaurav Shah
 
Demultiplexer with vhdl code
Demultiplexer  with vhdl codeDemultiplexer  with vhdl code
Demultiplexer with vhdl codeVishal Bait
 
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)ISMT College
 
Flip-Flop || Digital Electronics
Flip-Flop || Digital ElectronicsFlip-Flop || Digital Electronics
Flip-Flop || Digital ElectronicsMd Sadequl Islam
 

What's hot (20)

Microprocessor ppt
Microprocessor pptMicroprocessor ppt
Microprocessor ppt
 
Decoders
DecodersDecoders
Decoders
 
Booth Multiplier
Booth MultiplierBooth Multiplier
Booth Multiplier
 
Digital electronics
Digital electronicsDigital electronics
Digital electronics
 
Multiplexers and Demultiplexers
Multiplexers and DemultiplexersMultiplexers and Demultiplexers
Multiplexers and Demultiplexers
 
Bcd to 7 segment display
Bcd to 7 segment displayBcd to 7 segment display
Bcd to 7 segment display
 
Bcd to excess 3 code converter
Bcd to excess 3 code converterBcd to excess 3 code converter
Bcd to excess 3 code converter
 
Multiplexer & de multiplexer
Multiplexer & de multiplexerMultiplexer & de multiplexer
Multiplexer & de multiplexer
 
Dlc{binary to gray code conversion} ppt
Dlc{binary to gray code conversion} pptDlc{binary to gray code conversion} ppt
Dlc{binary to gray code conversion} ppt
 
Encoder and decoder
Encoder and decoderEncoder and decoder
Encoder and decoder
 
Demultiplexer presentation
Demultiplexer presentationDemultiplexer presentation
Demultiplexer presentation
 
Decoder Full Presentation
Decoder Full Presentation Decoder Full Presentation
Decoder Full Presentation
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits
 
Code Conversion in 8085 Microprocessor
Code Conversion in 8085 MicroprocessorCode Conversion in 8085 Microprocessor
Code Conversion in 8085 Microprocessor
 
Decoders-Digital Electronics
Decoders-Digital ElectronicsDecoders-Digital Electronics
Decoders-Digital Electronics
 
Demultiplexer with vhdl code
Demultiplexer  with vhdl codeDemultiplexer  with vhdl code
Demultiplexer with vhdl code
 
Multiplexers
MultiplexersMultiplexers
Multiplexers
 
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
Adder & subtractor (Half adder, Full adder, Half subtractor, Full subtractor)
 
Flip-Flop || Digital Electronics
Flip-Flop || Digital ElectronicsFlip-Flop || Digital Electronics
Flip-Flop || Digital Electronics
 
MULTIPLEXER
MULTIPLEXERMULTIPLEXER
MULTIPLEXER
 

Similar to Multiplexer & Demultiplexer

SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATIONSIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATIONRicky Drk
 
A Security Approach for Wireless Sensor Network in Agriculture Industry
A Security Approach for Wireless Sensor Network in Agriculture IndustryA Security Approach for Wireless Sensor Network in Agriculture Industry
A Security Approach for Wireless Sensor Network in Agriculture Industrydrboon
 
Industrial Training Report- I-SLT
Industrial Training Report- I-SLTIndustrial Training Report- I-SLT
Industrial Training Report- I-SLTThushan Sivalingam
 
C. Science (I) solution.pdf
C. Science (I)  solution.pdfC. Science (I)  solution.pdf
C. Science (I) solution.pdfShahzadaSuleman2
 
RAMKESH MEENA TRAINING REPORT IHT.pdf
RAMKESH MEENA TRAINING REPORT IHT.pdfRAMKESH MEENA TRAINING REPORT IHT.pdf
RAMKESH MEENA TRAINING REPORT IHT.pdfYaarJani
 
Noor’s Algorithmic Flow of Electronics and Communication Engineering
Noor’s Algorithmic Flow of Electronics and Communication EngineeringNoor’s Algorithmic Flow of Electronics and Communication Engineering
Noor’s Algorithmic Flow of Electronics and Communication EngineeringIRJET Journal
 
Light peak technology, Peak Light technology, Optical Technology, Sumalatha
Light peak technology, Peak Light technology, Optical Technology, Sumalatha Light peak technology, Peak Light technology, Optical Technology, Sumalatha
Light peak technology, Peak Light technology, Optical Technology, Sumalatha LOKESH JAIN
 
A 64-by-8 Scrolling Led Matrix Display System
A 64-by-8 Scrolling Led Matrix Display SystemA 64-by-8 Scrolling Led Matrix Display System
A 64-by-8 Scrolling Led Matrix Display SystemSamson Kayode
 
SIMULATE AND BUILD CIRCUIT ON GENRAL PURPOSE PCB OF 4:1 MULTIPLEXER .pptx
SIMULATE AND BUILD CIRCUIT ON GENRAL PURPOSE PCB OF 4:1 MULTIPLEXER .pptxSIMULATE AND BUILD CIRCUIT ON GENRAL PURPOSE PCB OF 4:1 MULTIPLEXER .pptx
SIMULATE AND BUILD CIRCUIT ON GENRAL PURPOSE PCB OF 4:1 MULTIPLEXER .pptxAshish Sadavarti
 
AUTOMATIC DOOR LOCK SYSTEM
AUTOMATIC DOOR LOCK SYSTEMAUTOMATIC DOOR LOCK SYSTEM
AUTOMATIC DOOR LOCK SYSTEMAngie Miller
 
FP 303 COMPUTER NETWORK FINAL PAPER JUNE 2012
FP 303 COMPUTER NETWORK FINAL PAPER JUNE 2012FP 303 COMPUTER NETWORK FINAL PAPER JUNE 2012
FP 303 COMPUTER NETWORK FINAL PAPER JUNE 2012Syahriha Ruslan
 
Railway Industrial Training Report
Railway Industrial Training ReportRailway Industrial Training Report
Railway Industrial Training ReportLokesh Parihar
 
Important 16 marks questions
Important 16 marks questionsImportant 16 marks questions
Important 16 marks questionsvaidheeswari
 
Wireless display board
Wireless display boardWireless display board
Wireless display boardVaibhav Pandey
 
PERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIP
PERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIPPERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIP
PERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIPVLSICS Design
 
IRJET- Cryptographic Efficient Data Transmission in Defence Stations usin...
IRJET-  	  Cryptographic Efficient Data Transmission in Defence Stations usin...IRJET-  	  Cryptographic Efficient Data Transmission in Defence Stations usin...
IRJET- Cryptographic Efficient Data Transmission in Defence Stations usin...IRJET Journal
 
Mi0035 – computer networks
Mi0035 – computer networksMi0035 – computer networks
Mi0035 – computer networkssmumbahelp
 

Similar to Multiplexer & Demultiplexer (20)

SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATIONSIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
 
A Security Approach for Wireless Sensor Network in Agriculture Industry
A Security Approach for Wireless Sensor Network in Agriculture IndustryA Security Approach for Wireless Sensor Network in Agriculture Industry
A Security Approach for Wireless Sensor Network in Agriculture Industry
 
Industrial Training Report- I-SLT
Industrial Training Report- I-SLTIndustrial Training Report- I-SLT
Industrial Training Report- I-SLT
 
CCNA project-report
CCNA project-reportCCNA project-report
CCNA project-report
 
C. Science (I) solution.pdf
C. Science (I)  solution.pdfC. Science (I)  solution.pdf
C. Science (I) solution.pdf
 
RAMKESH MEENA TRAINING REPORT IHT.pdf
RAMKESH MEENA TRAINING REPORT IHT.pdfRAMKESH MEENA TRAINING REPORT IHT.pdf
RAMKESH MEENA TRAINING REPORT IHT.pdf
 
Noor’s Algorithmic Flow of Electronics and Communication Engineering
Noor’s Algorithmic Flow of Electronics and Communication EngineeringNoor’s Algorithmic Flow of Electronics and Communication Engineering
Noor’s Algorithmic Flow of Electronics and Communication Engineering
 
Light peak technology, Peak Light technology, Optical Technology, Sumalatha
Light peak technology, Peak Light technology, Optical Technology, Sumalatha Light peak technology, Peak Light technology, Optical Technology, Sumalatha
Light peak technology, Peak Light technology, Optical Technology, Sumalatha
 
A 64-by-8 Scrolling Led Matrix Display System
A 64-by-8 Scrolling Led Matrix Display SystemA 64-by-8 Scrolling Led Matrix Display System
A 64-by-8 Scrolling Led Matrix Display System
 
SIMULATE AND BUILD CIRCUIT ON GENRAL PURPOSE PCB OF 4:1 MULTIPLEXER .pptx
SIMULATE AND BUILD CIRCUIT ON GENRAL PURPOSE PCB OF 4:1 MULTIPLEXER .pptxSIMULATE AND BUILD CIRCUIT ON GENRAL PURPOSE PCB OF 4:1 MULTIPLEXER .pptx
SIMULATE AND BUILD CIRCUIT ON GENRAL PURPOSE PCB OF 4:1 MULTIPLEXER .pptx
 
My project
My projectMy project
My project
 
AUTOMATIC DOOR LOCK SYSTEM
AUTOMATIC DOOR LOCK SYSTEMAUTOMATIC DOOR LOCK SYSTEM
AUTOMATIC DOOR LOCK SYSTEM
 
FP 303 COMPUTER NETWORK FINAL PAPER JUNE 2012
FP 303 COMPUTER NETWORK FINAL PAPER JUNE 2012FP 303 COMPUTER NETWORK FINAL PAPER JUNE 2012
FP 303 COMPUTER NETWORK FINAL PAPER JUNE 2012
 
Railway Industrial Training Report
Railway Industrial Training ReportRailway Industrial Training Report
Railway Industrial Training Report
 
Important 16 marks questions
Important 16 marks questionsImportant 16 marks questions
Important 16 marks questions
 
Wireless display board
Wireless display boardWireless display board
Wireless display board
 
PERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIP
PERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIPPERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIP
PERFORMANCE EVALUATION OF CDMAROUTER FOR NETWORK - ON - CHIP
 
IRJET- Cryptographic Efficient Data Transmission in Defence Stations usin...
IRJET-  	  Cryptographic Efficient Data Transmission in Defence Stations usin...IRJET-  	  Cryptographic Efficient Data Transmission in Defence Stations usin...
IRJET- Cryptographic Efficient Data Transmission in Defence Stations usin...
 
Cs8591 Computer Networks
Cs8591 Computer NetworksCs8591 Computer Networks
Cs8591 Computer Networks
 
Mi0035 – computer networks
Mi0035 – computer networksMi0035 – computer networks
Mi0035 – computer networks
 

Recently uploaded

Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 

Recently uploaded (20)

Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 

Multiplexer & Demultiplexer

  • 1. Welcome COURSE NAME: DIGITAL ELECTRONICS II COURSE CODE: ECE-213
  • 2. Submission Details Submitted by, Group D Akhinur Nahar Smrity - 53 Israt Faria Emi - 58 Abdullah Al Fahim - 63 2nd Year, 4th Semester, Dept of ECE Institute of Science Trade & Technology (ISTT) Submitted to, Md Robiul Islam Sr. Lecturer, Dept. of ECE Institute of Science Trade & Technology (ISTT) Topic Name: Multiplexer & Demultiplexer Submission Date: 20 August 2020
  • 3. Group D Team Members Details: Akhinur Nahar Srity ID: 53 Session: 2017-18 Israt Faria Emi ID: 58 Session: 2017-18 Abdullah Al Fahim ID: 63 Session: 2017-18 2nd Year, 4th Semester Department of Electronics & Communication Engineering Institute of Science Trade & Technology (ISTT)
  • 4. Objectives The purpose of this presentation is to gather understandable knowledge to design basic Multiplexer and Demultiplexer combinational circuits and to implement them into a data transmission system.
  • 5. Introduction: Today we’ll discuss on this contents of Multiplexer & Demultiplexer: 1. Definition 2. Types 3. Truth Table 4. Equations 5. Circuit Diagrams 6. Applications & Used 7. Advantages & Disadvantages
  • 6. Multiplexer Multiplexer (MUX) is a combinational circuit that selects binary information from one of many input lines and directs it to single output lines. So, it is simply called a data selector. Fig: Functional Diagram of MUX
  • 7. Types of Multiplexer There are many types of Multiplexer. Such as, 1. Two (2) input MUX 2. Four (4) input MUX 3. Eight (8) input MUX 4. Sixteen (16) input MUX
  • 8. 2 to 1 Multiplexer Diagram, Truth table & Equations: S’ S Z 0 * 0 1 0 I0 1 1 I1 Truth Table S S’ I0 I1 Equation: Z = I0 S’ + I1 S Z = I0 S’ + I1 S Fig: Diagram of 2 input MUX
  • 9. 4 to 1 Multiplexer Diagram, Truth table & Equations: S0 S1 Z 0 0 I0 0 1 I1 1 0 I2 1 1 I3 Truth Table Fig: Diagram of 4 input MUX Equation: Z = I0S0’S1 ’ + I1 S0’S1 + I2 S0 S1 ’ + I3 S0 S1 S0 S1 Z
  • 10. Application & Used of Multiplexer: 1. Communication System 2. Computer Memory 3. Telephone Network 4. Transmission from the computer system of a satellite
  • 11. Advantages & Disadvantages of Multiplexer: Advantages: 1. It reduces circuit complexity and cost. 2. Implementation of various Circuits using mux. 3. It does not need K-maps and simplification. Disadvantages: 1. Added delays in switching ports. 2. Limitations on which ports can be used simultaneously.
  • 12. Demultiplexer Demultiplexer (or DEMUX) is a device that takes a single input line and routes it to one of several digital output lines. That means it is a reverse operation of MUX and it is called data distributor . Fig: Functional Diagram of DEMUX
  • 13. Types of Demultiplexer There are many types of Demultiplexer. Such as, 1. 1 line to 2 line DEMUX 2. 1 line to 4 line DEMUX 3. 1 line to 8 line DEMUX
  • 14. 1 to 8 Demultiplexer, Truth Table & Equations: Truth Table Fig: Diagram of 8 output DEMUX = D(S2’S1’S0’) = D(S2’S1’S0) = D(S2’S1S0) = D(S2S1’S0’) = D(S2S1‘S0) = D(S2S1S0’) = D(S2S1S0) = D(S2’S1S0’)
  • 15. Applications & Used of Demultiplexer: 1. Communication System 2. Arithmetic Logic Unit 3. Serial to Parallel Converter
  • 16. Advantages & Disadvantages of Demultiplexer: Advantages: 1. Also used as decoders in security system like banking sectors 2. Increases the efficiency of the communication system Disadvantages: 1. Wastage of bandwidth might occur 2. Delays might occur due to synchronization of signals