SlideShare una empresa de Scribd logo
1 de 61
PE-4030
Weeks 11 & 12

Chapter 8:

Digital Logic
Professor Charlton S. Inao
Professor , Mechatronics System Design
Defence University
College of Engineering
Bishoftu, Ethiopia
Instructional Objectives
To explain and understand the following
concept:
1. Digital Logic
2. Number Systems
3. Logic Gates
4. Boolean Algebra
5. Karnaugh Maps
Digital Logic
• Digital circuitry is the basis of digital computers
and microprocessor controlled systems.
• Digital logic operates with digital signals where
there are only two possible signal levels.
• This circuitry evolved from the transistor circuits
being able to output at one of two voltage levels
depending on the levels at its inputs. The two
levels usually 5V and 0V are the high and low
signals and represented by 1 and 0.
Number System In Mechatronics
Decimal

Binary

0

0000

1

BCD

Octal

Hexadecimal

00000000

0

0

0001

0000 0001

1

1

2

0010

0000 0010

2

2

3

0011

0000 0011

3

3

4

0100

0000 0100

4

4

5

0101

0000 0101

5

5

6

0110

0000 0110

6

6

7

0111

0000 0111

7

7

8

1000

0000 1000

10

8

9

1001

0000 1001

11

9

10

1010

0001 0000

12

A

11

1011

0001 0001

13

B

12

1100

0001 0010

14

C

13

1101

0001 0011

15

D

14

1110

0001 0100

16

E

15

1111

0001 0101

17

F
LOGIC GATES
AND, OR , NOT
NAND , NOR, EXOR
Boolean Algebra
• An algebraic system that describes the logic circuit,
in which the variables are limited to two values,
usually 0 and 1.
• George Boole developed an algebra for values for
the systematic treatment of logic.
• Boolean algebra deals with variables that take on
two discrete values, 0 and 1 , and with operations
that assume logical meaning.
• Situations involving “yes-no, true –false,on-off” can
be represented by Boolean Logical operations.
OR

Boolean Algebra Laws

1) A + 1= 1
2) A + 0 = A
3) A.0 = 0
4) A.1 = A
5) A + A =A elec
6) A.A = A elec
7)A.A = 0 elec
8) A + A = 1 elec
9) A + B = B + A elec
OR

AND

OR

AND

AND

OR

10) AB + AC= A(B + C)elec
elec
11) A + BC =(A+B)(A+C)
12) A + B = A.B elec
13) A.B = A + B
14) AΦ B= A.B + A.B
elec
15) A + AB = A + B
NAND

(exor)

elec
Boolean Algebra Laws
1) Anything Ored to itself is equal to itself. A + A =A
2) Anything ANDed to itself is equal to itself. A . A =A
3) It does not matter in which order we consider
inputs for OR and AND gates.
A+B=B+A

A.B=B.A

4) We can use truth table to show we can treat
bracketed terms in the same way as the ordinary
algebra.
A. (B +C)=A.B + A.C
A +(B.C) =( A+B) . (A+C)
Boolean Algebra Laws
5) Anything ORed with its own inverse equals 1.
A +A =1
6) Anything ANDed with its own inverse equals =0
A.A=0
7) Anything Ored with a zero is equal to itself. Anything
Ored with a 1 is equal to 1.
A + 0 =A ; A + 1= 1
8) Anything ANDed with a 0 is equal to zeo; anything
ended with 1 is equal to itself.
A.0 = 0
A.1 = A
Six Axioms on Properties of Boolean Algebra
Commutative Axiom:
A.B=B.A
A+B=B+A
Distributive Axiom:
A.(B+C)=(A.B) +(A.C)
A+(B.C)=(A+B ).(A+C)
Idempotency Axiom:
A.A=A
A+A=A

Absorption Axiom
A.(A +B)=A
A +(A.B)=A
Complementation Axiom

