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
Draw OR gate
Draw NOT gate
Draw NAND gate
Draw NOR gate
Draw XOR gate
Draw XNOR gate
Draw NOT gate truth table
Draw AND gate truth table
Draw OR gate truth table
Draw NAND gate truth table
Draw NOR gate truth table
Draw 2 input XOR gate truth table
Draw 3 input XOR gate truth table
Draw 2 input XNOR truth table
Draw 3 input XNOR gate truth table
3 input XOR gate is
The output is true if an odd number of inputs are true
2 input XNOR gate is
The output is true if the inputs are equal (both true or both false)
3 input XNOR gate is
The output is true if an even number of inputs are true
Double inverse law
Idempotent law
Identity law
Inverse law
Distributive law
De morgans law