ELECTRICS WEEK 3-BOOLEAN Flashcards

1
Q

What does the AND function mean in boolean?

A

Multiplication, represented by a .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the OR gate function mean in boolean?

A

Addition, represented by a +

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the commutative law state?

A

The order of operands does not matter, e.g.
AA.BB=BB.AA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does 𝐴.𝐵̅ mean?

A

A and NOT B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the Associative law state?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the distributive law state?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does DeMorgan’s law state?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the advantage of universal logic?

A

Theyre cheaper
You can combine NAND and NOR functions into one function which saves space in a circuit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly