Logic Gates

4.0(1)
studied byStudied by 4 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards
<p></p>

NOT

2
New cards
<p></p>

AND

3
New cards
<p></p>

OR

4
New cards
<p></p>

NAND

5
New cards
term image

NOR

6
New cards
term image

XOR

7
New cards
term image

XNOR

8
New cards

NOT

Inverts input (1 > 0)

9
New cards

AND

Outputs 1 only if both inputs are one

10
New cards

OR

Outputs 1 if any inputs are 1

11
New cards

NAND

Inverted AND (outputs 0 only if all imputs are 1)

12
New cards

NOR

Outputs 0 if any input is 1

13
New cards

XOR

Outputs 0 if all inputs are the same / outputs 1 if inputs are different

14
New cards

XNOR

Outputs 1 if inputs are the same / outputs 0 if inputs are different

15
New cards
<p>NOT</p>

NOT

__

A

16
New cards
<p>AND</p>

AND

x > AB

17
New cards
<p>OR</p>

OR

+ > A+B

18
New cards
<p>NAND</p>

NAND

__

AB

19
New cards
<p>NOR</p>

NOR

__

A+B

20
New cards
<p>XOR</p>

XOR

A ⊕ B (A(+)B)

21
New cards
<p>XNOR</p>

XNOR

__ __

A⊕B (A(+)B)