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
13Half AddersHalf Adder will add minimum and maximum of 2 bits
14Full AddersFull Adder will add minimum and maximum of 3 bits
15MultiplexersMultiplexer (MUX) is a combinational circuit used to select one input from multiple inputs and forward it to a single output
16Multiplexers 2x1This type of MUX will select one input from two inputs and forward it to a single output
17Multiplexers 8x1This type of MUX will select one input from eight inputs and forward it to a single output
18Multiplexers 16x1This type of MUX will select one input from sixteen inputs and forward it to a single output
19De-MultiplexersDe-Multiplexers
20De-Multiplexers 1x2This type of DeMUX will distribute one input to two outputs
21De-Multiplexers 1x8This type of DeMUX will distribute one input to eight outputs
22De-Multiplexers 1x16This type of DeMUX will distribute one input to sixteen outputs
23Encoder and Decoder - IntroductionIntroduction to Encoder and Decoder including basic concepts, properties, and comparison
24Encoder (2 to 1 line) and Decoder (1 to 2 lines)Basic implementation of 2-to-1 line Encoder and 1-to-2 lines Decoder with truth table and Boolean expressions
25Encoder (4 to 2 lines) and Decoder (2 to 4 lines)Basic implementation of 4-to-2 lines Encoder and 2-to-4 lines Decoder with truth table and Boolean expressions
26Encoder (8 to 3 lines) and Decoder (3 to 8 lines)Basic implementation of 8-to-3 lines Encoder and 3-to-8 lines Decoder with truth table and Boolean expressions