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.

#TitleDescriptionLearning
1Logic GatesIntroduction about logic gates and its different types. Introduction about common logic gates like AND, OR, NOT, NAND, NOR, XOR, and XNOR.
2AND GateOutputs will be HIGH only when all inputs are HIGH. This logic-gate performs logical multiplication in combinational logic circuits..
3OR GateIt produces a HIGH output when any input is HIGH. It performs logical addition in combinational logic circuits.
4NOT GateIt converts HIGH to LOW and LOW to HIGH. It also called Invertor
5NAND GateThe NAND gate is the inverse of the AND gate and outputs LOW only when all inputs are HIGH.
6NOR GateThe NOR gate is the inverse of the OR gate and produces HIGH only when all inputs are LOW.
7XOR GateOutput will be 1, if number of 1's in inputs are ODD.
8XNOR GateThe XNOR gate is the inverse of the XOR gate.
9Universal GatesNAND and NOR Gates Universality
10K-Map (2 Variables)Karnaugh Mapping for Boolean expression having 2 variables
11K-Map (3 Variables)Karnaugh Mapping for Boolean expression having 3 variables
12K-Map (4 Variables)Karnaugh Mapping for Boolean expression having 4 variables