ELECTRICS WEEK 3-BOOLEAN Flashcards
What does the AND function mean in boolean?
Multiplication, represented by a .
What does the OR gate function mean in boolean?
Addition, represented by a +
What does the commutative law state?
The order of operands does not matter, e.g.
AA.BB=BB.AA
What does 𝐴.𝐵̅ mean?
A and NOT B
What does the Associative law state?
When all operands are the same the order theyre applied in doesnt matter, e.g.
AA.(BB.CC)=(AA.BB).CC
- This works in algebra such as: (35) 4 = 60 3(45)= 60, they both equal the same thing
What does the distributive law state?
That the multiplication of 2 variables, and adding that result with a variable will result in the same value as multiplication of addition of the variable with individual variables, e.g.
A + (B.C)= (A+B).(A+C)
What does DeMorgan’s law state?
Break the line change the sign, e.g
Line above AB= line above A + line above B
Line above A+B= line above A. line above B
What is the advantage of universal logic?
Theyre cheaper
You can combine NAND and NOR functions into one function which saves space in a circuit