0% found this document useful (0 votes)
237 views4 pages

27 Logic Gates Formula Sheets Quizrr

The document discusses different types of logic gates - OR, AND, NOT, NAND, NOR and XOR gates. It provides their boolean expressions and truth tables. It states that NAND and NOR gates can be used as basic building blocks as any logic gate can be realized using only NAND gates or only NOR gates, making them universal gates.

Uploaded by

Dhairya Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
237 views4 pages

27 Logic Gates Formula Sheets Quizrr

The document discusses different types of logic gates - OR, AND, NOT, NAND, NOR and XOR gates. It provides their boolean expressions and truth tables. It states that NAND and NOR gates can be used as basic building blocks as any logic gate can be realized using only NAND gates or only NOR gates, making them universal gates.

Uploaded by

Dhairya Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Click on this button

Click on this button


[1]

LOGIC GATES

OR Gate :
Boolean expression Y = A + B A B Y
A 0 0 0
Symbol Y=A+B Truth table 1 0 1
B 0 1 1
1 1 1

AND gate
Boolean expression Y = A  B

A B Y
A 0 0 0
Symbol Y = A.B Truth table 1 0 0
B 0 1 0
1 1 1

NOT gate
Boolean expression Y = A

A Y A Y
Symbol Truth table 0 1
1 0
NAND gate
Boolean expression A gB

A B Y
A 0 0 1
Symbol Y = A. B Truth table 1 0 1
B 0 1 1
1 1 0

NOR gate
Boolean expression Y  A + B

A B Y
A 0 0 1
Symbol Y = A+B Truth table 1 0 0
B 0 1 0
1 1 0

XOR gate or Ex–OR gate


Boolean expression Y  AB  AB

A B Y
0 0 0
Symbol Truth table 1 0 1
0 1 1
1 1 0
[2]

NAND and NOR work as basic building blocks


Any logic gate can be realised by using only NAND gates or only NOR gates. Therefore these two gates are
called the building blocks NAND / NOR are also universal gate.

NOT AND
OR

You might also like