Digital Logic Design (DLD)
Learn Digital Logic Design from basics to advanced, covering number systems, Boolean algebra, logic gates, Karnaugh maps, and combinational and sequential circuits to design efficient, reliable digital systems.
| # | Title | Description | Learning |
|---|---|---|---|
| 1 | Logic Gates | Introduction about logic gates and its different types. Introduction about common logic gates like AND, OR, NOT, NAND, NOR, XOR, and XNOR. | |
| 2 | AND Gate | Outputs will be HIGH only when all inputs are HIGH. This logic-gate performs logical multiplication in combinational logic circuits.. | |
| 3 | OR Gate | It produces a HIGH output when any input is HIGH. It performs logical addition in combinational logic circuits. | |
| 4 | NOT Gate | It converts HIGH to LOW and LOW to HIGH. It also called Invertor | |
| 5 | NAND Gate | The NAND gate is the inverse of the AND gate and outputs LOW only when all inputs are HIGH. | |
| 6 | NOR Gate | The NOR gate is the inverse of the OR gate and produces HIGH only when all inputs are LOW. | |
| 7 | XOR Gate | Output will be 1, if number of 1's in inputs are ODD. | |
| 8 | XNOR Gate | The XNOR gate is the inverse of the XOR gate. | |
| 9 | Universal Gates | NAND and NOR Gates Universality | |
| 10 | K-Map (2 Variables) | Karnaugh Mapping for Boolean expression having 2 variables | |
| 11 | K-Map (3 Variables) | Karnaugh Mapping for Boolean expression having 3 variables | |
| 12 | K-Map (4 Variables) | Karnaugh Mapping for Boolean expression having 4 variables |