SlideShare a Scribd company logo
1 of 19
Logic Gates
AND Function
  Text Description ⇒ Output Y is TRUE if inputs A AND B
                     are 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
  Text Description ⇒ Output Y is TRUE if input A OR B is
                     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
Circuit-to-Truth Table
    Example
A
              AND
B
                     OR       Y
      NOT


C
              AND
                                   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     0               NAND      Y
                                 B

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



                  S   T
                  0   1          A
                  1   0          B
                                         NOR      Y


                                     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

Similar to Logic gates

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_circuitKMJ Science Computer
 
Report on-the-logic-gates
Report on-the-logic-gatesReport on-the-logic-gates
Report on-the-logic-gatesbhardubhai
 
Electronic Circuits
Electronic  CircuitsElectronic  Circuits
Electronic Circuitsgavhays
 
Boolean 121126060211-phpapp02
Boolean 121126060211-phpapp02Boolean 121126060211-phpapp02
Boolean 121126060211-phpapp02Edmund Merren
 
Copy of 7.digital basicsa
Copy of 7.digital basicsaCopy of 7.digital basicsa
Copy of 7.digital basicsaChethan Nt
 
7.digital basicsa
7.digital basicsa7.digital basicsa
7.digital basicsaChethan Nt
 
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebraSARITHA REDDY
 
Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4Self-employed
 
solids_and_semiconductor_devices_4.ppt
solids_and_semiconductor_devices_4.pptsolids_and_semiconductor_devices_4.ppt
solids_and_semiconductor_devices_4.pptUmeshPatil149
 
Solids_And_Semiconductor_Devices_4.ppt
Solids_And_Semiconductor_Devices_4.pptSolids_And_Semiconductor_Devices_4.ppt
Solids_And_Semiconductor_Devices_4.pptJosephMuez2
 
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 12appietech
 
physics investigatory project class 12 on logic gates ,boolean algebra
physics investigatory project class 12 on logic gates ,boolean algebraphysics investigatory project class 12 on logic gates ,boolean algebra
physics investigatory project class 12 on logic gates ,boolean algebrasukhtej
 
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 KhanYasir Khan
 

Similar to Logic gates (18)

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
 
Report on-the-logic-gates
Report on-the-logic-gatesReport on-the-logic-gates
Report on-the-logic-gates
 
Logic gates
 Logic gates Logic gates
Logic gates
 
Electronic Circuits
Electronic  CircuitsElectronic  Circuits
Electronic Circuits
 
Plc 2
Plc 2Plc 2
Plc 2
 
Sudham
SudhamSudham
Sudham
 
Boolean 121126060211-phpapp02
Boolean 121126060211-phpapp02Boolean 121126060211-phpapp02
Boolean 121126060211-phpapp02
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
Copy of 7.digital basicsa
Copy of 7.digital basicsaCopy of 7.digital basicsa
Copy of 7.digital basicsa
 
7.digital basicsa
7.digital basicsa7.digital basicsa
7.digital basicsa
 
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebra
 
Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4
 
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
 
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
 
Physic investigatory
Physic investigatoryPhysic investigatory
Physic investigatory
 
physics investigatory project class 12 on logic gates ,boolean algebra
physics investigatory project class 12 on logic gates ,boolean algebraphysics investigatory project class 12 on logic gates ,boolean algebra
physics investigatory project class 12 on logic gates ,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
 

Recently uploaded

Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 

Recently uploaded (20)

Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 

Logic gates

  • 2. AND Function Text Description ⇒ Output Y is TRUE if inputs A AND B are 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
  • 3. OR Function Text Description ⇒ Output Y is TRUE if input A OR B is 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
  • 4. 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
  • 5. 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
  • 6. 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
  • 7. Circuit-to-Truth Table Example A AND B OR Y NOT C AND 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
  • 8. 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
  • 9. 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
  • 10. 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
  • 11. 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
  • 12. 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
  • 13. 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
  • 14. 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
  • 15. 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
  • 16. 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
  • 17. 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
  • 18. NAND Gate – Special Application S NAND T S T 0 1 A 1 0 NAND Y B INPUTS OUTPUT A B Y 0 0 1 Equivalent To An Inverter Gate 0 1 1 0 1 1 1 1 0
  • 19. NOR Gate - Special Application S NOR T S T 0 1 A 1 0 B NOR Y INPUTS OUTPUT A B Y 0 0 1 0 1 0 1 0 0 Equivalent To An Inverter Gate 1 1 0