Logic Gates

0.0(0)
studied byStudied by 1 person
0.0(0)
call with kaiCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:28 PM on 10/25/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards
<p>Which basic logic gate is this?</p>

Which basic logic gate is this?

NOT

2
New cards
<p>Which basic logic gate is this?</p>

Which basic logic gate is this?

AND

3
New cards
<p>Which basic logic gate is this?</p>

Which basic logic gate is this?

OR

4
New cards

Describe the process of the NOT gate (how many inputs, output condition)

accepts 1 input and outputs the opposite logic level

5
New cards

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)

6
New cards

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)

7
New cards
<p>Which logic gate is this?</p>

Which logic gate is this?

NAND

8
New cards
<p>Which logic gate is this?</p>

Which logic gate is this?

NOR

9
New cards

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)

10
New cards

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)

11
New cards

Which basic logic gate does “·” belong to?

AND

12
New cards

Which basic logic gate does “+” belong to?

OR

13
New cards

Which basic logic gate turns A into Ā?

NOT

14
New cards

Which logic gate turns inputs A, E into Ā+Ē (pretend there is a dash above both)

NOR

15
New cards

Which logic gate turns inputs A, E into ĀĒ

NAND