Logic Gates

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

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.

16 Terms

1
New cards

NOT Function

Inverts input, when input low output is high.

2
New cards
<p>Express this function</p>

Express this function

X = A'

3
New cards

AND Function

Produces a HIGH output, when all inputs are high. Otherwise output is low.

4
New cards
<p>Express this function</p>

Express this function

A*B, AB

5
New cards

OR Function

If all inputs are LOW, produces LOW output, otherwise output is HIGH.

6
New cards
<p>Express this function</p>

Express this function

X= A+B

7
New cards

NAND Function

If all inputs are HIGH produces a LOW output, otherwise all outputs are HIGH

8
New cards

Express this function (NAND)

X= A’B’

9
New cards

NOR Function

Output is LOW until all inputs are LOW, then output is HIGH.

10
New cards

Express this function (NOR)

X=A’+B’

11
New cards

XOR Function

Output is LOW until both inputs are opposite logic levels, then input changes to HIGH

12
New cards

Express this function (XOR Gate)

X=A’B+AB’ ( Picutre of Circle Plus Sign)

13
New cards

XNOR Gate

Produces a HIGH input only when both inputs are the SAME logic level.

14
New cards
<p>Express this function(XNOR )</p>

Express this function(XNOR )

X= (A’B+AB’)’

15
New cards

Fixed Logic Function

A type of logic function has a predetermined output for each combination of inputs and does not change

16
New cards

What are the 2 major Fixed Function Logic Families

TTL and CMOS