10 Boolean Logic Flashcards
Draw the NOT gate and complete a truth table for it
Draw the AND gate and complete a truth table for it
Draw the OR gate and complete a truth table for it
Draw the XOR gate and complete a truth table for it
Draw the NAND gate and complete a truth table for it
Draw the NOR gate and complete a truth table for it
Describe the function (operation) of an XOR gate
- It has two inputs
- Output will be 1 if either input is 1
- Output will be 0 if both inputs are 1
- Output will be 0 if both inputs are 0
Describe the function (operation) of a NOT gate
- It has one input
- Output will be 1 if the input is 0
- Output will be 0 if the input is 1
Describe the function (operation) of an AND gate
- It has two inputs
- Output will be 1 if both inputs are a 1
- Output will be 0 if either input is 0
Describe the function (operation) of a NAND gate
- It has two inputs
- Output will be 1 if both inputs are a 0
- Output will be 1 if either input is 1
- Output will be 0 if both inputs are 1
Describe the function (operation) of a NOR gate
- It has two inputs
- Output will be 1 if both inputs are a 0
- Output will be 0 if either input is 1
- Output will be 0 if both inputs are 1
Describe the function (operation) of an OR gate
- It has two inputs
- Output will be 0 if both inputs are a 0
- Output will be 1 if either input is 1
The function of which gate is being described?
- It has two inputs
- Output will be 1 if either input is 1
- Output will be 0 if both inputs are 1
- Output will be 0 if both inputs are 0
XOR gate
The function of which gate is being described?
- It has one input
- Output will be 1 if the input is 0
- Output will be 0 if the input is 1
NOT gate
The function of which gate is being described?
- It has two inputs
- Output will be 1 if both inputs are a 1
- Output will be 0 if either input is 0
AND gate