Logic Gates Flashcards

0
Q

Describe how to get a 1 value output on an AND gate

A

Both A and B must be 1

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

What is the mathematical representation of an AND gate?

A

(A.B)=X

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

Give the truth table for an AND gate

A
In A            In B            Output
  0                 0                  0
  1                 0                  0
  0                 1                  0
  1                 1                  1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Give the mathematical representation of an OR gate

A

(A+B)=x

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

Describe how to get a 1 value output on an OR gate

A

A or B must be 1

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

Give the truth table for an OR gate

A
In A            In B            Output
  0                 0                  0
  1                 0                  1
  0                 1                  1
  1                 1                  1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Give the truth table for an NOT gate

A

In A Output
0 1
1 0

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