A.A=0
A+A= 1
A=A
De Morgan’s theorem
A.B= A + B
A+B= A. B
De Morgan’s Law
Application of Logic Gates
Application No.1
Application No: 2
• A system uses 3 switches: A,B and C. A
combination of the three switches determines
whether an alarm ,X, will make a sound.
• If switch A or B are in the ON position, and if
switch C is in the OFF position then a signal to
sound an alarm X, is produced.
• Solution
• 1)Construct a Truth Table for 3 inputs ,
A,B,C(23=8)
A

B

C

1

0

0

0

2

0

0

1

3

0

1

0

4

0

1

1

5

1

0

0

6

1

0

1

Output
X
0
0
1
0
1
0
1
0
• 2) Get the value of P and Q, form the logic of
A,B,and C based on the logic circuit.
A

B

P

C

Q=c

1

0

0

0

0

1

2

0

0

0

1

0

0

1

3

0

1

1

1

0

4

0

1

1

0

1

5

1

0

1

1

0

0

1

6

1

1

0

0

1
P and Q= X
P

Q

X

0

1

0

0

0

0

1

1

1

1

0

0

1

1

1

1

0

0

1

1

1

1

0

0

(A+B).C=X
Karnaugh Maps
Three Variable Map
Four Variable Map
Four Variable Map
Application of Karnaugh Map
Karnaugh Map
K- Map Overlapping Group
The End

Más contenido relacionado

La actualidad más candente

Boolean algebra
Boolean algebraBoolean algebra
Boolean algebraGagan Deep
 
DSP_FOEHU - Lec 10 - FIR Filter Design
DSP_FOEHU - Lec 10 - FIR Filter DesignDSP_FOEHU - Lec 10 - FIR Filter Design
DSP_FOEHU - Lec 10 - FIR Filter DesignAmr E. Mohamed
 
Programmable logic devices
Programmable logic devicesProgrammable logic devices
Programmable logic devicesISMT College
 
Binary multipliers
Binary multipliersBinary multipliers
Binary multipliersSyed Saeed
 
Mealy state machine
Mealy state machineMealy state machine
Mealy state machineArif Siyal
 
Seven segment display
Seven segment display Seven segment display
Seven segment display SalmaAkter37
 
Digital clock presentation
Digital clock presentationDigital clock presentation
Digital clock presentationAditya Jha ✅
 
Multiplexer & Demultiplexer
Multiplexer & DemultiplexerMultiplexer & Demultiplexer
Multiplexer & DemultiplexerJatin Sharma
 
Eceg 3201-dld-lec 12-synchronous_counter_design
Eceg 3201-dld-lec 12-synchronous_counter_designEceg 3201-dld-lec 12-synchronous_counter_design
Eceg 3201-dld-lec 12-synchronous_counter_designNebiyu Musie
 
Automated watering System Peripheral Project
Automated watering System Peripheral ProjectAutomated watering System Peripheral Project
Automated watering System Peripheral ProjectSuman Mia
 
Mod 10 synchronous counter updated
Mod 10 synchronous counter updatedMod 10 synchronous counter updated
Mod 10 synchronous counter updatedDANISHAMIN950
 
Applied Digital Signal Processing 1st Edition Manolakis Solutions Manual
Applied Digital Signal Processing 1st Edition Manolakis Solutions ManualApplied Digital Signal Processing 1st Edition Manolakis Solutions Manual
Applied Digital Signal Processing 1st Edition Manolakis Solutions Manualtowojixi
 

La actualidad más candente (20)

Exp passive filter (9)
Exp passive filter (9)Exp passive filter (9)
Exp passive filter (9)
 
Dif fft
Dif fftDif fft
Dif fft
 
Logic gates
Logic gatesLogic gates
Logic gates
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
DSP_FOEHU - Lec 10 - FIR Filter Design
DSP_FOEHU - Lec 10 - FIR Filter DesignDSP_FOEHU - Lec 10 - FIR Filter Design
DSP_FOEHU - Lec 10 - FIR Filter Design
 
