13.4.1 Understanding logic gates

Cards (56)

  • What are the main types of logic gates?
    AND, OR, NOT
  • What is the output of a NOT gate when the input is 0?
    1
  • For an AND gate, if input A = 1 and input B = 1, the output is 1
  • A NOT gate switches a device off when the input is 1
  • The AND gate produces an output of 1 only when all of its inputs are 1
  • The OR gate produces an output of 1 if any of its inputs are 1
  • What is the primary function of logic gates in digital electronics?
    Boolean logic operations
  • The OR gate outputs 1 only when all inputs are 1.
    False
  • The NOT gate outputs 0 if the input is 1.

    True
  • The NOT gate can be used to switch a device on when a sensor is off
  • An XOR gate could control a light that turns on only when the main switch and auxiliary switch are in opposite positions.
  • In a security system, a NAND gate could trigger an alarm if both the door and window sensors are inactive.
  • The Boolean logic operation of the AND gate is A AND B.
  • The output of an OR gate is 1 if any of its inputs are 1.

    True
  • The output of an OR gate is 0 only when all inputs are 0.

    True
  • The output of a NOT gate is 1 only when the input is 0.

    True
  • The output of an XOR gate is 0 when both inputs are 1.

    True
  • The output of a NAND gate is 1 if at least one input is 0.
    True
  • The output of a NOR gate is 0 if any input is 1.

    True
  • Logic gates perform Boolean logic operations on digital inputs to produce a single digital output
  • The OR gate produces an output of 1 if any input is 1
  • Match the logic gate with its behavior:
    AND ↔️ Output is 1 only if all inputs are 1
    OR ↔️ Output is 1 if any input is 1
    NOT ↔️ Output is the inverse of the input
  • The OR gate produces an output of 0 only if all inputs are 0.
    True
  • Match the logic gate with its truth table scenario:
    AND ↔️ A = 1, B = 1 results in output 1
    OR ↔️ A = 0, B = 1 results in output 1
    NOT ↔️ A = 1 results in output 0
  • The output of an AND gate is 0 if any input is 0.
    True
  • The output of an OR gate is 1 if at least one input is 1.
    True
  • The OR gate outputs 1 if any of its inputs are 1
  • The NOT gate inverts the input, so if the input is 0, the output is 1.

    True
  • An XOR gate produces an output of 1 only when its inputs are different.

    True
  • The output of a NAND gate is 0 only when all its inputs are 1.

    True
  • Logic gates perform Boolean logic operations on digital inputs to produce a single digital output.

    True
  • What is the Boolean logic operation of the OR gate?
    A OR B
  • The OR gate produces an output of 1 if any of its inputs are 1
  • The NOT gate inverts the input
  • The XOR gate produces an output of 1 only when its inputs differ.
  • The NAND gate produces an output of 0 only when all its inputs are 1.
  • The NOR gate produces an output of 1 only when all its inputs are 0.
  • The AND gate produces an output of 1 only if all inputs are 1.

    True
  • Steps to create complex digital circuits using logic gates
    1️⃣ Combine basic logic gates
    2️⃣ Design the desired functionality
    3️⃣ Test the circuit
  • What is the output of an AND gate if input A = 0 and input B = 1?
    0