Try Magic Notes and save time.
Try it free
Try Magic Notes and save time
Crush your year with the magic of personalized studying.
Try it free
hello quizlet
Home
Subjects
Expert Solutions
Log in
Sign up
Logic Gates
Flashcards
Learn
Test
Match
Q-Chat
Get a hint
AND gate description
Click the card to flip 👆
A logic gate that has two inputs. If both inputs are '1' it will output '1', otherwise it will output '0'.
Click the card to flip 👆
1 / 22
1 / 22
Flashcards
Learn
Test
Match
Q-Chat
Created by
CS_Rat
Teacher
Share
Share
Terms in this set (22)
AND gate description
A logic gate that has two inputs. If both inputs are '1' it will output '1', otherwise it will output '0'.
OR gate description
A logic gate that has two inputs. If either or both of the two inputs is '1', its output is '1'
NOT gate description
A logic gate that has one input. If the input is '0', its output is '1'. If the input is '1', its output is '0'
Also called an INVERTER gate.
NAND gate description
Combination of a NOT and an AND gate. If an AND gate gives an output of 0, then this gate gives an output of 1
NOR gate description
Logic circuit that operates like an OR gate followed by an INVERTER. The output of this gate is LOW (logic level 0) when any or all inputs are HIGH (logic level 1).