SlideShare a Scribd company logo
1 of 17
“Welcome To Our
Presentation”
Group Name: A
Group Members
Name ID
• Rafiqul Islam 152-33-2802
• Saurav Roy 152-33-2818
• Mehedi Hasan 152-33-2808
• Raysul Islam Tuhin 152-33-2807
• Tahmina Akter Jui 152-33-2831
Presentation Topic:
• Complement
• Combinational Logic Circuit
• Encoder/Decoder
• Multiplexer/De multiplexer
• Logic Gate
Complements
# Complements are used in digital computer for simplifying the subtraction
operation and for logical manipulations.
# There are two types of complements
1.The r’s complements
2.The (r-1)’s complements
2’s and 1’s complement for binary number
10’s and 9’s complement for decimal number
The r’s complements
A positive number N is base r with an integer part of n digits, the r’s
complement of N is defined as:
𝑟 𝑛
- N
Example:
1.The 10’s complement of (52520) 10 =47180
2. The 2’s complement of (101100) 2 =(10100)2
The (r-1)’s complements
A positive number N is base r with an integer part of n digits and a fraction part
of m digits ,the (r-1)’s complement of N is defined as:
𝑟 𝑛
- 𝑟−𝑚
- N
Example:
1.The 9’s complement of (0.3267) 10 =.6732
2. The 1’s complement of (101100) 2 =(010011) 2
Combinational Logic Circuit
# Adder # Sub tractor
Half Full Half Full
Adder Adder Sub tractor Sub tractor
n
input
variables
m
output
variables
Combinational
Logic
Circuit
A
B
S
C
A B S C
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1
A S1-Bit
Half
AdderB C
A
B S
C
C0
#Half Adder:
Circuit diagram Block diagram Truth table
#Full Adder:
A
S
FA
B
C
C0
A B C S C0
0 0 0 0 0
0 1 0 1 0
1 0 0 1 0
1 1 0 0 1
0 0 1 1 0
0 1 1 0 1
1 0 1 0 1
1 1 1 1 1
#Half Sub tractor :
Circuit diagram Block diagram Truth table
#Full Sub tractor :
A
B
D
BO
A D
Half
Subtractor
B BO
A B D BO
0 0 0 0
0 1 1 1
1 0 1 0
1 1 0 0
A B Bi D B0
0 0 0 0 0
0 0 1 1 1
0 1 0 1 1
0 1 1 0 1
1 0 0 1 0
1 0 1 0 0
1 1 0 0 0
1 1 1 1 1
A D
Full
SubtractorB
BOBi
A
B D
BO
Bi
Encoder
An encoder is a digital function that produces a reverse operation
from that of a decoder. The encoder accepts 2 𝑁inputs and
produces N number of output. For example in 4-2 encoder,If we
give 4 inputs it produces only 2 outputs.
D3
D0
D1
D2
Q0
Q14×2
Encoder
Inputs
Outputs
A B D BO Q0 Q1
0 0 0 1 0 0
0 0 1 0 0 1
0 1 0 0 1 0
1 0 0 0 1 1
0 0 0 0 × ×
Decoder
A decoder is a combinational circuit that converts binary
information from n input lines to a maximum of 2 𝑛unique output
line. The decoder accepts N inputs and produces 2 𝑁
number of
output. For example in 3-8 encoder, If we give 3 inputs it produces
8 outputs.
Enable
A
B
C
D0
𝟐 𝟎
D7
D6
D1
D2
D3
D5
D4
0
𝟐 𝟏
𝟐 𝟐
EN
1
2
3
4
5
6
7
Decimal Binary inputs
A B C
Outputs
D0 D1 D2 D3 D4 D5 D6 D7
0 0 0 0 1 0 0 0 0 0 0 0
1 0 0 1 0 1 0 0 0 0 0 0
2 0 1 0 0 0 1 0 0 0 0 0
3 0 1 1 0 0 0 1 0 0 0 0
4 1 0 0 0 0 0 0 1 0 0 0
5 1 0 1 0 0 0 0 0 1 0 0
6 1 1 0 0 0 0 0 0 0 1 0
7 1 1 1 0 0 0 0 0 0 0 1
Multiplexer
A digital multiplexer is a combinational circuit that selects binary
information from one to many input liner and directs it to a single
output lines. Normally, there are 2 𝑛input lines and n selection liner.
S0
Enable
S2
8:1
MUX
S1
D0
D7
D1
YD3
D4
Datainputs
Select Inputs
Outputs
Enable
E
Select Inputs
S2 S1 S0
Outputs
Y
0 × × × 0
1 0 0 0 D0
1 0 0 1 D1
1 0 1 0 D2
1 0 1 1 D3
1 0 0 0 D4
1 0 0 1 D5
1 0 1 0 D6
1 0 1 1 D7
De multiplexer
A decoder with an enable input is referred to as a decoder.
Normally, there are n input lines and 2 𝑛selection liner. If there are
n data output lines and m select lines then 2 𝑚
=n.
I
S0
D0
D1
D2
D3
1-to-4
DEMUX
S1
Inputs
I
Select
S0 S1
Outputs
D0 D1 D2 D3
1 0 0 1 0 0 0
1 0 1 0 1 0 0
1 1 0 0 0 1 0
1 1 1 0 0 0 1
Logic Gate
*A large number of electronic circuits are made up of logic gates. These process signals
which represent true or false.
*There are Three types of basic gate:
Symbol Function Truth table
1.AND Gate:
Y=A.B
2.OR Gate:
Y=A+B
3.NOT Gate:
Y=A’
X Y Z
0 0 0
0 1 0
1 0 0
1 1 1
A
B
Y
X Y Z
0 0 0
0 1 1
1 0 1
1 1 1
X 𝑿′
0 1
1 0
A
B
Y
YA
*There are two types of Universal logic gate:
Symbol Function Truth table
1.NAND Gate:
Y= (A.B)’
2.NOR Gate:
Y= (A+B)’
A
B
Y
A
B
Y
A B Y
0 0 1
0 1 1
1 0 1
1 1 0
A B Y
0 0 1
0 1 0
1 0 0
1 1 0
Symbol Function Truth table
1.BUFFER Gate:
A=Y
2.XOR Gate:
Y=AB’+A’B
3.XNOR Gate:
Y=AB+A’B’
A Y
0 0
1 1A Y
A
B
Y
A B Y
0 0 0
0 1 1
1 0 1
1 1 0
A
B Y
A B Y
0 0 1
0 1 0
1 0 0
1 1 1
digital electronics..