Programmable logic devices
Programmable logic devicesProgrammable logic devices
Programmable logic devices
 
Digital logic design part1
Digital logic design part1Digital logic design part1
Digital logic design part1
 
Binary multipliers
Binary multipliersBinary multipliers
Binary multipliers
 
Mealy state machine
Mealy state machineMealy state machine
Mealy state machine
 
Seven segment display
Seven segment display Seven segment display
Seven segment display
 
ECAD lab manual
ECAD lab manualECAD lab manual
ECAD lab manual
 
Digital clock presentation
Digital clock presentationDigital clock presentation
Digital clock presentation
 
Mips opcodes
Mips opcodesMips opcodes
Mips opcodes
 
Basic logic gates
Basic logic gatesBasic logic gates
Basic logic gates
 
Multiplexer & Demultiplexer
Multiplexer & DemultiplexerMultiplexer & Demultiplexer
Multiplexer & Demultiplexer
 
Eceg 3201-dld-lec 12-synchronous_counter_design
Eceg 3201-dld-lec 12-synchronous_counter_designEceg 3201-dld-lec 12-synchronous_counter_design
Eceg 3201-dld-lec 12-synchronous_counter_design
 
Automated watering System Peripheral Project
Automated watering System Peripheral ProjectAutomated watering System Peripheral Project
Automated watering System Peripheral Project
 
Mod 10 synchronous counter updated
Mod 10 synchronous counter updatedMod 10 synchronous counter updated
Mod 10 synchronous counter updated
 
Applied Digital Signal Processing 1st Edition Manolakis Solutions Manual
Applied Digital Signal Processing 1st Edition Manolakis Solutions ManualApplied Digital Signal Processing 1st Edition Manolakis Solutions Manual
Applied Digital Signal Processing 1st Edition Manolakis Solutions Manual
 
3D audio
3D audio3D audio
3D audio
 

Destacado

CBSE, Grade12, Computer Science, Random Numbers - Notes
CBSE, Grade12, Computer Science, Random Numbers - NotesCBSE, Grade12, Computer Science, Random Numbers - Notes
CBSE, Grade12, Computer Science, Random Numbers - NotesMalathi Senthil
 
C++ Notes by Hisham Ahmed Rizvi for Class 12th Board Exams
C++ Notes by Hisham Ahmed Rizvi for Class 12th Board ExamsC++ Notes by Hisham Ahmed Rizvi for Class 12th Board Exams
C++ Notes by Hisham Ahmed Rizvi for Class 12th Board Examshishamrizvi
 
12th CBSE Practical File
12th CBSE Practical File12th CBSE Practical File
12th CBSE Practical FileAshwin Francis
 
CBSE XII Database Concepts And MySQL Presentation
CBSE XII Database Concepts And MySQL PresentationCBSE XII Database Concepts And MySQL Presentation
CBSE XII Database Concepts And MySQL PresentationGuru Ji
 
CBSE XII Communication And Network Concepts
CBSE XII Communication And Network ConceptsCBSE XII Communication And Network Concepts
CBSE XII Communication And Network ConceptsGuru Ji
 
Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12Self-employed
 
CBSE XII Boolean Algebra
CBSE XII Boolean AlgebraCBSE XII Boolean Algebra
CBSE XII Boolean AlgebraGuru Ji
 

Destacado (7)

CBSE, Grade12, Computer Science, Random Numbers - Notes
CBSE, Grade12, Computer Science, Random Numbers - NotesCBSE, Grade12, Computer Science, Random Numbers - Notes
CBSE, Grade12, Computer Science, Random Numbers - Notes
 
C++ Notes by Hisham Ahmed Rizvi for Class 12th Board Exams
C++ Notes by Hisham Ahmed Rizvi for Class 12th Board ExamsC++ Notes by Hisham Ahmed Rizvi for Class 12th Board Exams
C++ Notes by Hisham Ahmed Rizvi for Class 12th Board Exams
 
