SlideShare a Scribd company logo
1 of 18
Digital Logic Design
By
Jalpa Maheshwari
1
What is DLD?
Digital logic design deals with
the basic concepts and tools to
design hardware consisting of
logic gates.
2
Wednesday,
August 22, 2018
Introduction to all basic gates:
Hardware circuit is made with the help of following logic gates namely;
 AND
 OR
 NOT
 NAND
 NOR
 XOR
 XNOR
Universal gate:
A universal gate is a gate which can implement any Boolean function without need to use any
other gate type. The NAND and NOR gates are universal gates.
In practice, this is advantageous since NAND and NOR gates are economical and easier to
fabricate and are the basic gates used in all IC digital logic families.
Intro to Basic Gates
3
Wednesday,
August 22, 2018
AND Gate
 An AND gate can have more than two inputs, but output will be single. It works as the multiplication.
 An AND gate gives output high only if the input values are high, otherwise for any low input, output
will be zero.
Logic Diagram:
Boolean Expression:
Truth table:
Intro to Basic Gates
InputA
(A)
InputB
(B)
Output
(C)
0 0 0
0 1 0
1 0 0
1 1 1
C=A.B
4
Wednesday,
August 22, 2018
5
IC 7408:
Alternatives:
If AND gate is not available, one can be made using NAND and NOR gates as they are universal gates.
Wednesday,
August 22, 2018
Intro to Basic Gates
OR Gate
 An OR gate can have more than two inputs, but output will be single. It works as the addition.
 An OR gate gives output zero if all inputs (in our case two inputs) are low. And gives output high if
any or both of the input is high.
Logic Diagram:
Boolean Expression:
Truth table:
Intro to Basic Gates
InputA
(A)
InputB
(B)
Output
(C)
0 0 0
0 1 1
1 0 1
1 1 1
C=A+B
6
Wednesday,
August 22, 2018
7
IC 7432:
Alternatives:
If OR gate is not available, one can be made using NAND and NOR gates as they are universal gates.
Wednesday,
August 22, 2018
Intro to Basic Gates
NOT Gate
 NOT gate is also known as Inverter.
 If input is low, it gives high output and vice versa. In other words, it complements or inverts its input
signal.
Logic Diagram:
Boolean Expression:
Truth table:
Intro to Basic Gates
InputA
(A)
Output
( 𝐀)
0 1
1 0
A= 𝐀
8
Wednesday,
August 22, 2018
9
IC 7404:
Alternatives:
If NOT gate is not available, one can be made using NAND and NOR gates as they are universal gates.
Wednesday,
August 22, 2018
Intro to Basic Gates
NAND Gate
 A NAND gate can have more than two inputs, but output will be single. It works as the multiplication.
 A NAND gate gives output low only if the input values are high, otherwise for any high input, output
will be high. It is the complement of AND gate.
Logic Diagram:
Boolean Expression:
Truth table:
Intro to Basic Gates
InputA
(A)
InputB
(B)
Output
(C)
0 0 1
0 1 1
1 0 1
1 1 0
C=𝐀. 𝐁
10
Wednesday,
August 22, 2018
11
IC 7400:
Alternatives:
If NAND gate is not available, one can be made using NOR gates as it is universal gate.
Wednesday,
August 22, 2018
Intro to Basic Gates
NOR Gate
 A NOR gate can have more than two inputs, but output will be single. It works as the addition.
 A NOR gate gives output high if all inputs (in our case two inputs) are low. And gives output low if any
or both of the input is high. It is the complement of OR gate.
Logic Diagram:
Boolean Expression:
Truth table:
Intro to Basic Gates
InputA
(A)
InputB
(B)
Output
(C)
0 0 1
0 1 0
1 0 0
1 1 0
C=𝐀 + 𝐁
Wednesday,
August 22, 2018
12
13
IC 7402:
Alternatives:
If NOR gate is not available, one can be made using NAND gates as it is universal gate.
Wednesday,
August 22, 2018
Intro to Basic Gates
XOR Gate
 A XOR gate can have more than two inputs, but output will be single.
 A XOR gate gives output low if all inputs (in our case two inputs) are either low or high. And gives
output high if any of the input is high.
Logic Diagram:
Boolean Expression:
Truth table:
Intro to Basic Gates
InputA
(A)
InputB
(B)
Output
(C)
0 0 0
0 1 1
1 0 1
1 1 0
C=𝐴 ⊕ 𝐵
Wednesday,
August 22, 2018
14
15
IC 7486:
Alternatives:
If XOR gate is not available, one can be made using NAND and NOR gates as they are universal gates.
Wednesday,
August 22, 2018
Intro to Basic Gates
XNOR Gate
 A XNOR gate can have more than two inputs, but output will be single.
 A XNOR gate gives output high if all inputs (in our case two inputs) are either low or high. And gives
output low if any of the input is high. It is the complement of NOR gate.
Logic Diagram:
Boolean Expression:
Truth table:
Intro to Basic Gates
InputA
(A)
InputB
(B)
Output
(C)
0 0 1
0 1 0
1 0 0
1 1 1
C=𝐴 ⊕ 𝐵
16
Wednesday,
August 22, 2018
17
IC 74266:
Alternatives:
If XNOR gate is not available, one can be made using NAND and NOR gates as they are universal gates.
Wednesday,
August 22, 2018
Intro to Basic Gates
18

More Related Content

What's hot

Electronics counter
Electronics counterElectronics counter
Electronics counterkanusinghal3
 
encoder and decoder in digital electronics
encoder and decoder in digital electronicsencoder and decoder in digital electronics
encoder and decoder in digital electronicsvikram rajpurohit
 
Verilog presentation final
Verilog presentation finalVerilog presentation final
Verilog presentation finalAnkur Gupta
 
Code conversion using verilog code VHDL
Code conversion using verilog code VHDL Code conversion using verilog code VHDL
Code conversion using verilog code VHDL Bharti Airtel Ltd.
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits DrSonali Vyas
 
Hardware description languages
Hardware description languagesHardware description languages
Hardware description languagesAkhila Rahul
 
DESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDL
DESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDLDESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDL
DESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDLsateeshkourav
 
Sequential circuit design
Sequential circuit designSequential circuit design
Sequential circuit designSatya P. Joshi
 
Hardware Description Language
Hardware Description Language Hardware Description Language
Hardware Description Language Prachi Pandey
 
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebraSARITHA REDDY
 
Asynchronous Sequential Circuit-Unit 4 ppt
Asynchronous Sequential Circuit-Unit 4 pptAsynchronous Sequential Circuit-Unit 4 ppt
Asynchronous Sequential Circuit-Unit 4 pptSIVALAKSHMIPANNEERSE
 
Arithmetic logic shift unit
Arithmetic logic shift unitArithmetic logic shift unit
Arithmetic logic shift unitrishi ram khanal
 

What's hot (20)

Electronics counter
Electronics counterElectronics counter
Electronics counter
 
Counters
CountersCounters
Counters
 
encoder and decoder in digital electronics
encoder and decoder in digital electronicsencoder and decoder in digital electronics
encoder and decoder in digital electronics
 
Digital logic circuits
Digital  logic  circuitsDigital  logic  circuits
Digital logic circuits
 
Verilog presentation final
Verilog presentation finalVerilog presentation final
Verilog presentation final
 
Code conversion using verilog code VHDL
Code conversion using verilog code VHDL Code conversion using verilog code VHDL
Code conversion using verilog code VHDL
 
Digital Components
Digital ComponentsDigital Components
Digital Components
 
Digital electronics
Digital electronicsDigital electronics
Digital electronics
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits
 
digital Counter
digital Counterdigital Counter
digital Counter
 
Hardware description languages
Hardware description languagesHardware description languages
Hardware description languages
 
DESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDL
DESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDLDESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDL
DESIGN AND IMPLEMENTATION OF 64-BIT ARITHMETIC LOGIC UNIT ON FPGA USING VHDL
 
Sequential circuit design
Sequential circuit designSequential circuit design
Sequential circuit design
 
Hardware Description Language
Hardware Description Language Hardware Description Language
Hardware Description Language
 
Lecture 01 dld 2018
Lecture 01 dld  2018Lecture 01 dld  2018
Lecture 01 dld 2018
 
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebra
 
Asynchronous Sequential Circuit-Unit 4 ppt
Asynchronous Sequential Circuit-Unit 4 pptAsynchronous Sequential Circuit-Unit 4 ppt
Asynchronous Sequential Circuit-Unit 4 ppt
 
Verilog hdl
Verilog hdlVerilog hdl
Verilog hdl
 
Arithmetic logic shift unit
Arithmetic logic shift unitArithmetic logic shift unit
Arithmetic logic shift unit
 