More Related Content

What's hot (20)

Encoders
EncodersEncoders
Encoders
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, Encoder
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, EncoderCOMPUTER ORGANIZATION -Multiplexer,Demultiplexer, Encoder
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, Encoder
 
DESIGN OF COMBINATIONAL LOGIC
DESIGN OF COMBINATIONAL LOGICDESIGN OF COMBINATIONAL LOGIC
DESIGN OF COMBINATIONAL LOGIC
 
decoder and encoder
 decoder and encoder decoder and encoder
decoder and encoder
 
Decoder
DecoderDecoder
Decoder
 
Encoders and decoders
Encoders and decodersEncoders and decoders
Encoders and decoders
 
Octal to binary encoder
Octal to binary encoderOctal to binary encoder
Octal to binary encoder
 
decorder and encoder and its applications
decorder and encoder and its applicationsdecorder and encoder and its applications
decorder and encoder and its applications
 
Stld
StldStld
Stld
 
Decoder for digital electronics
Decoder for digital electronicsDecoder for digital electronics
Decoder for digital electronics
 
Decoders-Digital Electronics
Decoders-Digital ElectronicsDecoders-Digital Electronics
Decoders-Digital Electronics
 
07Decoders121
07Decoders12107Decoders121
07Decoders121
 
Logic design and switching theory
Logic design and switching theoryLogic design and switching theory
Logic design and switching theory
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 
Encoder
EncoderEncoder
Encoder
 
Basic electronics
Basic electronicsBasic electronics
Basic electronics
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits
 
Digital Logic Design
Digital Logic Design Digital Logic Design
Digital Logic Design
 

Similar to digital electronics..

Decodder presentation by ibrar
Decodder presentation by ibrarDecodder presentation by ibrar
Decodder presentation by ibraribrar562
 
Encoders and types of encodrs
Encoders and types of encodrs Encoders and types of encodrs
Encoders and types of encodrs Easy n Inspire L
 
SESSION 2.ppt
SESSION 2.pptSESSION 2.ppt
SESSION 2.pptSaranya S
 
Chapter 4 combinational circuit
Chapter 4 combinational circuit Chapter 4 combinational circuit
Chapter 4 combinational circuit GulAhmad16
 
DLD Lecture No 22 Decoder Circuit and Types of Decoder.pptx
DLD Lecture No 22 Decoder Circuit and Types of Decoder.pptxDLD Lecture No 22 Decoder Circuit and Types of Decoder.pptx
DLD Lecture No 22 Decoder Circuit and Types of Decoder.pptxSaveraAyub2
 
Decoders in digital electronics
Decoders in digital electronicsDecoders in digital electronics
Decoders in digital electronicsEasy n Inspire L
 
Digital VLSI - Unit 2.pptx
Digital VLSI - Unit 2.pptxDigital VLSI - Unit 2.pptx
Digital VLSI - Unit 2.pptxSanjaiPrasad
 