12th CBSE Practical File
12th CBSE Practical File12th CBSE Practical File
12th CBSE Practical File
 
CBSE XII Database Concepts And MySQL Presentation
CBSE XII Database Concepts And MySQL PresentationCBSE XII Database Concepts And MySQL Presentation
CBSE XII Database Concepts And MySQL Presentation
 
CBSE XII Communication And Network Concepts
CBSE XII Communication And Network ConceptsCBSE XII Communication And Network Concepts
CBSE XII Communication And Network Concepts
 
Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12
 
CBSE XII Boolean Algebra
CBSE XII Boolean AlgebraCBSE XII Boolean Algebra
CBSE XII Boolean Algebra
 

Similar a Pe 4030 digital logic chapter 7 (weeks 11 12)

Chapter 2 Boolean Algebra.pptx
Chapter 2 Boolean Algebra.pptxChapter 2 Boolean Algebra.pptx
Chapter 2 Boolean Algebra.pptxHazardRhenz1
 
Lec4-Algghhhhgghgjhf5dvbgyuygit87678.pdf
Lec4-Algghhhhgghgjhf5dvbgyuygit87678.pdfLec4-Algghhhhgghgjhf5dvbgyuygit87678.pdf
Lec4-Algghhhhgghgjhf5dvbgyuygit87678.pdfabdnazar2003
 
BOOLEAN ALGEBRA & LOGIC GATES.ppt
BOOLEAN ALGEBRA & LOGIC GATES.pptBOOLEAN ALGEBRA & LOGIC GATES.ppt
BOOLEAN ALGEBRA & LOGIC GATES.pptdhanamalathieee
 
chapter 3 Boolean algebra (2).pptx
chapter 3 Boolean algebra (2).pptxchapter 3 Boolean algebra (2).pptx
chapter 3 Boolean algebra (2).pptxRithinA1
 
4 logic circuit optimisation
4 logic circuit optimisation4 logic circuit optimisation
4 logic circuit optimisationchandkec
 
Simplification of Circuits.pdf
Simplification of Circuits.pdfSimplification of Circuits.pdf
Simplification of Circuits.pdfMaryJacob24
 
Boolean Logic.pptx
Boolean Logic.pptxBoolean Logic.pptx
Boolean Logic.pptxakshat205573
 
Digital-Logic40124sequential circuits logic gatepptx
Digital-Logic40124sequential circuits logic gatepptxDigital-Logic40124sequential circuits logic gatepptx
Digital-Logic40124sequential circuits logic gatepptxssuser6feece1
 
B sc cs i bo-de u-ii logic gates
B sc cs i bo-de u-ii logic gatesB sc cs i bo-de u-ii logic gates
B sc cs i bo-de u-ii logic gatesRai University
 
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
1Boolean Alegebra 3booleanalgebraold-160325120651.pdfsiliconvalley6203
 
Digital systems logicgates-booleanalgebra
Digital systems logicgates-booleanalgebraDigital systems logicgates-booleanalgebra
Digital systems logicgates-booleanalgebraelfeds916
 

Similar a Pe 4030 digital logic chapter 7 (weeks 11 12) (20)

Chapter 5 boolean algebra
Chapter 5 boolean algebraChapter 5 boolean algebra
Chapter 5 boolean algebra
 
9. logic gates._rr
9. logic gates._rr9. logic gates._rr
9. logic gates._rr
 
Chapter 2 Boolean Algebra.pptx
Chapter 2 Boolean Algebra.pptxChapter 2 Boolean Algebra.pptx
Chapter 2 Boolean Algebra.pptx
 
Lec4-Algghhhhgghgjhf5dvbgyuygit87678.pdf
Lec4-Algghhhhgghgjhf5dvbgyuygit87678.pdfLec4-Algghhhhgghgjhf5dvbgyuygit87678.pdf
Lec4-Algghhhhgghgjhf5dvbgyuygit87678.pdf
 
