Chapter 10
Chapter 10
Input Output
A X
0 1
1 0
Input Output
A B X
0 0 0
0 1 0
1 0 0
1 1 1
Input Output
A B X
0 0 0
0 1 1
1 0 1
1 1 1
Input Output
A B X
0 0 1
0 1 1
1 0 1
1 1 0
Input Output
A B X
0 0 1
0 1 0
1 0 0
1 1 0
Page 1 of 4
Input Output
A B X
0 0 0
0 1 1
1 0 1
1 1 0
Input Output
A B X
0 0 1
0 1 0
1 0 0
1 1 1
Basic logic gates: NOT gate, AND gate and OR gates are known as basic logic gates. All the other gates
have been derived from the basic three gates.
Derived logic gates: NAND, NOR, XOR, XNOR gates are known as derived logic gates as each of these
gates are derived from combining one or more basic gates.
Universal gates: NAND and NOR gates are known as universal gates as just using NAND gates only or
NOR gates only any other gates can be made.
Order of operation for the 3 basic gates: Logic gates follow the precedence (order of operations) as given
below for the basic gates if parentheses (brackets) are not given:
1. NOT gate
2. AND gate
3. OR gate
However, if parentheses are given then the parentheses part will be performed first.
Binary 1 (one) can also be mentioned/represented/denoted by TRUE, ON or HIGH and binary 0 (zero) as
FALSE, OFF or LOW. They all mean same.
Page 2 of 4
Functions of the logic gates:
Page 3 of 4
Page 4 of 4