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

Introduction.

Principle.

LOGICAL STATEMENTS.
1 0
High Low
Positive Negative
On Off
Close Open
Conducting Non-Conducting
Right Wrong
True False
Yes No
BasicGates.

The OR Gate: -

The AND Gate: -

The NOT Gate: -


TheORGate.

TRUTH TABLE:
Input A Input B OUTPUT
0 0 0
0 1 0
1 0 0
1 1 1
TheANDGate.

TRUTH TABLE:
Input A Input B OUTPUT
0 0 0
0 1 0
1 0 0
1 1 1
TheNOTGate.

TRUTH TABLE:

Input A OUTPUT Y
0 1
1 0
TheNORGate.

TRUTH TABLE:

Input A Input B OUTPUT


0 0 1
0 1 0
1 0 0
1 1 0
The NANDGate.

TRUTH TABLE:
Input A Input B OUTPUT
0 0 1
0 1 1
1 0 1
1 1 0

You might also like