BOOLEAN ALGEBRA & LOGIC GATES.ppt
BOOLEAN ALGEBRA & LOGIC GATES.pptBOOLEAN ALGEBRA & LOGIC GATES.ppt
BOOLEAN ALGEBRA & LOGIC GATES.ppt
 
class xi pptx-1.pptx
class xi pptx-1.pptxclass xi pptx-1.pptx
class xi pptx-1.pptx
 
chapter 3 Boolean algebra (2).pptx
chapter 3 Boolean algebra (2).pptxchapter 3 Boolean algebra (2).pptx
chapter 3 Boolean algebra (2).pptx
 
Logic Gates
Logic GatesLogic Gates
Logic Gates
 
2dig circ
2dig circ2dig circ
2dig circ
 
4 logic circuit optimisation
4 logic circuit optimisation4 logic circuit optimisation
4 logic circuit optimisation
 
Simplification of Circuits.pdf
Simplification of Circuits.pdfSimplification of Circuits.pdf
Simplification of Circuits.pdf
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
Boolean Logic.pptx
Boolean Logic.pptxBoolean Logic.pptx
Boolean Logic.pptx
 
DE notes
DE notesDE notes
DE notes
 
Digital-Logic40124sequential circuits logic gatepptx
Digital-Logic40124sequential circuits logic gatepptxDigital-Logic40124sequential circuits logic gatepptx
Digital-Logic40124sequential circuits logic gatepptx
 
B sc cs i bo-de u-ii logic gates
B sc cs i bo-de u-ii logic gatesB sc cs i bo-de u-ii logic gates
B sc cs i bo-de u-ii logic gates
 
Chapter 4 logic design
Chapter 4   logic designChapter 4   logic design
Chapter 4 logic design
 
14 Lec11 2003
14 Lec11 200314 Lec11 2003
14 Lec11 2003
 
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
1Boolean Alegebra 3booleanalgebraold-160325120651.pdf
 
Digital systems logicgates-booleanalgebra
Digital systems logicgates-booleanalgebraDigital systems logicgates-booleanalgebra
Digital systems logicgates-booleanalgebra
 

Más de Charlton Inao

Fundametals of HVAC Refrigeration and Airconditioning
Fundametals of  HVAC Refrigeration and AirconditioningFundametals of  HVAC Refrigeration and Airconditioning
Fundametals of HVAC Refrigeration and AirconditioningCharlton Inao
 
Technopreneurship 1.4 team formation
Technopreneurship 1.4 team formationTechnopreneurship 1.4 team formation
Technopreneurship 1.4 team formationCharlton Inao
 
Coolers and chillers for HVAC
Coolers  and chillers for HVACCoolers  and chillers for HVAC
Coolers and chillers for HVACCharlton Inao
 
Basic dryer for HVAC
Basic dryer for HVACBasic dryer for HVAC
Basic dryer for HVACCharlton Inao
 
Comfort cooling july 23
Comfort cooling  july 23Comfort cooling  july 23
Comfort cooling july 23Charlton Inao
 
Cooling towers july 23
Cooling towers  july 23Cooling towers  july 23
Cooling towers july 23Charlton Inao
 
Chap5 space heat load calculations
Chap5 space heat load  calculationsChap5 space heat load  calculations
Chap5 space heat load calculationsCharlton Inao
 
Chap4 solar radiation in HVAC
Chap4 solar radiation in HVACChap4 solar radiation in HVAC
Chap4 solar radiation in HVACCharlton Inao
 
Textbook chapter 2 air conditioning systems
Textbook chapter 2  air conditioning systemsTextbook chapter 2  air conditioning systems
Textbook chapter 2 air conditioning systemsCharlton Inao
 
fUNDAMENTALS OF hvac
fUNDAMENTALS OF hvacfUNDAMENTALS OF hvac
fUNDAMENTALS OF hvacCharlton Inao
 
