aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Computer Fundamentals
  • The output of a NAND Gate is 1, when
Multiple choice

The output of a NAND Gate is 1, when

  1. All inputs are 1

  2. Any one input is 0

  3. All inputs are 0

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A NAND gate is the inverse of an AND gate. It outputs 0 only when all inputs are 1; otherwise, if any input is 0, the output is 1.

Keep practicing — related questions

  • In which of the following gates the output is 1 if and only if atleast one input is 0?
  • In which of the following gates the output is 1 if and only if at least one input is 1?
  • What will be the output of the following code snippet? main() { int num=1; clrscr(); for(j=1;j<=6;j++) { fo...
  • What will be the output of the following code snippet? main() { int a=1,b=1; clrscr(); a=++a||++b&&++a; pri...
  • What will be the output of the program? public class Test { public static void main(String [] args) { int I...
  • What will be the output of the following code snippet? main() { int a=11,b; clrscr(); for(a%10;a++); printf...
  • If the input of the following program is 10, what will be the output? void print(int); void main() { int n;...
  • What will be the output of the following C code? void main() { int fact=1,i; clrscr(); for(i=2;i<=8;i++) fa...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Digital Logic and Microprocessors (749 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy