Logic Gates and Combination of Gates
Logic gates including AND, OR, NOR, NAND, and their combinations with truth tables and Boolean expressions
Questions
If OR gate has 6 inputs, then the number of input words in the truth table is
- 8
- 64
- 16
- 4
- 128
Which of the following digital logic gates is build by using single transistor?
- FOR
- OR
- NOT
- AND
- NAND
Which of the following gates has the exact inverse output of the OR gate for all possible input combinations?
- NOT
- NOR
- AND
- NAND
- OR gate
The logic gate that will have HIGH or "1" at its output when any one (or more) of its inputs is HIGH is a(n):
- EXOR gate
- AND gate
- OR gate
- NOR gate
- NOT gate
How many input possibilities are there for a 3-input NOR gate?
- 64
- 4
- 8
- 16
- 32
What will be the value of three inputs A, B, and C, of AND gate, when output obtained is high?
- A = 1, B = 1, C = 0
- A = 1, B = 0, C = 1
- A = 0, B = 0, C = 0
- A = 0, B = 0, C = 1
- A = 1, B = 1, C = 1
For a 3-input AND gate, write the Boolean expression.
- X = AB
- X = ABC
- X = A + B + C
- X = A + B
- X = A + B + C + D
Which of the following is a universal logic gate?
- OR
- NAND
- NOT
- AND
- EX-OR
Logically, the output of a NOR gate would have the same Boolean expression as a(n)_________.
- NAND gate
- OR gate by an inverter
- AND gate
- NOR gate
- NOT gate
What will be the value of three inputs A, B and C of OR gate, when output obtained is low?
- A = 0, B = 0, C = 0
- A = 1, B = 0, C = 1
- A = 0, B = 0, C = 1
- A = 1, B = 0, C = 0
- A = 1, B = 1, C = 1