Binary Arithmetic Operations
Binary Arithmetic OperationsBinary Arithmetic Operations
Binary Arithmetic Operations
 

Similar to Digital Logic Design

Boolean Algebra- Digital Logic gates
Boolean Algebra- Digital Logic gatesBoolean Algebra- Digital Logic gates
Boolean Algebra- Digital Logic gatesNTBsnull
 
Computer circuit logic
Computer circuit logicComputer circuit logic
Computer circuit logicYoungik Song
 
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )Jikrul Sayeed
 
Dual, Digital Logic Gates for Enriching
Dual, Digital Logic Gates for EnrichingDual, Digital Logic Gates for Enriching
Dual, Digital Logic Gates for Enrichingijtsrd
 
Logic Gates (Physics Investigatory Project Class 11&12).pptx
Logic Gates (Physics Investigatory Project Class 11&12).pptxLogic Gates (Physics Investigatory Project Class 11&12).pptx
Logic Gates (Physics Investigatory Project Class 11&12).pptxHemavarshini47
 
Lecture 04-Digital logic gates.pptx
Lecture 04-Digital logic gates.pptxLecture 04-Digital logic gates.pptx
Lecture 04-Digital logic gates.pptxWilliamJosephat1
 
Physics investigatory project { LOGIC GATES} CLASS XII
Physics investigatory project  { LOGIC GATES} CLASS XIIPhysics investigatory project  { LOGIC GATES} CLASS XII
Physics investigatory project { LOGIC GATES} CLASS XIIavneesh1234
 
Logic gatesrevised.ppt
Logic gatesrevised.pptLogic gatesrevised.ppt
Logic gatesrevised.pptDevanDev7
 
Logic gates and Boolean Algebra_VSG
Logic gates and Boolean Algebra_VSGLogic gates and Boolean Algebra_VSG
Logic gates and Boolean Algebra_VSGVaibhavGalbale1
 
Presentation On Logic Gate
Presentation On Logic Gate Presentation On Logic Gate
Presentation On Logic Gate Nazrul Islam
 
M. FLORENCE DAYANA/unit - II logic gates and circuits.pdf
M. FLORENCE DAYANA/unit - II logic gates and circuits.pdfM. FLORENCE DAYANA/unit - II logic gates and circuits.pdf
M. FLORENCE DAYANA/unit - II logic gates and circuits.pdfDr.Florence Dayana
 

Similar to Digital Logic Design (20)

Logic gates
Logic gatesLogic gates
Logic gates
 
Deld lab manual
Deld lab manualDeld lab manual
Deld lab manual
 
Boolean Algebra- Digital Logic gates
Boolean Algebra- Digital Logic gatesBoolean Algebra- Digital Logic gates
Boolean Algebra- Digital Logic gates
 
Computer circuit logic
Computer circuit logicComputer circuit logic
Computer circuit logic
 
Assignment#1a
Assignment#1aAssignment#1a
Assignment#1a
 
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
 
Dual, Digital Logic Gates for Enriching
Dual, Digital Logic Gates for EnrichingDual, Digital Logic Gates for Enriching
Dual, Digital Logic Gates for Enriching
 
Basic Logic Gates
Basic Logic GatesBasic Logic Gates
Basic Logic Gates
 
Logic Gates (Physics Investigatory Project Class 11&12).pptx
Logic Gates (Physics Investigatory Project Class 11&12).pptxLogic Gates (Physics Investigatory Project Class 11&12).pptx
Logic Gates (Physics Investigatory Project Class 11&12).pptx
 
ECAD lab manual
ECAD lab manualECAD lab manual
ECAD lab manual
 
Edc
EdcEdc
Edc
 
Lecture 04-Digital logic gates.pptx
Lecture 04-Digital logic gates.pptxLecture 04-Digital logic gates.pptx
Lecture 04-Digital logic gates.pptx
 
Logic Gates.pptx
Logic Gates.pptxLogic Gates.pptx
Logic Gates.pptx
 
Physics investigatory project { LOGIC GATES} CLASS XII
Physics investigatory project  { LOGIC GATES} CLASS XIIPhysics investigatory project  { LOGIC GATES} CLASS XII
Physics investigatory project { LOGIC GATES} CLASS XII
 
12.Digital Logic.pdf
12.Digital Logic.pdf12.Digital Logic.pdf
12.Digital Logic.pdf
 
