RTUEE / EC / EEEYr 2024 · Sem 42024

Q2Digital Electronics

Question

2 marks

Write the truth table of NAND, operations.

Answer

The NAND gate outputs 0 only when all inputs are 1; otherwise the output is 1. It is a universal gate.

  • A=0, B=0 -> Output=1
  • A=0, B=1 -> Output=1
  • A=1, B=0 -> Output=1
  • A=1, B=1 -> Output=0

Back to Paper