Chapter 40 - Logic gates and truth tables Flashcards
What does ON or OFF represent?
» Represents True or False
What does 1 represent?
» ON
What does 0 represent?
» OFF
What can electronic logic gates do?
» Take on or more inputs and produce a single output
» Can be cascaded into a sequence of logic gates and can be implemented to form a circuit
What are the 4 types of logic gates?
» NOT
» AND
» OR
» XOR
What does a NOT Gate do?
» Inverts the input
What is the symbol for NOT?
» ¬
What does an AND Gate do?
» Outputs True only if both of the statements are True
What is the symbol for an AND Gate?
» ∧
What does an OR Gate do?
» Outputs True if either input is True
What is the symbol for an OR Gate?
» v
What does an XOR Gate do?
» Output Will be True if either one of the output is True, but not both
What is an XOR Gate equivalent to?
» ( A AND NOT B) OR ( NOT A AND B)