Nme 515 air conditioning and ventilation systems for submission
Nme 515  air conditioning  and ventilation systems  for submissionNme 515  air conditioning  and ventilation systems  for submission
Nme 515 air conditioning and ventilation systems for submissionCharlton Inao
 
Ched cmo 2018 2019 bsme curriculum and syllabus
Ched  cmo  2018 2019 bsme curriculum and syllabusChed  cmo  2018 2019 bsme curriculum and syllabus
Ched cmo 2018 2019 bsme curriculum and syllabusCharlton Inao
 
Nme 516 industrial processes for canvas
Nme 516 industrial processes for canvasNme 516 industrial processes for canvas
Nme 516 industrial processes for canvasCharlton Inao
 
Nme 3107 technopreneurship for canvas june 17
Nme 3107 technopreneurship for canvas june 17Nme 3107 technopreneurship for canvas june 17
Nme 3107 technopreneurship for canvas june 17Charlton Inao
 
Robotics ch 4 robot dynamics
Robotics ch 4 robot dynamicsRobotics ch 4 robot dynamics
Robotics ch 4 robot dynamicsCharlton Inao
 
Week 5 1 pe 3032 modeling of electromechanical and thermal nonlinearities
Week 5    1  pe 3032  modeling of electromechanical and thermal  nonlinearitiesWeek 5    1  pe 3032  modeling of electromechanical and thermal  nonlinearities
Week 5 1 pe 3032 modeling of electromechanical and thermal nonlinearitiesCharlton Inao
 
MECHATRONICS LAB Final report feb 7
MECHATRONICS LAB Final  report  feb 7MECHATRONICS LAB Final  report  feb 7
MECHATRONICS LAB Final report feb 7Charlton Inao
 
Pe 4030 ch 2 sensors and transducers part 2 flow level temp light oct 7, 2016
Pe 4030 ch 2 sensors and transducers  part 2 flow level temp light  oct 7, 2016Pe 4030 ch 2 sensors and transducers  part 2 flow level temp light  oct 7, 2016
Pe 4030 ch 2 sensors and transducers part 2 flow level temp light oct 7, 2016Charlton Inao
 
Ansys flat top cylinder with fillet 35 mpa 12 25 version 2
Ansys flat top cylinder with fillet 35 mpa 12 25    version 2Ansys flat top cylinder with fillet 35 mpa 12 25    version 2
Ansys flat top cylinder with fillet 35 mpa 12 25 version 2Charlton Inao
 

Más de Charlton Inao (20)

Fundametals of HVAC Refrigeration and Airconditioning
Fundametals of  HVAC Refrigeration and AirconditioningFundametals of  HVAC Refrigeration and Airconditioning
Fundametals of HVAC Refrigeration and Airconditioning
 
Technopreneurship 1.4 team formation
Technopreneurship 1.4 team formationTechnopreneurship 1.4 team formation
Technopreneurship 1.4 team formation
 
Coolers and chillers for HVAC
Coolers  and chillers for HVACCoolers  and chillers for HVAC
Coolers and chillers for HVAC
 
Basic dryer for HVAC
Basic dryer for HVACBasic dryer for HVAC
Basic dryer for HVAC
 
Comfort cooling july 23
Comfort cooling  july 23Comfort cooling  july 23
Comfort cooling july 23
 
Cooling towers july 23
Cooling towers  july 23Cooling towers  july 23
Cooling towers july 23
 
Chap5 space heat load calculations
Chap5 space heat load  calculationsChap5 space heat load  calculations
Chap5 space heat load calculations
 
Chap4 solar radiation in HVAC
Chap4 solar radiation in HVACChap4 solar radiation in HVAC
Chap4 solar radiation in HVAC
 
Textbook chapter 2 air conditioning systems
Textbook chapter 2  air conditioning systemsTextbook chapter 2  air conditioning systems
Textbook chapter 2 air conditioning systems
 