15CS32 ADE Module 3
15CS32 ADE Module 315CS32 ADE Module 3
15CS32 ADE Module 3RLJIT
 
ENG 202 – Digital Electronics 1 - Chapter 4 (1).pptx
ENG 202 – Digital Electronics 1 - Chapter 4 (1).pptxENG 202 – Digital Electronics 1 - Chapter 4 (1).pptx
ENG 202 – Digital Electronics 1 - Chapter 4 (1).pptxAishah928448
 
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...Madhumita Tamhane
 
Logic Design - Chapter 5: Part1 Combinattional Logic
Logic Design - Chapter 5: Part1 Combinattional LogicLogic Design - Chapter 5: Part1 Combinattional Logic
Logic Design - Chapter 5: Part1 Combinattional LogicGouda Mando
 

Similar to digital electronics.. (20)

Decodder presentation by ibrar
Decodder presentation by ibrarDecodder presentation by ibrar
Decodder presentation by ibrar
 
multiplexer and d-multiplexer
multiplexer and d-multiplexermultiplexer and d-multiplexer
multiplexer and d-multiplexer
 
Encoders and types of encodrs
Encoders and types of encodrs Encoders and types of encodrs
Encoders and types of encodrs
 
encoder
encoder encoder
encoder
 
UNIT3.3.pdf
UNIT3.3.pdfUNIT3.3.pdf
UNIT3.3.pdf
 
ATT SMK.pptx
ATT SMK.pptxATT SMK.pptx
ATT SMK.pptx
 
SESSION 2.ppt
SESSION 2.pptSESSION 2.ppt
SESSION 2.ppt
 
Chapter 4 combinational circuit
Chapter 4 combinational circuit Chapter 4 combinational circuit
Chapter 4 combinational circuit
 
11.ppt
11.ppt11.ppt
11.ppt
 
Chapter-04.pdf
Chapter-04.pdfChapter-04.pdf
Chapter-04.pdf
 
Lecture 3
Lecture 3Lecture 3
Lecture 3
 
STLD-Combinational logic design
STLD-Combinational  logic design STLD-Combinational  logic design
STLD-Combinational logic design
 
DLD Lecture No 22 Decoder Circuit and Types of Decoder.pptx
DLD Lecture No 22 Decoder Circuit and Types of Decoder.pptxDLD Lecture No 22 Decoder Circuit and Types of Decoder.pptx
DLD Lecture No 22 Decoder Circuit and Types of Decoder.pptx
 
Decoders in digital electronics
Decoders in digital electronicsDecoders in digital electronics
Decoders in digital electronics
 
Decoder encoder
Decoder   encoderDecoder   encoder
Decoder encoder
 
Digital VLSI - Unit 2.pptx
Digital VLSI - Unit 2.pptxDigital VLSI - Unit 2.pptx
Digital VLSI - Unit 2.pptx
 
15CS32 ADE Module 3
15CS32 ADE Module 315CS32 ADE Module 3
15CS32 ADE Module 3
 
ENG 202 – Digital Electronics 1 - Chapter 4 (1).pptx
ENG 202 – Digital Electronics 1 - Chapter 4 (1).pptxENG 202 – Digital Electronics 1 - Chapter 4 (1).pptx
ENG 202 – Digital Electronics 1 - Chapter 4 (1).pptx
 
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...
Convolution codes - Coding/Decoding Tree codes and Trellis codes for multiple...
 
Logic Design - Chapter 5: Part1 Combinattional Logic
Logic Design - Chapter 5: Part1 Combinattional LogicLogic Design - Chapter 5: Part1 Combinattional Logic
Logic Design - Chapter 5: Part1 Combinattional Logic
 

Recently uploaded

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 

