SlideShare a Scribd company logo
1 of 24
2.2
Perform operations
with Boolean Algebra
LOGIC GATES, TRUTH TABLE, AND ITโ€™S
OPERATIONS
What is Logic Gates?




๏ต Logicgates in binary system is
 use to represent process and
 operation for binary
 information in matematic.
AND Function
                     Output Y is TRUE if inputs A AND B are
  Text Description
                       TRUE, else it is FALSE.

                     A
    Logic Symbol             AND       Y
                     B

                             INPUTS        OUTPUT
                         A         B         Y
                         0         0         0
      Truth Table        0         1         0
                         1         0         0
                         1         1         1
                         AND Gate Truth Table


                                             AND Symbol

Boolean Expression   Y = A x B = A โ€ข B = AB
OR Function
                     Output Y is TRUE if input A OR B is
  Text Description
                       TRUE, else it is FALSE.

                     A
    Logic Symbol              OR        Y
                     B

                             INPUTS         OUTPUT
                         A          B          Y
                         0          0          0
      Truth Table        0          1          1
                         1          0          1
                         1          1          1
                             OR Gate Truth Table



                                               OR Symbol

Boolean Expression   Y=A+B
NOT Function (inverter)
   Text Description   Output Y is TRUE if input A is FALSE,
                        else it is FALSE. Y is the inverse of
                        A.
     Logic Symbol     A        NOT         Y


                          INPUT      OUTPUT
                           A           Y
                           0           1
       Truth Table         1           0
                      NOT Gate Truth Table


                                           NOT     Alternative Notation
                                             Bar
Boolean Expression    Y=A                              Y = Aโ€™
                                                       Y = !A
NAND Function
                         Output Y is FALSE if inputs A AND B
  Text Description
                           are TRUE, else it is TRUE.
                                            A bubble is an inverter
                     A                      This is an AND Gate with an inverted output
    Logic Symbol           NAND         Y
                     B

                               INPUTS       OUTPUT
                           A        B         Y
                           0        0         1
      Truth Table          0        1         1
                           1        0         1
                           1        1         0
                            NAND Gate Truth Table




Boolean Expression       Y = A x B = AB
NOR Function
                         Output Y is FALSE if input A OR B is
  Text Description
                           TRUE, else it is TRUE.
                                            A bubble is an inverter.
                     A                      This is an OR Gate with its output inverted.
    Logic Symbol          NOR           Y
                     B

                               INPUTS        OUTPUT
                           A        B           Y
                           0        0           1
      Truth Table          0        1           0
                           1        0           0
                           1        1           0
                            NOR Gate Truth Table




Boolean Expression       Y=A+B
Symbol:

            A
                                         C
            B



Ex-OR
Output C is FALSE if inputs A and B are same value,
else output is TRUE.
Get Exclusive (EX-OR)
                         INPUTS      OUTPUT
   Truth Table       A        B         C
                     0        0         0
                     0        1         1
                     1        0         1
                     1        1         0
                     EX-OR Gate Truth Table


Boolean Expression
Symbol:
             A
                                             C
             B




Ex-NOR
Output C is TRUE if inputs A and B are same value, else
output is FALSE.
Get Exclusive (EX-NOR)
                         INPUTS      OUTPUT

   Truth Table
                     A        B          C
                     0        0          1
                     0        1          0
                     1        0          0
                     1        1          1
                     EX-NOR Gate Truth Table



Boolean Expression
Circuit-to-Truth Table Example
A
              AND
B
                     OR       Y
      NOT
              AND
C                                  A   B C   Y
                                   0   0 0
                                   0   0 1
                                   0   1 0
                                   0   1 1
                                   1   0 0
2# of Inputs = # of Combinations   1   0 1
                                   1   1 0
            23 = 8                 1   1 1
Circuit-to-Truth Table Example
  0                      0
A
  0                AND
B
                                  0
                             OR       Y
               1
         NOT             0
    0              AND