fUNDAMENTALS OF hvac
fUNDAMENTALS OF hvacfUNDAMENTALS OF hvac
fUNDAMENTALS OF hvac
 
technopreneurship
technopreneurship technopreneurship
technopreneurship
 
Nme 515 air conditioning and ventilation systems for submission
Nme 515  air conditioning  and ventilation systems  for submissionNme 515  air conditioning  and ventilation systems  for submission
Nme 515 air conditioning and ventilation systems for submission
 
Ched cmo 2018 2019 bsme curriculum and syllabus
Ched  cmo  2018 2019 bsme curriculum and syllabusChed  cmo  2018 2019 bsme curriculum and syllabus
Ched cmo 2018 2019 bsme curriculum and syllabus
 
Nme 516 industrial processes for canvas
Nme 516 industrial processes for canvasNme 516 industrial processes for canvas
Nme 516 industrial processes for canvas
 
Nme 3107 technopreneurship for canvas june 17
Nme 3107 technopreneurship for canvas june 17Nme 3107 technopreneurship for canvas june 17
Nme 3107 technopreneurship for canvas june 17
 
Robotics ch 4 robot dynamics
Robotics ch 4 robot dynamicsRobotics ch 4 robot dynamics
Robotics ch 4 robot dynamics
 
Week 5 1 pe 3032 modeling of electromechanical and thermal nonlinearities
Week 5    1  pe 3032  modeling of electromechanical and thermal  nonlinearitiesWeek 5    1  pe 3032  modeling of electromechanical and thermal  nonlinearities
Week 5 1 pe 3032 modeling of electromechanical and thermal nonlinearities
 
MECHATRONICS LAB Final report feb 7
MECHATRONICS LAB Final  report  feb 7MECHATRONICS LAB Final  report  feb 7
MECHATRONICS LAB Final report feb 7
 
Pe 4030 ch 2 sensors and transducers part 2 flow level temp light oct 7, 2016
Pe 4030 ch 2 sensors and transducers  part 2 flow level temp light  oct 7, 2016Pe 4030 ch 2 sensors and transducers  part 2 flow level temp light  oct 7, 2016
Pe 4030 ch 2 sensors and transducers part 2 flow level temp light oct 7, 2016
 
Ansys flat top cylinder with fillet 35 mpa 12 25 version 2
Ansys flat top cylinder with fillet 35 mpa 12 25    version 2Ansys flat top cylinder with fillet 35 mpa 12 25    version 2
Ansys flat top cylinder with fillet 35 mpa 12 25 version 2
 

Último

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 

Último (20)

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 

