Boolean Algebra Gates Flashcards
How does the AND gate work?
accepts two or more inputs. The output is 1 if all inputs are 1.
How does the OR gate work?
accepts two or more inputs. The output is 1 if any inputs are 1.
How does the NOT gate work?
accepts only one input. It flips the value of the input to the opposite result.
How does the NAND gate work?
accepts two or more inputs. This gate reverses the output of the AND gate. The output is 1 if not all inputs are 1.
How does the NOR gate work?
accepts two or more inputs. The gate reverses the output of the or gate. The output is 1 if all inputs are 0.
How does the XOR gate work?
accepts two or more inputs. the output is 1 if only 1 input is 1
What is the XOR gate also known as
the exclusive OR gate
What is the algebra sign for the AND gate?
multiply * AB
What is the algebra sign for the OR gate?
the addition sign A+B
What is the algebra sign for the NOT gate?
line above
What is the algebra sign for the NAND gate?
multiple with line above
What is the algebra sign for the NOR gate?
addition with line above
What is the algebra sign for the XOR gate?
funny plus sign ⊕
What is the diagram sign for the AND gate?
curved C thingy
What is the diagram sign for the OR gate?
the pointy corved triangle