CH 1 Computer System and Organisation 1 Boolean
CH 1 Computer System and Organisation 1 Boolean
NOIDA
E-CONTENT
COMPUTER SCIENCE CLASS XI
LOGIC GATES
Digital electronic circuits operate with voltages of two logic levels namely Logic Low and Logic
High. The range of voltages corresponding to Logic Low is represented with ‘0’. Similarly, the
range of voltages corresponding to Logic High is represented with ‘1’.
The basic digital electronic circuit that has one or more inputs and single output is known
as Logic gate. Hence, the Logic gates are the building blocks of any digital system.
LOGIC GATES
▪ Basic gates
▪ Universal gates
▪ Special gates
BASIC GATES
AND gate
OR gate
NOT gate
AND gate
An AND gate is a digital circuit that has two or more inputs and produces an
output, which is the logical AND of all those inputs. It is optional to represent the Logical
AND with the symbol ‘.’.
▪ The following table shows the AND gate and the truth table of 2-input AND gate.
A B Y = A.B
0 0 0
0 1 0
1 0 0
1 1 1
OR gate
An OR gate is a digital circuit that has two or more inputs and produces an
output, which is the logical OR of all those inputs. This logical OR is represented
with the symbol ‘+’.
A B Y = A.+ B
0 0 0
0 1 1
1 0 1
1 1 1
NOT gate
A Y = A’
0 1
1 0
Universal Gates
A B Y= (A . B) ’
0 0 1
0 1 1
1 0 1
1 1 0
NOR gate
NOR gate is a digital circuit that has two or more The following table shows the truth
inputs and produces an output, which is table of 2-input NOR gate
the inversion of logical OR of all those inputs.
A B Y = (A+B)’
0 0 1
0 1 0
1 0 0
1 1 0
Ex-OR gate
The full form of Ex-OR gate is Exclusive- The following table shows the truth table of
OR gate. Its function is same as that of OR 2-input Ex-OR gate.
gate except for some cases, when the inputs Therefore, the output of Ex-OR gate is ‘1’, when only
having even number of ones. one of the two inputs is ‘1’. And it is zero, when both
inputs are same.
A B Y = A⊙B
0 0 1
0 1 0
1 0 0
1 1 1
Ex-NOR gate
A B Y = A⊙B
0 0 1
0 1 0
1 0 0
1 1 1
………..THANK YOU……………..
BIBLIOGRAPHY: