EC2.101 - Digital Systems and Microcontrollers | DSM Lecture 7

with Prof. Aftab Hussain, Prof. Harikumar
Mar 05, 2021 - Friday
Written by: Pratyaksh Gautam

Standard logic gates

Of the boolean logic functions possible, we only consider a few of them as standard logic gates, owing to practical reasons.

The AND, OR, NOT, XOR, NAND, NOR

Universal gates

The NAND and the NOR gates are known as universal gates, any logic gate can be constructed using either one of these gates. We can show this by implementing NOT, AND and OR gates, which are known as the basic gates. If we can implement these basic gates, then we can implement any digital circuit.

Timing diagrams

The horizontal axis in a timing diagram represents the time, and the vertical axis shows the signal as it changes between the two possible voltage levels. By interpreting the signal as the output values of a truth table, this information can be carried in the signal.

Logic circuits

2 bit binary adder