Logic gatesrevised.ppt
Logic gatesrevised.pptLogic gatesrevised.ppt
Logic gatesrevised.ppt
 
Logic gates and Boolean Algebra_VSG
Logic gates and Boolean Algebra_VSGLogic gates and Boolean Algebra_VSG
Logic gates and Boolean Algebra_VSG
 
Digital logic
Digital logicDigital logic
Digital logic
 
Presentation On Logic Gate
Presentation On Logic Gate Presentation On Logic Gate
Presentation On Logic Gate
 
M. FLORENCE DAYANA/unit - II logic gates and circuits.pdf
M. FLORENCE DAYANA/unit - II logic gates and circuits.pdfM. FLORENCE DAYANA/unit - II logic gates and circuits.pdf
M. FLORENCE DAYANA/unit - II logic gates and circuits.pdf
 

More from JalpaMaheshwari1

Finding determinant of 4X4 Matrix
Finding determinant of 4X4 MatrixFinding determinant of 4X4 Matrix
Finding determinant of 4X4 MatrixJalpaMaheshwari1
 
Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |
Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |
Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |JalpaMaheshwari1
 
Digital Clock Using Logic Gates
Digital Clock Using Logic GatesDigital Clock Using Logic Gates
Digital Clock Using Logic GatesJalpaMaheshwari1
 
Square of an Input Number - Digital Logic Design | Lecture 5
Square of an Input Number - Digital Logic Design | Lecture 5Square of an Input Number - Digital Logic Design | Lecture 5
Square of an Input Number - Digital Logic Design | Lecture 5JalpaMaheshwari1
 
Digital logic design lecture 2
Digital logic design lecture 2Digital logic design lecture 2
Digital logic design lecture 2JalpaMaheshwari1
 
Design using Loft and Pattern features.
Design using Loft and Pattern features.Design using Loft and Pattern features.
Design using Loft and Pattern features.JalpaMaheshwari1
 
Digital logic design lecture 2
Digital logic design lecture 2Digital logic design lecture 2
Digital logic design lecture 2JalpaMaheshwari1
 

More from JalpaMaheshwari1 (10)

Finding determinant of 4X4 Matrix
Finding determinant of 4X4 MatrixFinding determinant of 4X4 Matrix
Finding determinant of 4X4 Matrix
 
Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |
Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |
Introduction to Half and Full Adder Circuit - Part 01 | Digital Logic Design |
 
Digital Clock Using Logic Gates
Digital Clock Using Logic GatesDigital Clock Using Logic Gates
Digital Clock Using Logic Gates
 
Unseen Beauty in Pakistan
Unseen Beauty in PakistanUnseen Beauty in Pakistan
Unseen Beauty in Pakistan
 
Square of an Input Number - Digital Logic Design | Lecture 5
Square of an Input Number - Digital Logic Design | Lecture 5Square of an Input Number - Digital Logic Design | Lecture 5
Square of an Input Number - Digital Logic Design | Lecture 5
 
Digital logic design lecture 2
Digital logic design lecture 2Digital logic design lecture 2
Digital logic design lecture 2
 
Design using Loft and Pattern features.
Design using Loft and Pattern features.Design using Loft and Pattern features.
Design using Loft and Pattern features.
 
Propeller Tutorial
Propeller TutorialPropeller Tutorial
Propeller Tutorial
 
Solid Works Exercises
Solid Works Exercises  Solid Works Exercises
Solid Works Exercises
 
Digital logic design lecture 2
Digital logic design lecture 2Digital logic design lecture 2
Digital logic design lecture 2
 

Recently uploaded

