Unit 3 BXE Flashcards

1
Q

Basic rules of Boolean Algebra

A
  1. A + 0 = A 7. A . A = A
  2. A + 1 = 1 8. A .~A = 0
  3. A. 0 = 0 9. ~~A = A
  4. A .1 = A 10. A + AB = A
  5. A + A = A 11. A + (~A)B = A + B
  6. A + ~A = 1 12. (A + B)(A + C) = A + BC
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Application of Boolean Algebra:

A

Simplification means fewer gates for

the same function.

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

In karnaugh map, rules for groups:

A

Groups of 1 only.

  1. they must be horizontal or vertical react, or squares. not L or anything, not diagonal.
  2. groups can only contain 2^n members. 2,4,8…
  3. groups should be as large as possible, remember they can overlap.
  4. 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Adjacent cells:

A

Cells who differ by only one bit in karnaugh map. like 000 and 001 are adjacent.

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

Universal gates

A

nand , nor. Any circuit can be implemented by nand or nor alone.

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

XOR gate as and, or?

A

Y = A(~B) + (~A)B

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