Boolean Algebra Flashcards
(31 cards)
What is Boolean Algebra used for?
It is used to simplify and analyze logic circuits using binary values and logical operations.
What is the output of the AND operation when both inputs are 1?
1
What is the output of the OR operation when both inputs are 0?
0
What is the NOT operation of 1?
0
What is the Identity Law in Boolean algebra?
A + 0 = A and A · 1 = A
What is the Null Law (Operations with Zero and 1) in Boolean algebra?
A + 1 = 1 and A · 0 = 0
What is the Idempotent Law in Boolean algebra?
A + A = A and A · A = A
What is the Complement Law in Boolean algebra?
A + A′ = 1 and A · A′ = 0
What is the Double Negation/Involution Law in Boolean algebra?
(A′)′ = A
What is the Commutative Law in Boolean algebra?
A + B = B + A and A · B = B · A
What is the Associative Law in Boolean algebra?
(A + B) + C = A + (B + C) and (A · B) · C = A · (B · C)
What is the Distributive Law in Boolean algebra?
A · (B + C) = A · B + A · C and A + (B · C) = (A + B) · (A + C)
What does A + 0 simplify to in Boolean algebra?
A
What does A · 1 simplify to in Boolean algebra?
A
What does A + 1 simplify to in Boolean algebra?
1
What does A · 0 simplify to in Boolean algebra?
0
What does A + A simplify to in Boolean algebra?
A
What does A · A simplify to in Boolean algebra?
A
What does A + A′ simplify to?
1
What does A · A′ simplify to?
0
What is the result of double complement (A′)′?
A
What does A + AB simplify to?
A
What does A(A + B) simplify to?
A
What does A + A′B simplify to?
A + B