Download presentation
Presentation is loading. Please wait.
Published byLOKESH BAJORIA Modified over 5 years ago
1
DIGITAL ELECTRONICS AND LOGIC GATES
2
ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal
3
DIGITAL SIGNAL :- ▪ Digital signal is a pulsation wave from having only discrete values or levels of current or voltage represented as 0 (low current or voltage)and 1(high current or voltage).
4
▪ LOGIC GATES : building block of digital electronics. ▪ BOOLEAN ALGEBRA:- it is a binary or two value logic algebra. it allows only two values.these two values represent either 'true' or 'false' ; 'on' or 'off'; 'high' or low ; 'closed' or 'open' etc. by 1 and 0 respectively.
5
OR operation In Boolean algebra, the OR operation is represented by addition (+) sign and the Boolean expression for this operation is given by Y=A+B This can be read as “Y equals A OR B ”
6
And operation In Boolean algebra, the AND operation is represented by dot (.) sign and the Boolean expression for this operation is given by Y=A.B This can be read as “Y equals A AND B ”
7
Not operation In Boolean algebra, the NOT operation is represented by a bar over the variable and the Boolean expression is given by Y=A’ This can be read as “Y equals A negated ”
8
LOGICS GATES AND TRUTH TABLE
9
OR gate ▪ OR gate has two or more input it gives only one output when any one or more input are ON ▪ The relation between the output (Y)and the input (A AND B) is given by the Boolean expression. Y=A+B Input A Input B Output Y=A+B 000 011 101 111 Y A B
10
AND gate ▪ AND gate has two or more input and one output is available only when all input are available. ▪ The relation between (A AND B) and the output (Y) is given by the Boolean expression. Y=A.B Input A Input B Output Y=A.B 000 010 100 111 Y= AB A B Y
11
NOT gate (INVERTER) Input A Output Y 01 10 The NOT gate has only one input and this input is inverted to only one output The relation between input (A) and the output (Y) is given by the Boolean expression. Y=A’ Y = A’ A Y
12
NAND gate The logic gate in which the output of the AND gate is given to the input of NOT gate is called the NAND gate The Boolean expression for the NAND gate is given by Y=(A.B)’ Input A Input B Output (Y=A.B)’ 001 011 101 110
13
NOR gate The logic gate in which the output of the OR gate is given to the input of NOT gate is called the NOR gate The Boolean expression for the NAND gate is given by Y=(A+B)’ Input A Input B Output (Y=A+B)’ 001 010 100 110
14
THANKYOU MADE BY:- LOKESH BAJORIA
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.