Boolean algebra- S8 Flashcards
1
Q
Logic Gates
A
an elementary building block of a digital circuit. They have more than one input but one output
2
Q
NOT Gate
A
ㄱA means output is positive when A is off.
3
Q
AND gate
A
outputs value one if and only if all the operands are true/one, otherwise has a value of zero.
(A ៱ B)
4
Q
OR gate
A
will output 1 if at least one of the inputs are one.
(A v B)
5
Q
XOR (exclusive disjunction)
A
will output one/true if only one is true. (A ⊻ B)
6
Q
v
A
OR
7
Q
ㄱ
A
NOT
8
Q
៱
A
AND
9
Q
⊻
A
XOR
10
Q
Karnaugh Map
A
a method of simplifying Boolean Expressions