C
                                          A   B C   Y
                                          0   0 0   0
                                          0   0 1
                                          0   1 0
                                          0   1 1
                                          1   0 0
                                          1   0 1
                                          1   1 0
                                          1   1 1
Circuit-to-Truth Table Example
  0                      0
A
  0                AND
B
                                  1
                             OR       Y
               1
         NOT             1
    1              AND
C
                                          A   B C   Y
                                          0   0 0    0
                                          0   0 1   1
                                          0   1 0
                                          0   1 1
                                          1   0 0
                                          1   0 1
                                          1   1 0
                                          1   1 1
Circuit-to-Truth Table Example
  0                      0
A
  1                AND
B
                                  0
                             OR       Y
               1
         NOT             0
    0              AND
C
                                          A   B C   Y
                                          0   0 0    0
                                          0   0 1    1
                                          0   1 0   0
                                          0   1 1
                                          1   0 0
                                          1   0 1
                                          1   1 0
                                          1   1 1
Circuit-to-Truth Table Example
  0                      0
A
  1                AND
B
                                  1
                             OR       Y
               1
         NOT             1
    1              AND
C
                                      A   B C   Y
                                      0   0 0   0
                                      0   0 1   1
                                      0   1 0   0
                                      0   1 1    1
                                      1   0 0
                                      1   0 1
                                      1   1 0
                                      1   1 1
Circuit-to-Truth Table Example
  1                      0
A
  0                AND
B
                                  0
                             OR       Y
               0
         NOT             0
    0              AND
C
                                          A   B C   Y
                                          0   0 0   0
                                          0   0 1   1
                                          0   1 0   0
                                          0   1 1   1
                                          1   0 0   0
                                          1   0 1
                                          1   1 0
                                          1   1 1
Circuit-to-Truth Table Example
  1                      0
A
  0                AND
B
                                  0
                             OR       Y
               0
         NOT             0
    1              AND
C
                                          A   B C   Y
                                          0   0 0   0
                                          0   0 1   1
                                          0   1 0   0
                                          0   1 1   1
                                          1   0 0   0
                                          1   0 1   0
                                          1   1 0
                                          1   1 1
Circuit-to-Truth Table Example
  1                      1
A
  1                AND
B
                                  1
                             OR       Y
               0
         NOT             0
    0              AND
C
                                      A   B C   Y
                                      0   0 0   0
                                      0   0 1   1
                                      0   1 0   0
                                      0   1 1   1
                                      1   0 0   0
                                      1   0 1   0
                                      1   1 0    1
                                      1   1 1
Circuit-to-Truth Table Example
  1                      1
A
  1                AND
B
                                  1
                             OR       Y
               0
         NOT             0
    1              AND
C
                                          A   B C   Y
                                          0   0 0   0
                                          0   0 1   1
                                          0   1 0   0
                                          0   1 1   1
                                          1   0 0   0
                                          1   0 1   0
                                          1   1 0   1
                                          1   1 1   1
Circuit-to-Boolean Equation
                 AB
A
           AND
B

                 OR   Y =AB + AC
             A




                          }

                                }
     NOT
           AND
C
                 AC   A   B C   Y
                      0   0 0    0
                      0   0 1    1
                      0   1 0    0
                      0   1 1    1
                      1   0 0    0
                      1   0 1    0
                      1   1 0   1
                      1   1 1   1
A - O - I Logic
      A
                  AND
      B

                              OR          Y

            NOT
                  AND
      C




AND Gates
                        Other Logic Arrangements:
OR Gates                NAND - NAND Logic
INVERTER Gates          NOR - NOR Logic
NAND Gate โ€“ Special Application

          S            NAND      T



                   S     T
                  0      1       A
                  1
                  1      0               NAND      Y
                                 B

                                     INPUTS     OUTPUT
                                 A        B       Y
                                 0        0       1
