Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

NOT GATE

Basic Theory : If the input is true, the output is false and vice versa.

Logic Diagram:

Boolean expression: F=A’

Truth Table:

i/p o/p

0 1

1 0

Observations:

Conclusion:
Hence verified, we find that the not gate inverts its
output and turns 1 into 0 and 0 into 1.
OR GATE

Basic Theory :If any of the input is true then the output is true.

Logic Diagram:

Boolean expression: Y=A+B

Truth Table:

i/p o/p

A B Y=A+B

0 0 0

0 1 1

1 0 1

1 1 1

Observations:

Conclusion:
Hence verified, we find that when there is any input that is 1, the output is always 1.
AND GATE

Basic Theory :If any of the input is false then the output is true.

Logic Diagram:

Boolean expression: F=(AB)’

Truth Table:

i/p o/p

A B F=AB

0 0 0

0 1 0

1 0 0

1 1 1

Observations:

Conclusion:
Hence, we find that when there is any input that is 0, the output is always 0.
NAND GATE

Basic Theory :If any of the input is false then the output is false.

Logic Diagram:

Boolean expression: F=(AB)’

Truth Table:

i/p o/p

A B F=(AB)’

0 0 1

0 1 1

1 0 1

1 1 0

Observations:

Conclusion:
Hence verified, we find that when there is any input that is 0, the output is always 0.

NOR GATE
Basic Theory: If any of the input is true, then the output is false.

Logic Diagram:

Boolean expression: F=(A+B)’

Truth Table:

i/p o/p

A B F=(A+B)’

0 0 1

0 1 0

1 0 0

1 1 0

Observations:

Conclusion:
Hence, we find that when input contains both 1 then output is 0 while when the input < 0,0>the
output is 1.

XOR GATE
Basic Theory :If any of the input levels are different, then the output is true.

Logic Diagram:

Boolean expression: F=A’B+AB’

Truth Table:

i/p o/p

A B F=A’B+AB’

0 0 0

0 1 1

1 0 1

1 1 0

Observations:

Conclusion:
Hence, we find that when input contains both 1 and 0 <different>, the output is 1 while when
the input are same <i.e. 1,1 or 0,0>the output is 0.

You might also like