tags:
- bsu
- digital-systems
- ece230
- lecture
- notes
- fall-2024
source: https://boisestatecanvas.instructure.com/courses/34549/files?preview=16735213
created: 2024-09-23
...
What is the Boolean equation for an inverter using only NAND logic?
The Boolean equation for an inverter using only NAND logic is
What is the Boolean equation for an AND gate using only NAND logic?
The Boolean equation for an AND gate using only NAND logic is
What is the Boolean equation for an OR gate using only NAND logic?
The Boolean equation for an OR gate using only NAND logic is
What is the Boolean equation for a NOR gate using only NAND logic?
The Boolean equation for a NOR gate using only NAND logic is
NAND Inverter:
NAND AND:
NAND OR:
NAND NOR:
What is the Boolean equation for an inverter using only NOR logic?
The Boolean equation for an inverter using only NOR logic is
What is the Boolean equation for an AND gate using only NOR logic?
The Boolean equation for an AND gate using only NOR logic is
What is the Boolean equation for an OR gate using only NOR logic?
The Boolean equation for an OR gate using only NOR logic is
What is the Boolean equation for a NAND gate using only NOR logic?
The Boolean equation for a NAND gate using only NOR logic is
NOR Inverter:
NOR AND:
NOR OR:
NOR NAND:
What type of Boolean equation should you convert to NAND logic?
The type of Boolean equation you should convert to NAND logic is Sum of Product (SOP).
What type of Boolean equation should you convert to NOR logic?
The type of Boolean equation you should convert to NOR logic is Product of Sum (POS).
SOP equations should convert to NAND.
POS equations should convert to NOR.
In the equation
In the equation
...
What are the coordinates of each cell in a 4x4 Karnaugh map?
The coordinates of each cell in a 4x4 Karnaugh map are:
00 | 01 | 11 | 10 | |
---|---|---|---|---|
00 | 0 | 4 | 12 | 8 |
01 | 1 | 5 | 13 | 9 |
11 | 3 | 7 | 15 | 11 |
10 | 2 | 6 | 14 | 10 |
What do the coordinates of each cell in a Karnaugh map correspond to?
The coordinates of each cell in a Karnaugh map correspond to the row number of a truth table.
Can you group the corners of a Karnaugh map together horizontally / vertically?
Yes, you can group the corners of a Karnaugh map together horizontally / vertically.