Equivalent To An Inverter Gate   0        1       1
                                 1        0       1
                                 1        1       0
NOR Gate - Special Application
           S          NOR        T



                  S   T
                  0   1          A
                  1
                  1   0                  NOR      Y
                                 B

                                     INPUTS    OUTPUT
                                 A        B      Y
                                 0        0      1
                                 0        1      0
                                 1        0      0
Equivalent To An Inverter Gate   1        1      0

More Related Content

What's hot

Report on-the-logic-gates
Report on-the-logic-gatesReport on-the-logic-gates
Report on-the-logic-gates
bhardubhai
ย 
Ch1 2
Ch1 2Ch1 2
Ch1 2
Teksify
ย 
Diode logic crkts
Diode logic crktsDiode logic crkts
Diode logic crkts
Hitesh Wagle
ย 
Lecture 2.4 logic_gate_&_simple_logic_circuit
Lecture 2.4 logic_gate_&_simple_logic_circuitLecture 2.4 logic_gate_&_simple_logic_circuit
Lecture 2.4 logic_gate_&_simple_logic_circuit
KMJ Science Computer
ย 
9. logic gates._rr
9. logic gates._rr9. logic gates._rr
9. logic gates._rr
Arriz San Juan
ย 

What's hot (20)

Logic Gates Class 12
Logic Gates Class 12Logic Gates Class 12
Logic Gates Class 12
ย 
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
ย 
Logic gates 07 11-2014
Logic gates 07 11-2014Logic gates 07 11-2014
Logic gates 07 11-2014
ย 
Project on logic And Gate
Project on logic And GateProject on logic And Gate
Project on logic And Gate
ย 
Digital Electronics Logic gates
Digital Electronics Logic gatesDigital Electronics Logic gates
Digital Electronics Logic gates
ย 
physics investigatory on logic gates
physics investigatory on logic gatesphysics investigatory on logic gates
physics investigatory on logic gates
ย 
Report on-the-logic-gates
Report on-the-logic-gatesReport on-the-logic-gates
Report on-the-logic-gates
ย 
Or gate
Or gateOr gate
Or gate
ย 
Logic gates
 Logic gates Logic gates
Logic gates
ย 
Dm7408
Dm7408Dm7408
Dm7408
ย 
Physics Investigatory project Class 12 Logic Gates
Physics Investigatory project Class 12 Logic GatesPhysics Investigatory project Class 12 Logic Gates
Physics Investigatory project Class 12 Logic Gates
ย 
Chap 3
Chap 3Chap 3
Chap 3
ย 
Class 12 Physics Investigatory Project Work, Practical- study of various logi...
Class 12 Physics Investigatory Project Work, Practical- study of various logi...Class 12 Physics Investigatory Project Work, Practical- study of various logi...
Class 12 Physics Investigatory Project Work, Practical- study of various logi...
ย 
Ch1 2
Ch1 2Ch1 2
Ch1 2
ย 
Diode logic crkts
Diode logic crktsDiode logic crkts
Diode logic crkts
ย 
Logic gate class 12
Logic gate class 12Logic gate class 12
Logic gate class 12
ย 
Lecture 2.4 logic_gate_&_simple_logic_circuit
Lecture 2.4 logic_gate_&_simple_logic_circuitLecture 2.4 logic_gate_&_simple_logic_circuit
Lecture 2.4 logic_gate_&_simple_logic_circuit
ย 
Computer circuit logic
Computer circuit logicComputer circuit logic
Computer circuit logic
ย 
9. logic gates._rr
9. logic gates._rr9. logic gates._rr
9. logic gates._rr
ย 
BOOLEAN ALGEBRA AND LOGIC GATE
BOOLEAN ALGEBRA AND LOGIC GATE BOOLEAN ALGEBRA AND LOGIC GATE
BOOLEAN ALGEBRA AND LOGIC GATE
ย 

Viewers also liked

