Logic Flashcards
1
Q
Logic Gate
A
An electrical component used to change bits and perform calculations within a computer. Created using transistors.
2
Q
NOT
A
Has an 1 input only, it inverts (swaps) the input
We write this as: ¬ A
3
Q
OR
A
Has an output of 1 if either of A OR B are 1
We write this as: A ⋁ B
4
Q
AND
A
Only has an output of 1 if both A AND B are 1
We write this as: A ⋀ B