Digital Electronics Tutorial
- NOT Gate Using 2:1 MUX in Digital ElectronicsIn digital electronics, a multiplexer or MUX is a combinational logic circuit which accepts several data inputs and allows only one of them at a time to flow through the output line. Multiplexer (MUX) is also known as data selector because it selects one from many.
- OR Gate Using 2:1 MUX in Digital ElectronicsA multiplexer or MUX is a combinational circuit that accepts several data inputs and allows only one of them to flow through the output line. Multiplexer (MUX) is also known as data selector because it selects one from many.
- AND Gate using 2:1 MUX in Digital ElectronicsA multiplexer or MUX is a combinational circuit that accepts several data inputs and allows only one of them to flow through the output line. Multiplexer (MUX) is also known as data selector because it selects one from many.
- Full Subtractor using NAND GateIn digital electronics, a subtractor is a combinational logic circuit that performs the subtraction of two binary numbers. However, the subtraction of binary number can be performed using adder circuits by taking 1s or 2s compliments. But, we may also realize a dedicate circuit to perform the subtra
- Implementation of NAND/NOR gate using CMOSIn digital electronics, NAND and NOR gates are two universal logic gates that are used to perform Boolean operations on multiple input variables. These gates produce an output based on the combination of inputs applied.
- Implementation of XNOR Gate using NOR GateThe NOR gate is a type of universal logic gate, hence we can use only NOR gates to realize the XNOR logic function.