differential amplifier for electronic
differential amplifier for electronicdifferential amplifier for electronic
differential amplifier for electronic
Faiz Yun
ย 
2.3 sequantial logic circuit
2.3 sequantial logic circuit2.3 sequantial logic circuit
2.3 sequantial logic circuit
Wan Afirah
ย 
Lecture: Digital Signal Processing Batch 2009
Lecture: Digital Signal Processing Batch 2009Lecture: Digital Signal Processing Batch 2009
Lecture: Digital Signal Processing Batch 2009
ubaidis
ย 

Viewers also liked (16)

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
ย 
Primary Programs Framework - Curriculum Integration: Making Connections
Primary Programs Framework - Curriculum Integration: Making ConnectionsPrimary Programs Framework - Curriculum Integration: Making Connections
Primary Programs Framework - Curriculum Integration: Making Connections
ย 
Common mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifierCommon mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifier
ย 
Diff Amps
Diff AmpsDiff Amps
Diff Amps
ย 
3.142 contest - What is Project2Pi?
3.142 contest - What is Project2Pi?3.142 contest - What is Project2Pi?
3.142 contest - What is Project2Pi?
ย 
differential amplifier for electronic
differential amplifier for electronicdifferential amplifier for electronic
differential amplifier for electronic
ย 
2.3 sequantial logic circuit
2.3 sequantial logic circuit2.3 sequantial logic circuit
2.3 sequantial logic circuit
ย 
Sequential logic circuits flip-flop pt 3
Sequential logic circuits   flip-flop pt 3Sequential logic circuits   flip-flop pt 3
Sequential logic circuits flip-flop pt 3
ย 
Flip flops (ff)
Flip flops (ff)Flip flops (ff)
Flip flops (ff)
ย 
Basic op amp circuits
Basic op amp circuitsBasic op amp circuits
Basic op amp circuits
ย 
Operational Amplifier (OpAmp)
Operational Amplifier (OpAmp)Operational Amplifier (OpAmp)
Operational Amplifier (OpAmp)
ย 
Introduction to Digital Signal Processing
Introduction to Digital Signal ProcessingIntroduction to Digital Signal Processing
Introduction to Digital Signal Processing
ย 
Lecture: Digital Signal Processing Batch 2009
Lecture: Digital Signal Processing Batch 2009Lecture: Digital Signal Processing Batch 2009
Lecture: Digital Signal Processing Batch 2009
ย 
3F3 โ€“ Digital Signal Processing (DSP) - Part1
3F3 โ€“ Digital Signal Processing (DSP) - Part13F3 โ€“ Digital Signal Processing (DSP) - Part1
3F3 โ€“ Digital Signal Processing (DSP) - Part1
ย 
Sequential logic circuits flip-flop pt 1
Sequential logic circuits   flip-flop pt 1Sequential logic circuits   flip-flop pt 1
Sequential logic circuits flip-flop pt 1
ย 
Operational Amplifier Part 1
Operational Amplifier Part 1Operational Amplifier Part 1
Operational Amplifier Part 1
ย 

Similar to 2.2 boolean algebra

Electronic Circuits
Electronic  CircuitsElectronic  Circuits
Electronic Circuits
gavhays
ย 
solids_and_semiconductor_devices_4.ppt
solids_and_semiconductor_devices_4.pptsolids_and_semiconductor_devices_4.ppt
solids_and_semiconductor_devices_4.ppt
UmeshPatil149
ย 
Solids_And_Semiconductor_Devices_4.ppt
Solids_And_Semiconductor_Devices_4.pptSolids_And_Semiconductor_Devices_4.ppt
Solids_And_Semiconductor_Devices_4.ppt
JosephMuez2
ย 
Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4
Self-employed
ย 

Similar to 2.2 boolean algebra (11)

