Logic Gate Truth Tables to Know for Electrical Circuits and Systems I

Logic gates are the building blocks of digital circuits, determining how inputs combine to produce outputs. Understanding their truth tables helps in analyzing and designing circuits, making it essential for grasping concepts in Electrical Circuits and Systems I.

  1. AND gate truth table

    • Outputs true (1) only when both inputs are true (1).
    • Symbolically represented as A · B or A AND B.
    • Commonly used in digital circuits to ensure multiple conditions are met.
    • Truth table:
      ABA AND B
      000
      010
      100
      111
  2. OR gate truth table

    • Outputs true (1) when at least one input is true (1).
    • Symbolically represented as A + B or A OR B.
    • Useful for scenarios where any condition being true is sufficient.
    • Truth table:
      ABA OR B
      000
      011
      101
      111
  3. NOT gate truth table

    • Outputs the inverse of the input; true (1) becomes false (0) and vice versa.
    • Symbolically represented as ¬A or NOT A.
    • Essential for creating complementary signals in circuits.
    • Truth table:
      ANOT A
      01
      10
  4. NAND gate truth table

    • Outputs false (0) only when both inputs are true (1); otherwise, it outputs true (1).
    • Symbolically represented as A ↑ B or A NAND B.
    • Acts as a universal gate, meaning it can be used to create any other gate.
    • Truth table:
      ABA NAND B
      001
      011
      101
      110
  5. NOR gate truth table

    • Outputs true (1) only when both inputs are false (0).
    • Symbolically represented as A ↓ B or A NOR B.
    • Also a universal gate, capable of creating any other logic gate.
    • Truth table:
      ABA NOR B
      001
      010
      100
      110
  6. XOR gate truth table

    • Outputs true (1) when the inputs are different; false (0) when they are the same.
    • Symbolically represented as A ⊕ B or A XOR B.
    • Commonly used in applications requiring equality checks or parity bits.
    • Truth table:
      ABA XOR B
      000
      011
      101
      110
  7. XNOR gate truth table

    • Outputs true (1) when the inputs are the same; false (0) when they are different.
    • Symbolically represented as A ⊙ B or A XNOR B.
    • Useful for applications requiring equality checks, such as error detection.
    • Truth table:
      ABA XNOR B
      001
      010
      100
      111


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.