(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 

Recently uploaded (20)

(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
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...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 

Digital Logic Design

  • 2. What is DLD? Digital logic design deals with the basic concepts and tools to design hardware consisting of logic gates. 2 Wednesday, August 22, 2018
  • 3. Introduction to all basic gates: Hardware circuit is made with the help of following logic gates namely;  AND  OR  NOT  NAND  NOR  XOR  XNOR Universal gate: A universal gate is a gate which can implement any Boolean function without need to use any other gate type. The NAND and NOR gates are universal gates. In practice, this is advantageous since NAND and NOR gates are economical and easier to fabricate and are the basic gates used in all IC digital logic families. Intro to Basic Gates 3 Wednesday, August 22, 2018
  • 4. AND Gate  An AND gate can have more than two inputs, but output will be single. It works as the multiplication.  An AND gate gives output high only if the input values are high, otherwise for any low input, output will be zero. Logic Diagram: Boolean Expression: Truth table: Intro to Basic Gates InputA (A) InputB (B) Output (C) 0 0 0 0 1 0 1 0 0 1 1 1 C=A.B 4 Wednesday, August 22, 2018
  • 5. 5 IC 7408: Alternatives: If AND gate is not available, one can be made using NAND and NOR gates as they are universal gates. Wednesday, August 22, 2018 Intro to Basic Gates
  • 6. OR Gate  An OR gate can have more than two inputs, but output will be single. It works as the addition.  An OR gate gives output zero if all inputs (in our case two inputs) are low. And gives output high if any or both of the input is high. Logic Diagram: Boolean Expression: Truth table: Intro to Basic Gates InputA (A) InputB (B) Output (C) 0 0 0 0 1 1 1 0 1 1 1 1 C=A+B 6 Wednesday, August 22, 2018
  • 7. 7 IC 7432: Alternatives: If OR gate is not available, one can be made using NAND and NOR gates as they are universal gates. Wednesday, August 22, 2018 Intro to Basic Gates
  • 8. NOT Gate  NOT gate is also known as Inverter.  If input is low, it gives high output and vice versa. In other words, it complements or inverts its input signal. Logic Diagram: Boolean Expression: Truth table: Intro to Basic Gates InputA (A) Output ( 𝐀) 0 1 1 0 A= 𝐀 8 Wednesday, August 22, 2018
  • 9. 9 IC 7404: Alternatives: If NOT gate is not available, one can be made using NAND and NOR gates as they are universal gates. Wednesday, August 22, 2018 Intro to Basic Gates
  • 10. NAND Gate  A NAND gate can have more than two inputs, but output will be single. It works as the multiplication.  A NAND gate gives output low only if the input values are high, otherwise for any high input, output will be high. It is the complement of AND gate. Logic Diagram: Boolean Expression: Truth table: Intro to Basic Gates InputA (A) InputB (B) Output (C) 0 0 1 0 1 1 1 0 1 1 1 0 C=𝐀. 𝐁 10 Wednesday, August 22, 2018
  • 11. 11 IC 7400: Alternatives: If NAND gate is not available, one can be made using NOR gates as it is universal gate. Wednesday, August 22, 2018 Intro to Basic Gates
  • 12. NOR Gate  A NOR gate can have more than two inputs, but output will be single. It works as the addition.  A NOR gate gives output high if all inputs (in our case two inputs) are low. And gives output low if any or both of the input is high. It is the complement of OR gate. Logic Diagram: Boolean Expression: Truth table: Intro to Basic Gates InputA (A) InputB (B) Output (C) 0 0 1 0 1 0 1 0 0 1 1 0 C=𝐀 + 𝐁 Wednesday, August 22, 2018 12
  • 13. 13 IC 7402: Alternatives: If NOR gate is not available, one can be made using NAND gates as it is universal gate. Wednesday, August 22, 2018 Intro to Basic Gates
  • 14. XOR Gate  A XOR gate can have more than two inputs, but output will be single.  A XOR gate gives output low if all inputs (in our case two inputs) are either low or high. And gives output high if any of the input is high. Logic Diagram: Boolean Expression: Truth table: Intro to Basic Gates InputA (A) InputB (B) Output (C) 0 0 0 0 1 1 1 0 1 1 1 0 C=𝐴 ⊕ 𝐵 Wednesday, August 22, 2018 14
  • 15. 15 IC 7486: Alternatives: If XOR gate is not available, one can be made using NAND and NOR gates as they are universal gates. Wednesday, August 22, 2018 Intro to Basic Gates
  • 16. XNOR Gate  A XNOR gate can have more than two inputs, but output will be single.  A XNOR gate gives output high if all inputs (in our case two inputs) are either low or high. And gives output low if any of the input is high. It is the complement of NOR gate. Logic Diagram: Boolean Expression: Truth table: Intro to Basic Gates InputA (A) InputB (B) Output (C) 0 0 1 0 1 0 1 0 0 1 1 1 C=𝐴 ⊕ 𝐵 16 Wednesday, August 22, 2018
  • 17. 17 IC 74266: Alternatives: If XNOR gate is not available, one can be made using NAND and NOR gates as they are universal gates. Wednesday, August 22, 2018 Intro to Basic Gates
  • 18. 18