5.5 Logic Flashcards
(10 cards)
Logic gates have three basic functions what are they?
AND function
OR function
NOT function
The Not gate acts as an…..
Inverter
How does an AND gate work?
You will only get an output of 1 if both inputs are 1. If the inputs are 1 and 0 the output will be 0.
How does an OR gate work?
If either inputs is 1 then you get a 1 as the output
How does an NOR gate work?
If either input has a 1 then the output is 0 (it works in an opposite manner to an OR gate)
How does an XOR gate work?
If you inputs are not identical then the output is 0 if both the inputs are different from each other then the output will be 1
How does an XNOR gate work?
If both inputs are identical then you will get an output of 1. If the inputs are different then you will get a 0.
Not gates (Inverters) have how many inputs?
1
What are Gates used for?
Failure detection and isolation