SlideShare ist ein Scribd-Unternehmen logo
1 von 40
DIGITAL LOGIC & DESIGNDIGITAL LOGIC & DESIGN
 PRESENTED BY:PRESENTED BY:
 Md. Foyez AhammadMd. Foyez Ahammad
 Dept: EEEDept: EEE
 ID:13205100ID:13205100
 PRESENTED FOR:PRESENTED FOR:
 Dr. Shariful IslamDr. Shariful Islam
 Faculty,Dept of EEEFaculty,Dept of EEE
Combinational Logic 1
Combinational Logic 2
RememberRemember
 CombinationalCombinational
 The outputs depend only on the current inputThe outputs depend only on the current input
valuesvalues
 It uses only logic gatesIt uses only logic gates
 SequentialSequential
 The outputs depend on the current and past inputThe outputs depend on the current and past input
valuesvalues
 It uses logic gates and storage elementsIt uses logic gates and storage elements
Network
.
.
.
.
.
.
Inputs Outputs
Combinational Logic 3
NotesNotes
 If there areIf there are nn input variables, there areinput variables, there are
2^n input combinations2^n input combinations
 For each input combination, there isFor each input combination, there is
one output valueone output value
 Truth tables are used to list allTruth tables are used to list all
possible combinations of inputs andpossible combinations of inputs and
corresponding output valuescorresponding output values
Combinational Logic 4
Basic CombinationalBasic Combinational
CircuitsCircuits
 AddersAdders
 MultipliersMultipliers
 MultiplexersMultiplexers
 DecodersDecoders
 EncodersEncoders
 ComparatorsComparators
 SubtractorsSubtractors
Combinational Logic 5
DesignDesign
 Determine the inputs and outputsDetermine the inputs and outputs
 Assign a symbol for eachAssign a symbol for each
 Derive the truth tableDerive the truth table
 Get the simplified boolean expressionGet the simplified boolean expression
for each outputfor each output
 Draw the network diagramDraw the network diagram
Combinational Logic 6
ExampleExample
 Conversion from BCD to excess-5Conversion from BCD to excess-5