digital electronics..

  • 2. Group Name: A Group Members Name ID • Rafiqul Islam 152-33-2802 • Saurav Roy 152-33-2818 • Mehedi Hasan 152-33-2808 • Raysul Islam Tuhin 152-33-2807 • Tahmina Akter Jui 152-33-2831
  • 3. Presentation Topic: • Complement • Combinational Logic Circuit • Encoder/Decoder • Multiplexer/De multiplexer • Logic Gate
  • 4. Complements # Complements are used in digital computer for simplifying the subtraction operation and for logical manipulations. # There are two types of complements 1.The r’s complements 2.The (r-1)’s complements 2’s and 1’s complement for binary number 10’s and 9’s complement for decimal number
  • 5. The r’s complements A positive number N is base r with an integer part of n digits, the r’s complement of N is defined as: 𝑟 𝑛 - N Example: 1.The 10’s complement of (52520) 10 =47180 2. The 2’s complement of (101100) 2 =(10100)2
  • 6. The (r-1)’s complements A positive number N is base r with an integer part of n digits and a fraction part of m digits ,the (r-1)’s complement of N is defined as: 𝑟 𝑛 - 𝑟−𝑚 - N Example: 1.The 9’s complement of (0.3267) 10 =.6732 2. The 1’s complement of (101100) 2 =(010011) 2
  • 7. Combinational Logic Circuit # Adder # Sub tractor Half Full Half Full Adder Adder Sub tractor Sub tractor n input variables m output variables Combinational Logic Circuit
  • 8. A B S C A B S C 0 0 0 0 0 1 1 0 1 0 1 0 1 1 0 1 A S1-Bit Half AdderB C A B S C C0 #Half Adder: Circuit diagram Block diagram Truth table #Full Adder: A S FA B C C0 A B C S C0 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 0 1 1 0 0 1 1 0 1 1 0 1 0 1 1 1 1 1 1
  • 9. #Half Sub tractor : Circuit diagram Block diagram Truth table #Full Sub tractor : A B D BO A D Half Subtractor B BO A B D BO 0 0 0 0 0 1 1 1 1 0 1 0 1 1 0 0 A B Bi D B0 0 0 0 0 0 0 0 1 1 1 0 1 0 1 1 0 1 1 0 1 1 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 1 1 1 1 A D Full SubtractorB BOBi A B D BO Bi
  • 10. Encoder An encoder is a digital function that produces a reverse operation from that of a decoder. The encoder accepts 2 𝑁inputs and produces N number of output. For example in 4-2 encoder,If we give 4 inputs it produces only 2 outputs. D3 D0 D1 D2 Q0 Q14×2 Encoder Inputs Outputs A B D BO Q0 Q1 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 0 1 0 0 0 1 1 0 0 0 0 × ×
  • 11. Decoder A decoder is a combinational circuit that converts binary information from n input lines to a maximum of 2 𝑛unique output line. The decoder accepts N inputs and produces 2 𝑁 number of output. For example in 3-8 encoder, If we give 3 inputs it produces 8 outputs. Enable A B C D0 𝟐 𝟎 D7 D6 D1 D2 D3 D5 D4 0 𝟐 𝟏 𝟐 𝟐 EN 1 2 3 4 5 6 7 Decimal Binary inputs A B C Outputs D0 D1 D2 D3 D4 D5 D6 D7 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 2 0 1 0 0 0 1 0 0 0 0 0 3 0 1 1 0 0 0 1 0 0 0 0 4 1 0 0 0 0 0 0 1 0 0 0 5 1 0 1 0 0 0 0 0 1 0 0 6 1 1 0 0 0 0 0 0 0 1 0 7 1 1 1 0 0 0 0 0 0 0 1
  • 12. Multiplexer A digital multiplexer is a combinational circuit that selects binary information from one to many input liner and directs it to a single output lines. Normally, there are 2 𝑛input lines and n selection liner. S0 Enable S2 8:1 MUX S1 D0 D7 D1 YD3 D4 Datainputs Select Inputs Outputs Enable E Select Inputs S2 S1 S0 Outputs Y 0 × × × 0 1 0 0 0 D0 1 0 0 1 D1 1 0 1 0 D2 1 0 1 1 D3 1 0 0 0 D4 1 0 0 1 D5 1 0 1 0 D6 1 0 1 1 D7
  • 13. De multiplexer A decoder with an enable input is referred to as a decoder. Normally, there are n input lines and 2 𝑛selection liner. If there are n data output lines and m select lines then 2 𝑚 =n. I S0 D0 D1 D2 D3 1-to-4 DEMUX S1 Inputs I Select S0 S1 Outputs D0 D1 D2 D3 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 1 1 0 0 0 1
  • 14. Logic Gate *A large number of electronic circuits are made up of logic gates. These process signals which represent true or false. *There are Three types of basic gate: Symbol Function Truth table 1.AND Gate: Y=A.B 2.OR Gate: Y=A+B 3.NOT Gate: Y=A’ X Y Z 0 0 0 0 1 0 1 0 0 1 1 1 A B Y X Y Z 0 0 0 0 1 1 1 0 1 1 1 1 X 𝑿′ 0 1 1 0 A B Y YA
  • 15. *There are two types of Universal logic gate: Symbol Function Truth table 1.NAND Gate: Y= (A.B)’ 2.NOR Gate: Y= (A+B)’ A B Y A B Y A B Y 0 0 1 0 1 1 1 0 1 1 1 0 A B Y 0 0 1 0 1 0 1 0 0 1 1 0
  • 16. Symbol Function Truth table 1.BUFFER Gate: A=Y 2.XOR Gate: Y=AB’+A’B 3.XNOR Gate: Y=AB+A’B’ A Y 0 0 1 1A Y A B Y A B Y 0 0 0 0 1 1 1 0 1 1 1 0 A B Y A B Y 0 0 1 0 1 0 1 0 0 1 1 1