Pe 4030 digital logic chapter 7 (weeks 11 12)

  • 1. PE-4030 Weeks 11 & 12 Chapter 8: Digital Logic Professor Charlton S. Inao Professor , Mechatronics System Design Defence University College of Engineering Bishoftu, Ethiopia
  • 2. Instructional Objectives To explain and understand the following concept: 1. Digital Logic 2. Number Systems 3. Logic Gates 4. Boolean Algebra 5. Karnaugh Maps
  • 3. Digital Logic • Digital circuitry is the basis of digital computers and microprocessor controlled systems. • Digital logic operates with digital signals where there are only two possible signal levels. • This circuitry evolved from the transistor circuits being able to output at one of two voltage levels depending on the levels at its inputs. The two levels usually 5V and 0V are the high and low signals and represented by 1 and 0.
  • 4. Number System In Mechatronics Decimal Binary 0 0000 1 BCD Octal Hexadecimal 00000000 0 0 0001 0000 0001 1 1 2 0010 0000 0010 2 2 3 0011 0000 0011 3 3 4 0100 0000 0100 4 4 5 0101 0000 0101 5 5 6 0110 0000 0110 6 6 7 0111 0000 0111 7 7 8 1000 0000 1000 10 8 9 1001 0000 1001 11 9 10 1010 0001 0000 12 A 11 1011 0001 0001 13 B 12 1100 0001 0010 14 C 13 1101 0001 0011 15 D 14 1110 0001 0100 16 E 15 1111 0001 0101 17 F
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 24. AND, OR , NOT
  • 25. NAND , NOR, EXOR
  • 26. Boolean Algebra • An algebraic system that describes the logic circuit, in which the variables are limited to two values, usually 0 and 1. • George Boole developed an algebra for values for the systematic treatment of logic. • Boolean algebra deals with variables that take on two discrete values, 0 and 1 , and with operations that assume logical meaning. • Situations involving “yes-no, true –false,on-off” can be represented by Boolean Logical operations.
  • 27. OR Boolean Algebra Laws 1) A + 1= 1 2) A + 0 = A 3) A.0 = 0 4) A.1 = A 5) A + A =A elec 6) A.A = A elec 7)A.A = 0 elec 8) A + A = 1 elec 9) A + B = B + A elec OR AND OR AND AND OR 10) AB + AC= A(B + C)elec elec 11) A + BC =(A+B)(A+C) 12) A + B = A.B elec 13) A.B = A + B 14) AΦ B= A.B + A.B elec 15) A + AB = A + B NAND (exor) elec
  • 28. Boolean Algebra Laws 1) Anything Ored to itself is equal to itself. A + A =A 2) Anything ANDed to itself is equal to itself. A . A =A 3) It does not matter in which order we consider inputs for OR and AND gates. A+B=B+A A.B=B.A 4) We can use truth table to show we can treat bracketed terms in the same way as the ordinary algebra. A. (B +C)=A.B + A.C A +(B.C) =( A+B) . (A+C)
  • 29. Boolean Algebra Laws 5) Anything ORed with its own inverse equals 1. A +A =1 6) Anything ANDed with its own inverse equals =0 A.A=0 7) Anything Ored with a zero is equal to itself. Anything Ored with a 1 is equal to 1. A + 0 =A ; A + 1= 1 8) Anything ANDed with a 0 is equal to zeo; anything ended with 1 is equal to itself. A.0 = 0 A.1 = A
  • 30. Six Axioms on Properties of Boolean Algebra Commutative Axiom: A.B=B.A A+B=B+A Distributive Axiom: A.(B+C)=(A.B) +(A.C) A+(B.C)=(A+B ).(A+C) Idempotency Axiom: A.A=A A+A=A Absorption Axiom A.(A +B)=A A +(A.B)=A Complementation Axiom A.A=0 A+A= 1 A=A De Morgan’s theorem A.B= A + B A+B= A. B
  • 32.
  • 33.
  • 34.
  • 35. Application of Logic Gates Application No.1
  • 36.
  • 37.
  • 38. Application No: 2 • A system uses 3 switches: A,B and C. A combination of the three switches determines whether an alarm ,X, will make a sound. • If switch A or B are in the ON position, and if switch C is in the OFF position then a signal to sound an alarm X, is produced.
  • 39. • Solution • 1)Construct a Truth Table for 3 inputs , A,B,C(23=8) A B C 1 0 0 0 2 0 0 1 3 0 1 0 4 0 1 1 5 1 0 0 6 1 0 1 Output X 0 0 1 0 1 0 1 0
  • 40. • 2) Get the value of P and Q, form the logic of A,B,and C based on the logic circuit. A B P C Q=c 1 0 0 0 0 1 2 0 0 0 1 0 0 1 3 0 1 1 1 0 4 0 1 1 0 1 5 1 0 1 1 0 0 1 6 1 1 0 0 1
  • 41. P and Q= X P Q X 0 1 0 0 0 0 1 1 1 1 0 0 1 1 1 1 0 0 1 1 1 1 0 0 (A+B).C=X
  • 43.
  • 44.
  • 45.
  • 46.
  • 50.
  • 51.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.