Digital Controls - Logic Gates

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

1/18

flashcard set

Earn XP

Description and Tags

Flashcards on Digital Controls - Logic Gates

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

What is the Boolean expression for an AND gate?

X = A · B

2
New cards

What is the Boolean expression for an XNOR gate?

X = A  B

3
New cards

What is the Boolean expression for a NOR gate?

X = A + B

4
New cards

What is the Boolean expression for a NOT gate?

X = A

5
New cards

What is the Boolean expression for an OR gate?

X = A + B

6
New cards

What is the Boolean expression for an XOR gate?

X= A  B _(xor)_/

7
New cards

What is the Boolean expression for a NAND gate?

X = A · B

8
New cards

In binary logic, what does '0' represent?

Low

9
New cards

If the input to an inverter logic gate is low, what will the output be?

High (1)

10
New cards

What is the output of two inverters connected in series?

The same as the original input.

11
New cards

What logical operation does a NOR gate with an inverted output perform?

OR

12
New cards

What voltage level is typically considered to be a logic Low?

0V

13
New cards

What represents a binary logic High?

1

14
New cards

What output will an Exclusive-OR gate have when its inputs are different?

High (1)

15
New cards

What logical operation does an AND gate with an inverted output perform?

NAND

16
New cards

What logical operation does a NOR gate with inverted inputs perform?

AND

17
New cards

What voltage level is typically considered to be a logic High?

5V

18
New cards

What logic gate produces 0 only when its inputs are opposite?

XNOR

19
New cards

What logic gate can only use a single input?

Inverter (NOT)