Unit 3 BXE Flashcards
1
Q
Basic rules of Boolean Algebra
A
- A + 0 = A 7. A . A = A
- A + 1 = 1 8. A .~A = 0
- A. 0 = 0 9. ~~A = A
- A .1 = A 10. A + AB = A
- A + A = A 11. A + (~A)B = A + B
- A + ~A = 1 12. (A + B)(A + C) = A + BC
2
Q
Application of Boolean Algebra:
A
Simplification means fewer gates for
the same function.
3
Q
In karnaugh map, rules for groups:
A
Groups of 1 only.
- they must be horizontal or vertical react, or squares. not L or anything, not diagonal.
- groups can only contain 2^n members. 2,4,8…
- groups should be as large as possible, remember they can overlap.
- u will have to roll the table to see the group, even if members are at the end of the table its fine as long as they the adjacent cells.
4
Q
Adjacent cells:
A
Cells who differ by only one bit in karnaugh map. like 000 and 001 are adjacent.
5
Q
Universal gates
A
nand , nor. Any circuit can be implemented by nand or nor alone.
6
Q
XOR gate as and, or?
A
Y = A(~B) + (~A)B