1.5 Flashcards

1
Q

What are gates ?

A

a device that acts as a building block for digital circuits . Components in a processor that allow a computer to perform logic .ALL logical gates have an input and an output

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

What is the AND gate?

A

A way of controlling data by combing two inputs. A Boolean operator which gives the value one if and only if all the operands are one, and otherwise has a value of zero

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

What is the OR gate?

A

A way of comparing data by comparing two inputs. A Boolean operator which gives the value one if at least one operand has the value one, and otherwise gives a value of zero

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

What is the NOT gate?

A

A way of controlling data by reversing a single input. a Boolean operator with only one variable that has the value one when the variable is zero and vice versa. Also known as the inverter.

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