1/14
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress

Which basic logic gate is this?
NOT

Which basic logic gate is this?
AND

Which basic logic gate is this?
OR
Describe the process of the NOT gate (how many inputs, output condition)
accepts 1 input and outputs the opposite logic level
Describe the process of the AND gate (how many inputs, output condition)
accepts 2 or more inputs and outputs LOW(0) as long as 1 of the inputs is LOW(0)
Describe the process of the OR gate (how many inputs, output condition)
accepts 2 or more inputs and outputs HIGH(1) as long as 1 of the inputs is HIGH(1)

Which logic gate is this?
NAND

Which logic gate is this?
NOR
Describe the process of the NAND gate (how many inputs, output condition)
accepts 2 or more inputs and outputs HIGH(1) as long as 1 of the inputs is LOW(0)
Describe the process of the NOR gate (how many inputs, output condition)
accepts 2 or more inputs and outputs LOW(0) as long as 1 of the inputs is HIGH(1)
Which basic logic gate does “·” belong to?
AND
Which basic logic gate does “+” belong to?
OR
Which basic logic gate turns A into Ā?
NOT
Which logic gate turns inputs A, E into Ā+Ē (pretend there is a dash above both)
NOR
Which logic gate turns inputs A, E into ĀĒ
NAND