Logic Gates Flashcards

1
Q

What is the not gate symbol?

A

Triangle circle on the end

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the not gate worded expression?

A

The output is the compliment of the input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the not gate Boolean expression?

A

A = A’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the or gate worded expression?

A

Zero when both are zero and one other otherwise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the Nor gate worded expression?

A

High when both are low and low otherwise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the and gates worded expression?

A

High when both are high and low otherwise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the Nand gate worded expression?

A

Low when both are high and high otherwise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the Exor worded expression?

A

Only high when ONLY one of the inputs are high

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the Ex Nor gate worded expression?

A

Low when ONLY one of the inputs are high.

High when both inputs are tied to each other .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the or gate Boolean expression?

A

A+B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the nor gate Boolean expression?

A

(A+B)’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the and gate Boolean expression?

A

A.B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the nand gate Boolean expression?

A

(A.B)’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the ex or gate Boolean expression?

A

A ⊕ B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the ex nor gate Boolean expression?

A

(A ⊕ B)’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Not Gate TTL #

17
Q

OR Gate TTL #

18
Q

NOR Gate TTL #

19
Q

AND Gate TTL #

20
Q

NAND Gate TTL #

21
Q

EXOR Gate TTL #

22
Q

EXNOR Gate TTL #