Plc 2
Plc 2Plc 2
Plc 2
ย 
Electronic Circuits
Electronic  CircuitsElectronic  Circuits
Electronic Circuits
ย 
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebra
ย 
Digital Logic & Computer Architecture Practical Book by Yasir Ahmed Khan
Digital Logic & Computer Architecture Practical Book by Yasir Ahmed KhanDigital Logic & Computer Architecture Practical Book by Yasir Ahmed Khan
Digital Logic & Computer Architecture Practical Book by Yasir Ahmed Khan
ย 
Physics investigatgory project on logic gates class 12
Physics  investigatgory project on logic gates class 12Physics  investigatgory project on logic gates class 12
Physics investigatgory project on logic gates class 12
ย 
solids_and_semiconductor_devices_4.ppt
solids_and_semiconductor_devices_4.pptsolids_and_semiconductor_devices_4.ppt
solids_and_semiconductor_devices_4.ppt
ย 
Solids_And_Semiconductor_Devices_4.ppt
Solids_And_Semiconductor_Devices_4.pptSolids_And_Semiconductor_Devices_4.ppt
Solids_And_Semiconductor_Devices_4.ppt
ย 
Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4
ย 
1,basic and derived logic gates.pdf
1,basic and derived logic gates.pdf1,basic and derived logic gates.pdf
1,basic and derived logic gates.pdf
ย 
De Mornan Theory, Boolean Algebra, 7 logical get, truth table,
De Mornan Theory, Boolean Algebra, 7 logical get, truth table,  De Mornan Theory, Boolean Algebra, 7 logical get, truth table,
De Mornan Theory, Boolean Algebra, 7 logical get, truth table,
ย 
LOGIC GATES VIDEO LECTURE IN HINDI|OR GATE,AND GATE &NOT GATE|LOGIC DIAGRAM &...
LOGIC GATES VIDEO LECTURE IN HINDI|OR GATE,AND GATE &NOT GATE|LOGIC DIAGRAM &...LOGIC GATES VIDEO LECTURE IN HINDI|OR GATE,AND GATE &NOT GATE|LOGIC DIAGRAM &...
LOGIC GATES VIDEO LECTURE IN HINDI|OR GATE,AND GATE &NOT GATE|LOGIC DIAGRAM &...
ย 

Recently uploaded

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
ย 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
ย 

Recently uploaded (20)

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
ย 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
ย 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
ย 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
ย 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
ย 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
ย 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
ย 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
ย 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
ย 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
ย 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
ย 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
ย 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
ย 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
ย 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
ย 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
ย 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
ย 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
ย 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
ย 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
ย 