Combinational Logic 7
Example (Cont.)Example (Cont.)
CDBAW ++=
Combinational Logic 8
Example (Cont.)Example (Cont.)
'''' BCDCBDBAX +++=
Combinational Logic 9
Example (Cont.)Example (Cont.)
diagramnetworktheDraw
ZandFindY
Combinational Logic 10
AddersAdders
 Essential part of every CPUEssential part of every CPU
 Half adder (Ignore the carry-in bit)Half adder (Ignore the carry-in bit)
 It performs the addition of two bitsIt performs the addition of two bits
 Full adderFull adder
 It performs the addition of three bitsIt performs the addition of three bits
Combinational Logic 11
Half-AdderHalf-Adder
 You can use K-Map to simplifyYou can use K-Map to simplify
 It is also obvious from the truth tableIt is also obvious from the truth table
Combinational Logic 12
Full-AdderFull-Adder
Combinational Logic 13
Full-AdderFull-Adder
iiiiiiiii
iiii
BACBACBAC
CBAS
++=
⊕⊕=
+ ''1
HOW?????
Combinational Logic 14
4-bit Adder Implementation4-bit Adder Implementation
From course book
00 =C
Combinational Logic 15
QuestionQuestion
 How can you get 32-bit implementation?How can you get 32-bit implementation?
Combinational Logic 16
Binary SubtractorBinary Subtractor
 RememberRemember
 You need to take 2’s complement to representYou need to take 2’s complement to represent
negative numbersnegative numbers
 A-BA-B
 Take 2’s complement of B and add it to ATake 2’s complement of B and add it to A
 First take 1’s complement and add 1First take 1’s complement and add 1
Combinational Logic 17
4-Bit Adder and Subtractor4-Bit Adder and Subtractor
)(
)(1
)(0
OverflowV
SubtractorM
AdderM
=
=
From course book
Combinational Logic 18
Binary MultiplierBinary Multiplier
From course book
Combinational Logic 19
ComparatorsComparators
 Compare two input wordsCompare two input words
 Returns 1 ifReturns 1 if
A=B, 0A=B, 0
otherwiseotherwise
Combinational Logic 20
From course book
Combinational Logic 21
DecoderDecoder
 n by 2^n decodern by 2^n decoder
 Converts information from n input lines into 2^nConverts information from n input lines into 2^n
output linesoutput lines
 2x4 Decoder2x4 Decoder
 3x8 Decoder3x8 Decoder
Combinational Logic 22
2x4 Decoder2x4 Decoder
Combinational Logic 23
Internal Structure of 2x4Internal Structure of 2x4
DecoderDecoder
Combinational Logic 24
Another ViewAnother View
Combinational Logic 25
From
course
book
Combinational Logic 26
ExampleExample
Combinational Logic 27
4x16 Decoder4x16 Decoder
From course book
Combinational Logic 28
Full Adder with DecoderFull Adder with Decoder
iiiiiiiii
iiii
BACBACBAC
CBAS
++=
⊕⊕=
+ ''1
Combinational Logic 29
MultiplexersMultiplexers
 You can select information from one ofYou can select information from one of
many input lines and assign it to onemany input lines and assign it to one
output lineoutput line
 You have input lines, control lines, andYou have input lines, control lines, and
one output lineone output line
 It is called MUXIt is called MUX
Combinational Logic 30
2x1 Multiplexer2x1 Multiplexer
Combinational Logic 31
4x1 Multiplexer4x1 Multiplexer
Combinational Logic 32
Boolean FunctionBoolean Function
ImplementationImplementation
How do you implement it with 8x1 MUX?
Combinational Logic 33
ExampleExample
Combinational Logic 34
Three-State BufferThree-State Buffer
Combinational Logic 35
2x1 MUX with Three-State2x1 MUX with Three-State
BufferBuffer
Combinational Logic 36
ShiftersShifters
 8-input, 8-output shifter8-input, 8-output shifter
 C=1 => right shift, C=0 => left shiftC=1 => right shift, C=0 => left shift
Combinational Logic 37
Study ProblemStudy Problem
 Course Book Chapter – 4 ProblemsCourse Book Chapter – 4 Problems
 4 – 314 – 31
 Construct a 16x1 multiplexer with two 8x1 andConstruct a 16x1 multiplexer with two 8x1 and
one 2x1 multiplexer. Use block diagramsone 2x1 multiplexer. Use block diagrams
Combinational Logic 38
Study ProblemStudy Problem
 Course Book Chapter – 4 ProblemsCourse Book Chapter – 4 Problems
 4 – 344 – 34
implementsrmultiplexehat thefunction tBooleantheDetermine
'
;
;1
;0
inputsdataThe
ly.respectiveSand,S,Sinputsselectionthe
toconnectedCandB,A,inputshasrmultiplexe8x1An
6
40
53
721
012
DI
DII
II
III
=
==
==
===
Combinational Logic 39
Study ProblemsStudy Problems
 Course Book Chapter – 4 ProblemsCourse Book Chapter – 4 Problems
 4 – 14 – 1
 4 – 44 – 4
 4 – 64 – 6
 4 – 114 – 11
 4 – 204 – 20
 4 – 214 – 21
 4 – 254 – 25
 4 – 324 – 32
 4 – 334 – 33
 4 – 354 – 35
Combinational Logic 40
QuestionsQuestions

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

multiplexers and demultiplexers
 multiplexers and demultiplexers multiplexers and demultiplexers
multiplexers and demultiplexers
 
Digital logic design part1
Digital logic design part1Digital logic design part1
Digital logic design part1
 
latches
 latches latches
latches
 
Introduction to digital logic
Introduction to digital logicIntroduction to digital logic
Introduction to digital logic
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 
flip flops
flip flops flip flops
flip flops
 
IEEE floating point representation
 IEEE floating point representation IEEE floating point representation
IEEE floating point representation
 
K - Map
  K - Map    K - Map
K - Map
 
Combinational Circuits & Sequential Circuits
Combinational Circuits & Sequential CircuitsCombinational Circuits & Sequential Circuits
Combinational Circuits & Sequential Circuits
 
Flipflop
FlipflopFlipflop
Flipflop
 
Subtractor (1)
Subtractor (1)Subtractor (1)
Subtractor (1)
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 
Chapter 4: Combinational Logic
Chapter 4: Combinational LogicChapter 4: Combinational Logic
Chapter 4: Combinational Logic
 
Multiplexers & Demultiplexers
Multiplexers & DemultiplexersMultiplexers & Demultiplexers
Multiplexers & Demultiplexers
 
Decoders
DecodersDecoders
Decoders
 
Latches and flip flop
Latches and flip flopLatches and flip flop
Latches and flip flop
 
Booth’s algorithm.(a014& a015)
Booth’s algorithm.(a014& a015)Booth’s algorithm.(a014& a015)
Booth’s algorithm.(a014& a015)
 
Register in Digital Logic
Register in Digital LogicRegister in Digital Logic
Register in Digital Logic
 
Encoder
EncoderEncoder
Encoder
 
Presentation on Flip Flop
Presentation  on Flip FlopPresentation  on Flip Flop
Presentation on Flip Flop
 

Ähnlich wie Digital Logic & Design (DLD) presentation

Combinational and sequential logic
Combinational and sequential logicCombinational and sequential logic
Combinational and sequential logicDeepak John
 
Lec 05 - Combinational Logic
Lec 05 - Combinational LogicLec 05 - Combinational Logic
Lec 05 - Combinational LogicVajira Thambawita
 
Lcdf4 chap 03_p2
Lcdf4 chap 03_p2Lcdf4 chap 03_p2
Lcdf4 chap 03_p2ozgur_can
 
Saur lecture 16
Saur lecture 16Saur lecture 16
Saur lecture 16saur28_83
 
Paper id 37201520
Paper id 37201520Paper id 37201520
Paper id 37201520IJRAT
 
Unit 2a combinational circuits
Unit 2a combinational circuitsUnit 2a combinational circuits
Unit 2a combinational circuitsanshul sharma
 
Unit 3 combinational circuits
Unit 3  combinational circuitsUnit 3  combinational circuits
Unit 3 combinational circuitsAmrutaMehata
 
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
 
Chapter 5_combinational logic (EEEg4302).pdf
Chapter 5_combinational logic (EEEg4302).pdfChapter 5_combinational logic (EEEg4302).pdf
Chapter 5_combinational logic (EEEg4302).pdfTamiratDejene1
 
Iaetsd implementation of power efficient iterative logarithmic multiplier usi...
Iaetsd implementation of power efficient iterative logarithmic multiplier usi...Iaetsd implementation of power efficient iterative logarithmic multiplier usi...
Iaetsd implementation of power efficient iterative logarithmic multiplier usi...Iaetsd Iaetsd
 
Encoder, decoder, multiplexers and demultiplexers
Encoder, decoder, multiplexers and demultiplexersEncoder, decoder, multiplexers and demultiplexers
Encoder, decoder, multiplexers and demultiplexerspubgalarab
 
Forelasning4
Forelasning4Forelasning4
Forelasning4Memo Love
 
12 chapter06 math_instructions_fa14
12 chapter06 math_instructions_fa1412 chapter06 math_instructions_fa14
12 chapter06 math_instructions_fa14John Todora
 
UNIT - II.pptx
UNIT - II.pptxUNIT - II.pptx
UNIT - II.pptxamudhak10
 

Ähnlich wie Digital Logic & Design (DLD) presentation (20)

Chapter4_4Web.ppt
Chapter4_4Web.pptChapter4_4Web.ppt
Chapter4_4Web.ppt
 
Combinational and sequential logic
Combinational and sequential logicCombinational and sequential logic
Combinational and sequential logic
 
Lec 05 - Combinational Logic
Lec 05 - Combinational LogicLec 05 - Combinational Logic
Lec 05 - Combinational Logic
 
Digital Basics
Digital BasicsDigital Basics
Digital Basics
 
Lcdf4 chap 03_p2
Lcdf4 chap 03_p2Lcdf4 chap 03_p2
Lcdf4 chap 03_p2
 
Lect 1 unit 2.pdf
Lect 1 unit 2.pdfLect 1 unit 2.pdf
Lect 1 unit 2.pdf
 
Saur lecture 16
Saur lecture 16Saur lecture 16
Saur lecture 16
 
Chapter-04.pdf
Chapter-04.pdfChapter-04.pdf
Chapter-04.pdf
 
Paper id 37201520
Paper id 37201520Paper id 37201520
Paper id 37201520
 
Unit 2a combinational circuits
Unit 2a combinational circuitsUnit 2a combinational circuits
Unit 2a combinational circuits
 
Unit 3 combinational circuits
Unit 3  combinational circuitsUnit 3  combinational circuits
Unit 3 combinational circuits
 
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
 
Chapter 5_combinational logic (EEEg4302).pdf
Chapter 5_combinational logic (EEEg4302).pdfChapter 5_combinational logic (EEEg4302).pdf
Chapter 5_combinational logic (EEEg4302).pdf
 
Iaetsd implementation of power efficient iterative logarithmic multiplier usi...
Iaetsd implementation of power efficient iterative logarithmic multiplier usi...Iaetsd implementation of power efficient iterative logarithmic multiplier usi...
Iaetsd implementation of power efficient iterative logarithmic multiplier usi...
 
Encoder, decoder, multiplexers and demultiplexers
Encoder, decoder, multiplexers and demultiplexersEncoder, decoder, multiplexers and demultiplexers
Encoder, decoder, multiplexers and demultiplexers
 
Unit 4 dica
Unit 4 dicaUnit 4 dica
Unit 4 dica
 
Forelasning4
Forelasning4Forelasning4
Forelasning4
 
12 chapter06 math_instructions_fa14
12 chapter06 math_instructions_fa1412 chapter06 math_instructions_fa14
12 chapter06 math_instructions_fa14
 
UNIT - II.pptx
UNIT - II.pptxUNIT - II.pptx
UNIT - II.pptx
 
Combinational Ckt.pdf
Combinational Ckt.pdfCombinational Ckt.pdf
Combinational Ckt.pdf
 

Kürzlich hochgeladen

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
(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
 
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
 
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
 

Kürzlich hochgeladen (20)

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
(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...
 
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
 
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
 

Digital Logic & Design (DLD) presentation