Logic gates Flashcards
logic gate can have ______ of inputs
any number
logic gate can have only_______ output
one
Every input depends on a _______
boolean event
There are several type of logic gates according to the _____
perform logic
Logic gates can be categorized into 3 parts they are
- Basic logic gates
- Combinational logic gates
- Universal logic gates
There are 3 type of basic logic gates they are
- NOT
2.AND
3.OR
There are 4 types of combinational logic gates they are
1.NAND
2.NOR
3.XOR
4.XNOR
Not gave output always ______ of the input
inverse
Not gate have only _____ input
one
Universal gates are logic gates_________
(NAND and NOR) that can create any other type of gate or Boolean function.
AND gate is
The output is true only if all inputs are true.
OR gate is
The output is true if at least one input is true
NAND gate is
The output is true unless all inputs are true.
NOR gate is
output becomes the inverse of the OR gate
2 input XOR is
The output is true if exactly one of the inputs is true
Draw AND gate