2.2 boolean algebra

  • 1. 2.2 Perform operations with Boolean Algebra LOGIC GATES, TRUTH TABLE, AND ITโ€™S OPERATIONS
  • 2. What is Logic Gates? ๏ต Logicgates in binary system is use to represent process and operation for binary information in matematic.
  • 3. AND Function Output Y is TRUE if inputs A AND B are Text Description TRUE, else it is FALSE. A Logic Symbol AND Y B INPUTS OUTPUT A B Y 0 0 0 Truth Table 0 1 0 1 0 0 1 1 1 AND Gate Truth Table AND Symbol Boolean Expression Y = A x B = A โ€ข B = AB
  • 4. OR Function Output Y is TRUE if input A OR B is Text Description TRUE, else it is FALSE. A Logic Symbol OR Y B INPUTS OUTPUT A B Y 0 0 0 Truth Table 0 1 1 1 0 1 1 1 1 OR Gate Truth Table OR Symbol Boolean Expression Y=A+B
  • 5. NOT Function (inverter) Text Description Output Y is TRUE if input A is FALSE, else it is FALSE. Y is the inverse of A. Logic Symbol A NOT Y INPUT OUTPUT A Y 0 1 Truth Table 1 0 NOT Gate Truth Table NOT Alternative Notation Bar Boolean Expression Y=A Y = Aโ€™ Y = !A
  • 6. NAND Function Output Y is FALSE if inputs A AND B Text Description are TRUE, else it is TRUE. A bubble is an inverter A This is an AND Gate with an inverted output Logic Symbol NAND Y B INPUTS OUTPUT A B Y 0 0 1 Truth Table 0 1 1 1 0 1 1 1 0 NAND Gate Truth Table Boolean Expression Y = A x B = AB
  • 7. NOR Function Output Y is FALSE if input A OR B is Text Description TRUE, else it is TRUE. A bubble is an inverter. A This is an OR Gate with its output inverted. Logic Symbol NOR Y B INPUTS OUTPUT A B Y 0 0 1 Truth Table 0 1 0 1 0 0 1 1 0 NOR Gate Truth Table Boolean Expression Y=A+B
  • 8. Symbol: A C B Ex-OR Output C is FALSE if inputs A and B are same value, else output is TRUE.
  • 9. Get Exclusive (EX-OR) INPUTS OUTPUT Truth Table A B C 0 0 0 0 1 1 1 0 1 1 1 0 EX-OR Gate Truth Table Boolean Expression
  • 10. Symbol: A C B Ex-NOR Output C is TRUE if inputs A and B are same value, else output is FALSE.
  • 11. Get Exclusive (EX-NOR) INPUTS OUTPUT Truth Table A B C 0 0 1 0 1 0 1 0 0 1 1 1 EX-NOR Gate Truth Table Boolean Expression
  • 12. Circuit-to-Truth Table Example A AND B OR Y NOT AND C A B C Y 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 2# of Inputs = # of Combinations 1 0 1 1 1 0 23 = 8 1 1 1
  • 13. Circuit-to-Truth Table Example 0 0 A 0 AND B 0 OR Y 1 NOT 0 0 AND C A B C Y 0 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1
  • 14. Circuit-to-Truth Table Example 0 0 A 0 AND B 1 OR Y 1 NOT 1 1 AND C A B C Y 0 0 0 0 0 0 1 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1
  • 15. Circuit-to-Truth Table Example 0 0 A 1 AND B 0 OR Y 1 NOT 0 0 AND C A B C Y 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1
  • 16. Circuit-to-Truth Table Example 0 0 A 1 AND B 1 OR Y 1 NOT 1 1 AND C A B C Y 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 1 0 1 1 1 0 1 1 1
  • 17. Circuit-to-Truth Table Example 1 0 A 0 AND B 0 OR Y 0 NOT 0 0 AND C A B C Y 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 1 1 0 1 1 1
  • 18. Circuit-to-Truth Table Example 1 0 A 0 AND B 0 OR Y 0 NOT 0 1 AND C A B C Y 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 0 1 1 0 1 1 1
  • 19. Circuit-to-Truth Table Example 1 1 A 1 AND B 1 OR Y 0 NOT 0 0 AND C A B C Y 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 0 1 1 0 1 1 1 1
  • 20. Circuit-to-Truth Table Example 1 1 A 1 AND B 1 OR Y 0 NOT 0 1 AND C A B C Y 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 0 1 1 0 1 1 1 1 1
  • 21. Circuit-to-Boolean Equation AB A AND B OR Y =AB + AC A } } NOT AND C AC A B C Y 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 0 1 0 1 1 0 1 1 1 1 1
  • 22. A - O - I Logic A AND B OR Y NOT AND C AND Gates Other Logic Arrangements: OR Gates NAND - NAND Logic INVERTER Gates NOR - NOR Logic
  • 23. NAND Gate โ€“ Special Application S NAND T S T 0 1 A 1 1 0 NAND Y B INPUTS OUTPUT A B Y 0 0 1 Equivalent To An Inverter Gate 0 1 1 1 0 1 1 1 0
  • 24. NOR Gate - Special Application S NOR T S T 0 1 A 1 1 0 NOR Y B INPUTS OUTPUT A B Y 0 0 1 0 1 0 1 0 0 Equivalent To An Inverter Gate 1 1 0