Chapter 18 Boolean Algebra and Logic Circuits Flashcards
Which is the sign in boolean algebra for AND?
. for example: A.B is A AND B
Which is the sign in boolean algebra for OR?
+ for example: A+B is A OR B
Which is the sign in boolean algebra for NOT?
̅ for example: ̅A is NOT A
How do you write the Identity/Law identity in both forms?
AND form: 1.A = 1
OR form: 0+A = A
How do you write the Identity/Law Null in both forms?
AND form: 0.A = 0
OR form: 1+A = 1
How do you write the Identity/Law Idempotent in both forms?
AND form: A.A = A
OR form: A+A = A
How do you write the Identity/Law Inverse in both forms?
AND form: A.A ̅ = 0
OR form: A+A ̅ = A
How do you write the Identity/Law Commutative in both forms?
AND form: B.A = A.B
OR form: A+B = B+A
How do you write the Identity/Law Associative in both forms?
AND form: (A.B).C = A.(B.C)
OR form: (A+B)+C = A+(B+C)
How do you write the Identity/Law Distributive in both forms?
AND form: A+B.C = (A+B) (A+C)
OR form: A.B+C = (A+B) (A+C)
How do you write the Identity/Law Absorption in both forms?
AND form:A.(A+B) = A
OR form:A+A.B = A
How do you write the Identity/Law De Morgan’s law in both forms?
AND form:(A.B) ((A.B)) ̅= A ̅+B ̅
OR form:((A+B)) ̅ = A ̅.B ̅
How do you write the Identity/Law Double complement in both forms?
In both forms: TWO LINES OVER A = A or NOT NOT A = A
What needs to happen for a carry bit to be 1 in a half adder?
Both inputs have to be TRUE or 1
What happens in a half adder if only one of the inputs is 1?
The output will be 1 and 0.