Logic GATES Flashcards

1
Q

Binary

A

0 = off = False
1= on = True

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

What are Transistors?

A

Inside your computer are billions of units called transistors. These transistors serve a variety of purposes, but they commonly act as a light switch. Each switch can be turned on or turned off.

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

What is an and gate?

A

A gate that has 2 inputs and one output. The output is 1 if both inputs are one, and for all other cases, the output is 0.

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

What is an or gate?

A

This gate has 2 inputs and one output. If at least 1 of the inputs is 1. Then the output will be 0..

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

What is a not gate?

A

The not gate simply reverses or inverts.
The input signal.If the input variable is A then, the inverted output is known as not A.

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