Binary Logic Flashcards

1
Q

What are the 3 most commonly used gates?

A

AND, OR and NOT.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
If the gate configuration was:
X = (A AND B) OR NOT C
what would X be if
A = 1
B = 0
C = 0
A

X = 1

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

What is a trace table?

A

A table showing the various outputs depending on the input.

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

What do OR gates do?

A

Provide a positive output if any inputs are true.

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

What do AND gates do?

A

Provide a positive output if all inputs are true.

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

What do NOT gates do?

A

They invert a single input signal.

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