Logic Flashcards

1
Q

Logic Gate

A

An electrical component used to change bits and perform calculations within a computer. Created using transistors.

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

NOT

A

Has an 1 input only, it inverts (swaps) the input

We write this as: ¬ A

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

OR

A

Has an output of 1 if either of A OR B are 1

We write this as: A ⋁ B

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

AND

A

Only has an output of 1 if both A AND B are 1

We write this as: A ⋀ B

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