SlideShare a Scribd company logo
1 of 103
Download to read offline
Digital Electronics
Dr. Manjunatha. P
manjup.jnnce@gmail.com
Professor
Dept. of ECE
J.N.N. College of Engineering, Shimoga
January 20, 2018
Overview Overview
Semiconductor Basics
Logic Gates
1 Truth table
2 Clock waveform
3 IC pin details
AIPMT/JEE/CET Papers
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 2 / 60
Classification of materials Classification of materials
Classification of materials
Classification Of materials based on resistivity/conductivity
Materials Resistivity Ω Ohm meter Conductivity σ Siemen per meter
Metals 10−2 − 10−8Ωm 102 − 108Sm−1
Semiconductors 10−5 − 106Ωm 105 − 10−6Sm−1
Insulators 1011 − 1019Ωm 102 − 10−11Sm−19
Classification Of materials based on energy bands
Inside the crystal each electron has a unique position and no two electrons see exactly the
same pattern of surrounding charges.
Hence each electron will have a different energy level.
These different energy levels with continuous energy variation form energy bands.
The energy band which including the energy levels of the valence electrons is called the
valence band.
The energy band above the valence band is called the conduction band.
The gap between the top of the valence band and bottom of the conduction band is
called the energy band gap (Energy gap Eg ).
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 3 / 60
Classification of materials Classification of materials
Metals Semiconductors Insulators
ElectronEnergies
Conduction Band
Valence Band
vE
cE
0gE
3 eVgE
3 eVgE <
Figure 1
In metals, conduction and valance bands overlap each other.
In semiconductors small band gap (Eg < 3eV ) exists between conduction and valance
band.
In Insulators large band gap (Eg > 3eV ) exists between conduction and valance band.
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 4 / 60
Classification of materials Classification of materials
Figure 2: Diode Characteristics
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 5 / 60
Classification of materials Classification of materials
Figure 3
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 6 / 60
Classification of materials Classification of materials
Figure 4: Zener diode Characteristics
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 7 / 60
Classification of materials Classification of materials
Figure 5: Photodiode Characteristics
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 8 / 60
Classification of materials Classification of materials
Figure 6: Solar cell Characteristics
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 9 / 60
Classification of materials Classification of materials
Figure 7: Half-wave-rectifier
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 10 / 60
Classification of materials Classification of materials
Figure 8: Center tap full wave-rectifier
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 11 / 60
Classification of materials Classification of materials
Figure 9: full wave-rectifier
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 12 / 60
Classification of materials Classification of materials
Figure 10: Block diagram of a generalised communication system.
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 13 / 60
Classification of materials Classification of materials
Figure 11: Block diagram of a generalised communication system.
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 14 / 60
Classification of materials Classification of materials
Figure 12
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 15 / 60
LOGIC GATES Introduction
NOT gate
NOT gate produces an inverted version of the input at its output. It has one input and
one output. This is also known as an inverter. Its symbol and truth table.
A Y
NOT gate
Figure 13
Table 1: Truth Table
NOT gate
Input Output
A Y = A
0 1
1 0
Figure 14
Figure 15
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 16 / 60
LOGIC GATES Introduction
AND Gate
An AND gate has two or more inputs and one output. The output Y is 1 only when all
the inputs are 1. The logic symbol and truth table are shown in Figure
A
AND Gate
B
Y
Figure 16
Table 2: Truth Table
AND Gate
Input Output
A B Y = A.B
0 0 0
0 1 0
1 0 0
1 1 1
A
(Input)
1
0
1
0
B
(Input)
Y
(Output)
Figure 17
Figure 18
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 17 / 60
LOGIC GATES Introduction
NAND Gate
An NAND gate has two or more inputs and one output. The output Y is 0 only when all
the inputs are 1. The logic symbol and truth table are shown in Figure. NAND and NOR
gates are called Universal Gates since by using these gates any basic gates can be realised.
A
AND
B
Y
INVERTER
A
B
NAND Gate
Y
Figure 19
Table 3: Truth Table
NAND Gate
Input Output
A B Y = A.B
0 0 1
0 1 1
1 0 1
1 1 0
A
(Input)
1
0
1
0
B
(Input)
Y
(Output)
Figure 20
Figure 21
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 18 / 60
LOGIC GATES Introduction
OR Gate
An OR gate has two or more inputs and one output. The output Y is 1 when anyone of
the inputs are 1. The logic symbol and truth table are shown in Figure
B
A
Y
OR Gate
Figure 22
Table 4: Truth Table
OR Gate
Input Output
A B Y = A + B
0 0 0
0 1 1
1 0 1
1 1 1
A
(Input)
1
0
1
0
B
(Input)
Y
(Output)
Figure 23
Figure 24
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 19 / 60
LOGIC GATES Introduction
NOR Gate
An NOR gate has two or more inputs and one output. The output Y is 1 only when all
the inputs are 0. The logic symbol and truth table are shown in Figure. NAND and NOR
gates are called Universal Gates since by using these gates any basic gates can be realised.
Y
INVERTER
A
B
A
B
Y
NOR GateOR
Figure 25
Table 5: Truth Table
NOR Gate
Input Output
A B Y = A + B
0 0 1
0 1 0
1 0 0
1 1 0
A
(Input)
1
0
1
0
B
(Input)
Y
(Output)
Figure 26
Figure 27Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 20 / 60
LOGIC GATES Introduction
EX-OR Gate
An EX-OR gate has two or more inputs and one output. The output Y is 0 when all the
inputs are 0 or 1. The logic symbol and truth table are shown in Figure
A
B
Y
EX-OR Gate
Figure 28
Table 6: Truth Table
EX-OR Gate
Input Output
A B Y = A ⊕ B
0 0 0
0 1 1
1 0 1
1 1 0
Figure 29
Figure 30
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 21 / 60
LOGIC GATES Introduction
EX-NOR Gate
An NOR gate has two or more inputs and one output. The output Y is 1 only when all
the inputs are 0. The logic symbol and truth table are shown in Figure. NAND and NOR
gates are called Universal Gates since by using these gates any basic gates can be realised.
A
B
Y
EX-NOR Gate
Figure 31
Table 7: Truth Table
EX-NOR Gate
Input Output
A B Y = A ⊕ B
0 0 1
0 1 0
1 0 0
1 1 1
Figure 32 Figure 33
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 22 / 60
LOGIC GATES Introduction
EX-OR Gate using NAND gates
A
B
Y
AB
( )A AB
( )B AB
( ) ( )A AB B AB
Figure 34
Y = A(AB) B(AB) = A(AB) + B(AB) = A(A + B) + B(A + B)
Y = A(AB) B(AB)
= A(AB) + B(AB)
= A(A + B) + B(A + B) = AA + AB + BA + BB
= AA + AB
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 23 / 60
LOGIC GATES Introduction
(i) (ii)
(iii) (iv)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
LOGIC GATES Introduction
(i) (ii)
(iii) (iv)
(i) (ii)
(iii) (iv)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
LOGIC GATES Introduction
(i) (ii)
(iii) (iv)
(i) (ii)
(iii) (iv)
A
B
Y
A
Y
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
LOGIC GATES Introduction
(i) (ii)
(iii) (iv)
(i) (ii)
(iii) (iv)
A
B
Y
A
Y
A B Y
0 0 0
0 1 1
1 0 1
1 1 1
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
LOGIC GATES Introduction
(i) (ii)
(iii) (iv)
(i) (ii)
(iii) (iv)
A
B
Y
A
Y
A B Y
0 0 0
0 1 1
1 0 1
1 1 1
A B Y
0 0 0
0 1 1
1 0 1
1 1 0
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
LOGIC GATES Introduction
(i) (ii)
(iii) (iv)
(i) (ii)
(iii) (iv)
A
B
Y
A
Y
A B Y
0 0 0
0 1 1
1 0 1
1 1 1
A B Y
0 0 0
0 1 1
1 0 1
1 1 0
A B Y
0 0 0
0 1 0
1 0 0
1 1 1
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
LOGIC GATES Introduction
(i) (ii)
(iii) (iv)
(i) (ii)
(iii) (iv)
A
B
Y
A
Y
A B Y
0 0 0
0 1 1
1 0 1
1 1 1
A B Y
0 0 0
0 1 1
1 0 1
1 1 0
A B Y
0 0 0
0 1 0
1 0 0
1 1 1
A B Y
0 0 1
0 1 0
1 0 0
1 1 0
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
LOGIC GATES Introduction
(i) (ii)
(iii) (iv)
(i) (ii)
(iii) (iv)
A
B
Y
A
Y
A B Y
0 0 0
0 1 1
1 0 1
1 1 1
A B Y
0 0 0
0 1 1
1 0 1
1 1 0
A B Y
0 0 0
0 1 0
1 0 0
1 1 1
A B Y
0 0 1
0 1 0
1 0 0
1 1 0
A
(Input)
1
0
1
0
B
(Input)
Y
(Output)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
LOGIC GATES Introduction
(i) (ii)
(iii) (iv)
(i) (ii)
(iii) (iv)
A
B
Y
A
Y
A B Y
0 0 0
0 1 1
1 0 1
1 1 1
A B Y
0 0 0
0 1 1
1 0 1
1 1 0
A B Y
0 0 0
0 1 0
1 0 0
1 1 1
A B Y
0 0 1
0 1 0
1 0 0
1 1 0
A
(Input)
1
0
1
0
B
(Input)
Y
(Output)
A
(Input)
1
0
1
0
B
(Input)
Y
(Output)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
LOGIC GATES Introduction
NOT gate using
NAND and NOR
A Y
NOT gate
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 25 / 60
LOGIC GATES Introduction
AND analogy
AC
S2
S1
S1 S2 Bulb
OFF OFF OFF
OFF ON OFF
ON OFF OFF
ON ON ON
OR analogy
AC
S2S1
S1 S2 Bulb
OFF OFF OFF
OFF ON ON
ON OFF ON
ON ON ON
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 26 / 60
LOGIC GATES Introduction
A B C Y1 Y2 Y3 Y4
0 0 0 0 0 1 1
0 0 1 1 0 0 1
0 1 0 1 0 0 1
0 1 1 1 0 0 1
1 0 0 1 0 0 1
1 0 1 1 0 0 1
1 1 0 1 0 0 1
1 1 1 1 1 0 0
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 27 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2017-147 : Which one of the following represents forward bias diode?
-4 V -3 V
0 V -2 V
-2 V +2 V
3 V 5 V
(1)
(2)
(3)
(4)
R
R
R
R
Figure 35
Solution:
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 28 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2017-147 : Which one of the following represents forward bias diode?
-4 V -3 V
0 V -2 V
-2 V +2 V
3 V 5 V
(1)
(2)
(3)
(4)
R
R
R
R
Figure 35
Solution: Ans: (4)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 28 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2017-142 : The given electrical network is equivalent to
A
B
Y
Figure 36
(1) OR gate (2)NOR gate
(3) NOT gate (4) AND gate
Solution:
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 29 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2017-142 : The given electrical network is equivalent to
A
B
Y
Figure 36
(1) OR gate (2)NOR gate
(3) NOT gate (4) AND gate
Solution: Ans: (2)
NOR gate
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 29 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2016-34 : To get output 1 for the following circuit, the correct choice for the input is
A
C
B
Y
Figure 37
(1) A=0, B=1, C=0 (2) A=1, B=0, C=0
(3) A=1, B=1, C=0 (4) A=1, B=0, C=1
Solution:
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 30 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2016-34 : To get output 1 for the following circuit, the correct choice for the input is
A
C
B
Y
Figure 37
(1) A=0, B=1, C=0 (2) A=1, B=0, C=0
(3) A=1, B=1, C=0 (4) A=1, B=0, C=1
Solution: Ans: (4)
The circuit output Y is
Y = (A + B)C
C should be 1 and A or B is 1. This condition is satisfied by option (4)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 30 / 60
LOGIC GATES AIPMT/NEET/JEE
JEE-2016-23: If a, b, c, d are inputs to a gate and x is its output, then, as per the following
time graph, the gate is:
d
c
1
x
b
a
0
1
0
Figure 38
The logic circuit gate is :
(1) AND gate (2) NAND gate (3)NOR gate (4)OR gate
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 31 / 60
LOGIC GATES AIPMT/NEET/JEE
JEE-2016-23: If a, b, c, d are inputs to a gate and x is its output, then, as per the following
time graph, the gate is:
d
c
1
x
b
a
0
1
0
Figure 38
The logic circuit gate is :
(1) AND gate (2) NAND gate (3)NOR gate (4)OR gate
Ans: (4)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 31 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2016-34-Code-APW,2012-99 : To get output 1 for the following circuit, the correct
choice for the input is
A
C
B
Y
Figure 39
(1) A=0, B=1, C=0 (2) A=1, B=0, C=0
(3) A=1, B=1, C=0 (4) A=1, B=0, C=1
Solution:
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 32 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2016-34-Code-APW,2012-99 : To get output 1 for the following circuit, the correct
choice for the input is
A
C
B
Y
Figure 39
(1) A=0, B=1, C=0 (2) A=1, B=0, C=0
(3) A=1, B=1, C=0 (4) A=1, B=0, C=1
Solution:
Ans: (4)
The circuit output Y is
Y = (A + B)C
C should be 1 and A or B is 1. This condition is satisfied by option (4)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 32 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2016-13-CODE-APW: Consider the junction diode as ideal. The value of current
flowing through AB is. Figure 40
A 1 kΩ B
+ 4 v - 6 v
Figure 40
(1) 0 A (2) 10−2 A (3) 10−1 A (4) 10−3 A
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 33 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2016-13-CODE-APW: Consider the junction diode as ideal. The value of current
flowing through AB is. Figure 40
A 1 kΩ B
+ 4 v - 6 v
Figure 40
(1) 0 A (2) 10−2 A (3) 10−1 A (4) 10−3 A
Solution: The diode is ideal means its internal resistance and its junction voltage is zero. The
diode is forward biased. Its anode terminal is of + 4V and its cathode terminal is of - 6 V.
Therefore total forward biased voltage to the diode is 10V. Current flowing in the resistance is
I =
10
1000
= 10−2
A
Correct option is (2)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 33 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2015-150-CODE-APW: In the given figure a diode is connected to an external
resistance of R = 100Ω and an e.m.f. of 3.5 V. If the barrier potential across diode is 0.5 V the
current in the circuit will be
100 Ω
3.5 V
D
R
Figure 41
(1) 35 mA (2) 30 mA (3) 40 mA (4) 20 mA
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 34 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2015-150-CODE-APW: In the given figure a diode is connected to an external
resistance of R = 100Ω and an e.m.f. of 3.5 V. If the barrier potential across diode is 0.5 V the
current in the circuit will be
100 Ω
3.5 V
D
R
Figure 41
(1) 35 mA (2) 30 mA (3) 40 mA (4) 20 mA
Solution:
Ans: (2)
The effective forward voltage across diode is 3.5V-0.5V=3V. The current through circuit is
I =
3
100
= 30 mA
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 34 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2014-157-CODE-Q: The barrier potential of PN junction depends upon circuit will be
(a) type of semi conductor material
(b) amount of doping
(c) temperature
Which of the following is correct:
(1) (b) only (2) (b) and (c) only
(3) (a), (b) and (c) only (4) (a) and (b) only
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 35 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2014-157-CODE-Q: The barrier potential of PN junction depends upon circuit will be
(a) type of semi conductor material
(b) amount of doping
(c) temperature
Which of the following is correct:
(1) (b) only (2) (b) and (c) only
(3) (a), (b) and (c) only (4) (a) and (b) only
Ans: (1):amount of doping
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 35 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2013-45: The output (X) of the logic circuit shown in Figure will be
A
B
X
Figure 42
(1) X = A B (2) X = AB
(3) X = AB (4) X = A + B
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 36 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2013-45: The output (X) of the logic circuit shown in Figure will be
A
B
X
Figure 42
(1) X = A B (2) X = AB
(3) X = AB (4) X = A + B
Solution:
Ans: (3)
The first NAND gate output is X = AB and the second gate output is X = AB = AB
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 36 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2012-99 2010-28: To get an output Y = 1 from the circuit shown below, the input
must be: Figure 43
A
C
B
Y
Figure 43
A B C
1 0 1 0
2 0 0 1
3 1 0 1
4 1 0 0
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 37 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2012-99 2010-28: To get an output Y = 1 from the circuit shown below, the input
must be: Figure 43
A
C
B
Y
Figure 43
A B C
1 0 1 0
2 0 0 1
3 1 0 1
4 1 0 0
Ans: (3)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 37 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2011-50: Symbolic representation of four logic gates are shown as in Figure 44
(i) (ii)
(iii) (iv)
Figure 44
Pick out which ones are for AND, NAND and NOT gates respectively
(1) (ii), (iv) and (iii) (2) (ii), (iii) and (iv)
(3) (iii), (ii) and (i) (4) (iii), (ii) and (iv)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 38 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2011-50: Symbolic representation of four logic gates are shown as in Figure 44
(i) (ii)
(iii) (iv)
Figure 44
Pick out which ones are for AND, NAND and NOT gates respectively
(1) (ii), (iv) and (iii) (2) (ii), (iii) and (iv)
(3) (iii), (ii) and (i) (4) (iii), (ii) and (iv)
Ans: (1)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 38 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2009-8: Symbolic representation of four logic gates are shown as in Figure 45
(i) (ii)
(iii) (iv)
Figure 45
Pick out which ones are for OR, NOT and NAND gates respectively
(1) (iv), (i) and (iii) (2) (iv), (ii) and (i)
(3) (i), (iii) and (iv) (4) (iii), (iv) and (ii)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 39 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2009-8: Symbolic representation of four logic gates are shown as in Figure 45
(i) (ii)
(iii) (iv)
Figure 45
Pick out which ones are for OR, NOT and NAND gates respectively
(1) (iv), (i) and (iii) (2) (iv), (ii) and (i)
(3) (i), (iii) and (iv) (4) (iii), (iv) and (ii)
Solution:
Ans: (2)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 39 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2008-49: The circuit 46 is equivalent to
Figure 46
(1) OR gate (2) AND gate (3) NAND gate (4)NOR gate
Solution:
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 40 / 60
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2008-49: The circuit 46 is equivalent to
Figure 46
(1) OR gate (2) AND gate (3) NAND gate (4)NOR gate
Solution: Ans: (4)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 40 / 60
LOGIC GATES AIPMT/NEET/JEE
JEE 2016-24: Choose the correct statement:
(1) In amplitude modulation the amplitude of the high frequency carrier wave is
made to vary in proportion to the amplitude of the audio signal.
(2) In amplitude modulation the frequency of the high frequency carrier wave is
made to vary in proportion to the amplitude of the audio signal.
(3) In frequency modulation the amplitude of the high frequency carrier wave is
made to vary in proportion to the amplitude of the audio signal.
(4) In frequency modulation the amplitude of the high frequency carrier wave is
made to vary in proportion to the frequency of the audio signal.
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 41 / 60
LOGIC GATES AIPMT/NEET/JEE
JEE 2016-24: Choose the correct statement:
(1) In amplitude modulation the amplitude of the high frequency carrier wave is
made to vary in proportion to the amplitude of the audio signal.
(2) In amplitude modulation the frequency of the high frequency carrier wave is
made to vary in proportion to the amplitude of the audio signal.
(3) In frequency modulation the amplitude of the high frequency carrier wave is
made to vary in proportion to the amplitude of the audio signal.
(4) In frequency modulation the amplitude of the high frequency carrier wave is
made to vary in proportion to the frequency of the audio signal.
Solution: Ans: (1)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 41 / 60
LOGIC GATES AIPMT/NEET/JEE
JEE 2016-29: Identify the semiconductor devices whose characteristics are given below, in the
order (a), (b), (c), (d):
 
Figure 47
(1) Simple diode, Zener diode, Solar cell, Light dependent resistance.
(2) Zener diode, Simple diode, Light dependent resistance, Solar cell.
(3) Solar cell, Light dependent resistance, Zener diode, Simple diode.
(4) Zener diode, Solar cell, Simple diode, Light dependent resistance.
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 42 / 60
LOGIC GATES AIPMT/NEET/JEE
JEE 2016-29: Identify the semiconductor devices whose characteristics are given below, in the
order (a), (b), (c), (d):
 
Figure 47
(1) Simple diode, Zener diode, Solar cell, Light dependent resistance.
(2) Zener diode, Simple diode, Light dependent resistance, Solar cell.
(3) Solar cell, Light dependent resistance, Zener diode, Simple diode.
(4) Zener diode, Solar cell, Simple diode, Light dependent resistance.
Solution:
Ans: (1)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 42 / 60
LOGIC GATES AIPMT/NEET/JEE
JEE 2015-29: A signal of 5 kHz frequency is amplitude modulated on a carrier wave of
frequency 2 MHz. The frequencies of the resultant signal is/are : the circuit will be
(1) 2 MHz only (2) 2005 kHz, and 1995 kHz
(3) 2005 kHz, 2000 kHz and 1995 kHz
(4) 2000 kHz and 1995 kHz
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 43 / 60
LOGIC GATES AIPMT/NEET/JEE
JEE 2015-29: A signal of 5 kHz frequency is amplitude modulated on a carrier wave of
frequency 2 MHz. The frequencies of the resultant signal is/are : the circuit will be
(1) 2 MHz only (2) 2005 kHz, and 1995 kHz
(3) 2005 kHz, 2000 kHz and 1995 kHz
(4) 2000 kHz and 1995 kHz
Solution: Ans: (3)
A signal of 5 kHz frequency is amplitude modulated on a carrier wave of frequency 2 MHz. The
frequencies of the resultant signal can be therefore 2005 Hz, 2000 Hz, 1995 Hz.
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 43 / 60
LOGIC GATES AIPMT/NEET/JEE
JEE 2014-13: The forward biased diode connection is:
-3 V -3 V
+ 2 V -2 V
2 V 4 V
-2 V +2 V
(1)
(2)
(3)
(4)
Figure 48
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 44 / 60
LOGIC GATES AIPMT/NEET/JEE
JEE 2014-13: The forward biased diode connection is:
-3 V -3 V
+ 2 V -2 V
2 V 4 V
-2 V +2 V
(1)
(2)
(3)
(4)
Figure 48
Solution: Ans: (3)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 44 / 60
LOGIC GATES AIPMT/NEET/JEE
JEE 2014-14: During the propagation of electromagnetic waves in a medium :
(1) Electric energy density is equal to the magnetic energy density.
(2) Both electric and magnetic energy densities are zero.
(3) Electric energy density is double of the magnetic energy density.
(4) Electric energy density is half of the magnetic density.
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 45 / 60
LOGIC GATES AIPMT/NEET/JEE
JEE 2014-14: During the propagation of electromagnetic waves in a medium :
(1) Electric energy density is equal to the magnetic energy density.
(2) Both electric and magnetic energy densities are zero.
(3) Electric energy density is double of the magnetic energy density.
(4) Electric energy density is half of the magnetic density.
Solution: Ans: (1)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 45 / 60
LOGIC GATES AIPMT/NEET/JEE
JEE 2014-14: Match I (Electromagnetic wave type) with List-II (its association/application) and
select the correct option from the choices given below the lists:
a Infrared waves (i) To treat muscular strain
b Radio waves (ii) For broad casting
c X-rays (iii) To detect fracture of bones
d Ultraviolet rays (iv) Absorbed by the ozone layer
of the atmosphere
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 46 / 60
LOGIC GATES AIPMT/NEET/JEE
JEE 2014-14: Match I (Electromagnetic wave type) with List-II (its association/application) and
select the correct option from the choices given below the lists:
a Infrared waves (i) To treat muscular strain
b Radio waves (ii) For broad casting
c X-rays (iii) To detect fracture of bones
d Ultraviolet rays (iv) Absorbed by the ozone layer
of the atmosphere
a b c d
(1) (iv) (iii) (ii) (i)
(2) (i) (ii) (iv) (iii)
(3) (iii) (ii) (i) (iv)
(4) (i) (ii) (iii) (iv)
Solution: Ans: (4)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 46 / 60
LOGIC GATES CET
CET 2017-56 Which of the following semi-conducting devices is used as voltage regulator ?
A Photo diode
B LASER diode
C Zener diode
D Solar cell
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 47 / 60
LOGIC GATES CET
CET 2017-56 Which of the following semi-conducting devices is used as voltage regulator ?
A Photo diode
B LASER diode
C Zener diode
D Solar cell
Solution: C: Zener diode
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 47 / 60
LOGIC GATES CET
CET 2017-56 Which of the following semi-conducting devices is used as voltage regulator ?
A Photo diode
B LASER diode
C Zener diode
D Solar cell
Solution: C: Zener diode
CET 2017-57 In the three parts of a transistor, Emitter is of
A moderate size and heavily doped
B large size and lightly doped
C thin size and heavily doped
D large size and moderately doped
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 47 / 60
LOGIC GATES CET
CET 2017-56 Which of the following semi-conducting devices is used as voltage regulator ?
A Photo diode
B LASER diode
C Zener diode
D Solar cell
Solution: C: Zener diode
CET 2017-57 In the three parts of a transistor, Emitter is of
A moderate size and heavily doped
B large size and lightly doped
C thin size and heavily doped
D large size and moderately doped
Solution: (A)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 47 / 60
LOGIC GATES CET
CET 2017-59 Which of the following logic gate is considered as universal.
(A) (B)
(C) (D)
A
B
Y
A
A
A
B
B
Y
Y
Y
Figure 49
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 48 / 60
LOGIC GATES CET
CET 2017-59 Which of the following logic gate is considered as universal.
(A) (B)
(C) (D)
A
B
Y
A
A
A
B
B
Y
Y
Y
Figure 49
Solution: (D) NAND gate
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 48 / 60
LOGIC GATES CET
CET 2017-60 A basic communication system consists of
(A) Transmitter
(b) Information source
(c) User of information
(d) Channel
(e) Receiver
The correct sequence of the arrangement is
(A) a, b, c, d and e
(B) b, a, d, e and c
(C) b, d, a, c and e
(d) Channel
(e) b, e, a, d and c
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 49 / 60
LOGIC GATES CET
CET 2017-60 A basic communication system consists of
(A) Transmitter
(b) Information source
(c) User of information
(d) Channel
(e) Receiver
The correct sequence of the arrangement is
(A) a, b, c, d and e
(B) b, a, d, e and c
(C) b, d, a, c and e
(d) Channel
(e) b, e, a, d and c
Solution: (B)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 49 / 60
LOGIC GATES CET
CET 2016-60 Identify the logic operation carried out by the following circuit.
A
B
Y
Figure 50
(1) AND (2) NAND (3) NOR (4) OR
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 50 / 60
LOGIC GATES CET
CET 2016-60 Identify the logic operation carried out by the following circuit.
A
B
Y
Figure 50
(1) AND (2) NAND (3) NOR (4) OR
Solution: (4) OR gate
Y = A .B = A + B = A + B
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 50 / 60
LOGIC GATES CET
CET 2015-59 The given truth table is for.
Input1 Input2 Output
A B Y
0 0 1
0 1 1
1 0 1
1 1 0
(1) AND gate (2) OR gate (3) NAND gate (4) NOR gate
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 51 / 60
LOGIC GATES CET
CET 2015-59 The given truth table is for.
Input1 Input2 Output
A B Y
0 0 1
0 1 1
1 0 1
1 1 0
(1) AND gate (2) OR gate (3) NAND gate (4) NOR gate
Solution: (3) NAND gate
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 51 / 60
LOGIC GATES CET
CET 2014-34 For the given digital circuit, identify the logic gate it represents.
Y
A
B
Figure 51
(1) OR gate (2)NOR gate (3) NAND gate (4) AND gate
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 52 / 60
LOGIC GATES CET
CET 2014-34 For the given digital circuit, identify the logic gate it represents.
Y
A
B
Figure 51
(1) OR gate (2)NOR gate (3) NAND gate (4) AND gate
Solution: (4) AND gate
Y = A + B = A.B = A.B
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 52 / 60
LOGIC GATES CET
CET 2013-58 The output of an OR gate is connected to both the inputs of a NAND gate.
The combination will serve as
(1) AND gate (2)NOT gate (3) NAND gate (4)NOR gate
Solution:
Y
A
B
Figure 52
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 53 / 60
LOGIC GATES CET
CET 2013-58 The output of an OR gate is connected to both the inputs of a NAND gate.
The combination will serve as
(1) AND gate (2)NOT gate (3) NAND gate (4)NOR gate
Solution:
Y
A
B
Figure 52
(4) NOR gate
Y = A + B = A.B
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 53 / 60
LOGIC GATES CET
CET 2012-58 The following truth table with A and B as inputs is for ——- gate
A B Output
1 0 1
1 1 0
0 1 1
0 0 0
(1) AND gate (2) OR gate (3) XOR gate (4) NOR gate
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 54 / 60
LOGIC GATES CET
CET 2012-58 The following truth table with A and B as inputs is for ——- gate
A B Output
1 0 1
1 1 0
0 1 1
0 0 0
(1) AND gate (2) OR gate (3) XOR gate (4) NOR gate
Solution: (3) XOR gate
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 54 / 60
LOGIC GATES CET
CET 2011-59 The output of given logic circuit is ——-
(1) A.(B+C) (2)A.(B.C)
(3) (A+B).(A+C) (4) A+B+C
Y
A
B
C
Figure 53
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 55 / 60
LOGIC GATES CET
CET 2011-59 The output of given logic circuit is ——-
(1) A.(B+C) (2)A.(B.C)
(3) (A+B).(A+C) (4) A+B+C
Y
A
B
C
Figure 53
Solution: (3)
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 55 / 60
LOGIC GATES CET
CET 2010-59 Identify the logic operation performed by the circuit given here.
Y
A
B
Figure 54
(1) NOT (2)NAND (3)OR (4)NOR
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 56 / 60
LOGIC GATES CET
CET 2010-59 Identify the logic operation performed by the circuit given here.
Y
A
B
Figure 54
(1) NOT (2)NAND (3)OR (4)NOR
Solution: (3) OR gate
Y = A + B = A + B
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 56 / 60
LOGIC GATES CET
CET 2009-26 In the following combination of logic gates, the outputs of A,B and C are
respectively
0
1
1
0
1
1
1
1
(A)
(B)
(C)
Figure 55
(1) 0,1,0 (2)1,1,0 (3)1,0,1 (4)0,1,1
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 57 / 60
LOGIC GATES CET
CET 2009-26 In the following combination of logic gates, the outputs of A,B and C are
respectively
0
1
1
0
1
1
1
1
(A)
(B)
(C)
Figure 55
(1) 0,1,0 (2)1,1,0 (3)1,0,1 (4)0,1,1
Solution: (2) 1,1,0
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 57 / 60
LOGIC GATES CET
CET 2008-45 To get an output y=1 from the circuit shown, the inputs of A,B and C are
respectively
Y
A
B
C
Figure 56
(1) 0,1,0 (2)1,0,0 (3)1,0,1 (4)1,1,0
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 58 / 60
LOGIC GATES CET
CET 2008-45 To get an output y=1 from the circuit shown, the inputs of A,B and C are
respectively
Y
A
B
C
Figure 56
(1) 0,1,0 (2)1,0,0 (3)1,0,1 (4)1,1,0
Solution: (3) 1,0,1
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 58 / 60
LOGIC GATES CET
CET 2007-45 The following truth table with A and B as inputs is for ——- gate
A B Output
0 0 1
0 1 1
1 0 1
1 1 0
(1) NAND (2) XOR gate (3) AND (4) NOR
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 59 / 60
LOGIC GATES CET
CET 2007-45 The following truth table with A and B as inputs is for ——- gate
A B Output
0 0 1
0 1 1
1 0 1
1 1 0
(1) NAND (2) XOR gate (3) AND (4) NOR
Solution: (1) NAND gate
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 59 / 60
LOGIC GATES CET
CET 2010-59 Identify the logic operation performed by the circuit given here.
Y
A
B
A
B
Figure 57
(1) NOT (2)AND (3)OR (4)NAND
Y = A + B = A.B = A.B
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 60 / 60
LOGIC GATES CET
CET 2010-59 Identify the logic operation performed by the circuit given here.
Y
A
B
A
B
Figure 57
(1) NOT (2)AND (3)OR (4)NAND
Y = A + B = A.B = A.B
Ans: (4) NAND
Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 60 / 60

More Related Content

What's hot (20)

Physics project on logic gate
Physics project on logic gatePhysics project on logic gate
Physics project on logic gate
 
Digital Electronics Logic gates
Digital Electronics Logic gatesDigital Electronics Logic gates
Digital Electronics Logic gates
 
Logic gates presentation
Logic gates presentationLogic gates presentation
Logic gates presentation
 
Computer circuit logic
Computer circuit logicComputer circuit logic
Computer circuit logic
 
physics investigatory on logic gates
physics investigatory on logic gatesphysics investigatory on logic gates
physics investigatory on logic gates
 
Logic gates
Logic gatesLogic gates
Logic gates
 
Physics investigatory project for class 12 logic gates
Physics investigatory project for class 12 logic gatesPhysics investigatory project for class 12 logic gates
Physics investigatory project for class 12 logic gates
 
Presentation On Logic Gate
Presentation On Logic Gate Presentation On Logic Gate
Presentation On Logic Gate
 
Logic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gatesLogic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gates
 
DEL LAB MANUAL
DEL LAB MANUALDEL LAB MANUAL
DEL LAB MANUAL
 
Basic Logic gates
Basic Logic gatesBasic Logic gates
Basic Logic gates
 
Logic gate
Logic gateLogic gate
Logic gate
 
Logic gates (1)
Logic gates (1)Logic gates (1)
Logic gates (1)
 
Dpsd lecture-notes
Dpsd lecture-notesDpsd lecture-notes
Dpsd lecture-notes
 
LOGIC GATES
LOGIC GATESLOGIC GATES
LOGIC GATES
 
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational CircuitsCOMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
 
Logic gates 07 11-2014
Logic gates 07 11-2014Logic gates 07 11-2014
Logic gates 07 11-2014
 
Digital logic
Digital logicDigital logic
Digital logic
 
logic gates
logic gateslogic gates
logic gates
 
Chap 3
Chap 3Chap 3
Chap 3
 

Similar to Logic gates

Physics investigatory project
Physics investigatory projectPhysics investigatory project
Physics investigatory projectAbhinav Kumar
 
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )Jikrul Sayeed
 
Physics logic gates1
Physics logic gates1Physics logic gates1
Physics logic gates1Kirthi Kirthu
 
PDT DC015 Chapter 2 Computer System 2017/2018 (f)
PDT DC015 Chapter 2 Computer System 2017/2018 (f)PDT DC015 Chapter 2 Computer System 2017/2018 (f)
PDT DC015 Chapter 2 Computer System 2017/2018 (f)Fizaril Amzari Omar
 
IRJET- V-I Characteristics Plotter
IRJET- V-I Characteristics PlotterIRJET- V-I Characteristics Plotter
IRJET- V-I Characteristics PlotterIRJET Journal
 
Microcontroller based Integrated Circuit Tester
Microcontroller based Integrated Circuit TesterMicrocontroller based Integrated Circuit Tester
Microcontroller based Integrated Circuit TesterIJERA Editor
 
IMPLEMENTING A DIGITAL MULTIMETER
IMPLEMENTING A DIGITAL MULTIMETERIMPLEMENTING A DIGITAL MULTIMETER
IMPLEMENTING A DIGITAL MULTIMETERVijay Elavunkal
 
Components logic gates
Components   logic gatesComponents   logic gates
Components logic gatessld1950
 
logic gates using IC cbse class 12
logic gates using IC cbse class 12logic gates using IC cbse class 12
logic gates using IC cbse class 12Kirthi Kirthu
 
Physics logic gates 2
Physics logic gates 2Physics logic gates 2
Physics logic gates 2Kirthi Kirthu
 
Physics Investigatory project Class 12 Logic Gates
Physics Investigatory project Class 12 Logic GatesPhysics Investigatory project Class 12 Logic Gates
Physics Investigatory project Class 12 Logic GatesRaghav Rathi
 
IRJET - Expansion of Logic Gates using Trainer
IRJET - Expansion of Logic Gates using TrainerIRJET - Expansion of Logic Gates using Trainer
IRJET - Expansion of Logic Gates using TrainerIRJET Journal
 
PST SC015 Chapter 2 Computer System (III) 2017/2018
PST SC015 Chapter 2 Computer System (III) 2017/2018PST SC015 Chapter 2 Computer System (III) 2017/2018
PST SC015 Chapter 2 Computer System (III) 2017/2018Fizaril Amzari Omar
 
IRJET-Design and Implementation of LNS based Approximate Multiplier using Mit...
IRJET-Design and Implementation of LNS based Approximate Multiplier using Mit...IRJET-Design and Implementation of LNS based Approximate Multiplier using Mit...
IRJET-Design and Implementation of LNS based Approximate Multiplier using Mit...IRJET Journal
 

Similar to Logic gates (20)

Physics investigatory project
Physics investigatory projectPhysics investigatory project
Physics investigatory project
 
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
 
Deld lab manual
Deld lab manualDeld lab manual
Deld lab manual
 
Experiment full.docx
Experiment full.docxExperiment full.docx
Experiment full.docx
 
Physics logic gates1
Physics logic gates1Physics logic gates1
Physics logic gates1
 
PDT DC015 Chapter 2 Computer System 2017/2018 (f)
PDT DC015 Chapter 2 Computer System 2017/2018 (f)PDT DC015 Chapter 2 Computer System 2017/2018 (f)
PDT DC015 Chapter 2 Computer System 2017/2018 (f)
 
IRJET- V-I Characteristics Plotter
IRJET- V-I Characteristics PlotterIRJET- V-I Characteristics Plotter
IRJET- V-I Characteristics Plotter
 
Microcontroller based Integrated Circuit Tester
Microcontroller based Integrated Circuit TesterMicrocontroller based Integrated Circuit Tester
Microcontroller based Integrated Circuit Tester
 
IMPLEMENTING A DIGITAL MULTIMETER
IMPLEMENTING A DIGITAL MULTIMETERIMPLEMENTING A DIGITAL MULTIMETER
IMPLEMENTING A DIGITAL MULTIMETER
 
Components logic gates
Components   logic gatesComponents   logic gates
Components logic gates
 
logic gates using IC cbse class 12
logic gates using IC cbse class 12logic gates using IC cbse class 12
logic gates using IC cbse class 12
 
Physics logic gates 2
Physics logic gates 2Physics logic gates 2
Physics logic gates 2
 
Physics Investigatory project Class 12 Logic Gates
Physics Investigatory project Class 12 Logic GatesPhysics Investigatory project Class 12 Logic Gates
Physics Investigatory project Class 12 Logic Gates
 
IRJET - Expansion of Logic Gates using Trainer
IRJET - Expansion of Logic Gates using TrainerIRJET - Expansion of Logic Gates using Trainer
IRJET - Expansion of Logic Gates using Trainer
 
Logic Minimization.pdf
Logic Minimization.pdfLogic Minimization.pdf
Logic Minimization.pdf
 
Physic investigatory
Physic investigatoryPhysic investigatory
Physic investigatory
 
Assignment#3b
Assignment#3bAssignment#3b
Assignment#3b
 
PST SC015 Chapter 2 Computer System (III) 2017/2018
PST SC015 Chapter 2 Computer System (III) 2017/2018PST SC015 Chapter 2 Computer System (III) 2017/2018
PST SC015 Chapter 2 Computer System (III) 2017/2018
 
IRJET-Design and Implementation of LNS based Approximate Multiplier using Mit...
IRJET-Design and Implementation of LNS based Approximate Multiplier using Mit...IRJET-Design and Implementation of LNS based Approximate Multiplier using Mit...
IRJET-Design and Implementation of LNS based Approximate Multiplier using Mit...
 
Assignment#1a
Assignment#1aAssignment#1a
Assignment#1a
 

More from Dr. Manjunatha. P

Research paper publications: Meaning of Q1 Q2 Q3 Q4 Journal
Research paper publications: Meaning of Q1 Q2 Q3 Q4 JournalResearch paper publications: Meaning of Q1 Q2 Q3 Q4 Journal
Research paper publications: Meaning of Q1 Q2 Q3 Q4 JournalDr. Manjunatha. P
 
Mod-5-synchronous-counter-using-J-K flip-flop.pdf
Mod-5-synchronous-counter-using-J-K flip-flop.pdfMod-5-synchronous-counter-using-J-K flip-flop.pdf
Mod-5-synchronous-counter-using-J-K flip-flop.pdfDr. Manjunatha. P
 
Blood Pressure and it's information, Hypertension, Stroke
Blood Pressure and it's information,  Hypertension, StrokeBlood Pressure and it's information,  Hypertension, Stroke
Blood Pressure and it's information, Hypertension, StrokeDr. Manjunatha. P
 
Aptitude-Problems on Trains.pdf
Aptitude-Problems on Trains.pdfAptitude-Problems on Trains.pdf
Aptitude-Problems on Trains.pdfDr. Manjunatha. P
 
Aptitude-on-speed-distance-time.pdf
Aptitude-on-speed-distance-time.pdfAptitude-on-speed-distance-time.pdf
Aptitude-on-speed-distance-time.pdfDr. Manjunatha. P
 
Innovative-Teaching-Methods.pdf
Innovative-Teaching-Methods.pdfInnovative-Teaching-Methods.pdf
Innovative-Teaching-Methods.pdfDr. Manjunatha. P
 
Advances in Computer Hardware.pdf
Advances in Computer Hardware.pdfAdvances in Computer Hardware.pdf
Advances in Computer Hardware.pdfDr. Manjunatha. P
 
List of ICT Tools for Teaching and Learning.pdf
List of ICT Tools for Teaching and Learning.pdfList of ICT Tools for Teaching and Learning.pdf
List of ICT Tools for Teaching and Learning.pdfDr. Manjunatha. P
 
NAAC Distribution of Weightages.pdf
NAAC Distribution of Weightages.pdfNAAC Distribution of Weightages.pdf
NAAC Distribution of Weightages.pdfDr. Manjunatha. P
 
Matlab for beginners, Introduction, signal processing
Matlab for beginners, Introduction, signal processingMatlab for beginners, Introduction, signal processing
Matlab for beginners, Introduction, signal processingDr. Manjunatha. P
 

More from Dr. Manjunatha. P (10)

Research paper publications: Meaning of Q1 Q2 Q3 Q4 Journal
Research paper publications: Meaning of Q1 Q2 Q3 Q4 JournalResearch paper publications: Meaning of Q1 Q2 Q3 Q4 Journal
Research paper publications: Meaning of Q1 Q2 Q3 Q4 Journal
 
Mod-5-synchronous-counter-using-J-K flip-flop.pdf
Mod-5-synchronous-counter-using-J-K flip-flop.pdfMod-5-synchronous-counter-using-J-K flip-flop.pdf
Mod-5-synchronous-counter-using-J-K flip-flop.pdf
 
Blood Pressure and it's information, Hypertension, Stroke
Blood Pressure and it's information,  Hypertension, StrokeBlood Pressure and it's information,  Hypertension, Stroke
Blood Pressure and it's information, Hypertension, Stroke
 
Aptitude-Problems on Trains.pdf
Aptitude-Problems on Trains.pdfAptitude-Problems on Trains.pdf
Aptitude-Problems on Trains.pdf
 
Aptitude-on-speed-distance-time.pdf
Aptitude-on-speed-distance-time.pdfAptitude-on-speed-distance-time.pdf
Aptitude-on-speed-distance-time.pdf
 
Innovative-Teaching-Methods.pdf
Innovative-Teaching-Methods.pdfInnovative-Teaching-Methods.pdf
Innovative-Teaching-Methods.pdf
 
Advances in Computer Hardware.pdf
Advances in Computer Hardware.pdfAdvances in Computer Hardware.pdf
Advances in Computer Hardware.pdf
 
List of ICT Tools for Teaching and Learning.pdf
List of ICT Tools for Teaching and Learning.pdfList of ICT Tools for Teaching and Learning.pdf
List of ICT Tools for Teaching and Learning.pdf
 
NAAC Distribution of Weightages.pdf
NAAC Distribution of Weightages.pdfNAAC Distribution of Weightages.pdf
NAAC Distribution of Weightages.pdf
 
Matlab for beginners, Introduction, signal processing
Matlab for beginners, Introduction, signal processingMatlab for beginners, Introduction, signal processing
Matlab for beginners, Introduction, signal processing
 

Recently uploaded

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 

Recently uploaded (20)

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 

Logic gates

  • 1. Digital Electronics Dr. Manjunatha. P manjup.jnnce@gmail.com Professor Dept. of ECE J.N.N. College of Engineering, Shimoga January 20, 2018
  • 2. Overview Overview Semiconductor Basics Logic Gates 1 Truth table 2 Clock waveform 3 IC pin details AIPMT/JEE/CET Papers Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 2 / 60
  • 3. Classification of materials Classification of materials Classification of materials Classification Of materials based on resistivity/conductivity Materials Resistivity Ω Ohm meter Conductivity σ Siemen per meter Metals 10−2 − 10−8Ωm 102 − 108Sm−1 Semiconductors 10−5 − 106Ωm 105 − 10−6Sm−1 Insulators 1011 − 1019Ωm 102 − 10−11Sm−19 Classification Of materials based on energy bands Inside the crystal each electron has a unique position and no two electrons see exactly the same pattern of surrounding charges. Hence each electron will have a different energy level. These different energy levels with continuous energy variation form energy bands. The energy band which including the energy levels of the valence electrons is called the valence band. The energy band above the valence band is called the conduction band. The gap between the top of the valence band and bottom of the conduction band is called the energy band gap (Energy gap Eg ). Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 3 / 60
  • 4. Classification of materials Classification of materials Metals Semiconductors Insulators ElectronEnergies Conduction Band Valence Band vE cE 0gE 3 eVgE 3 eVgE < Figure 1 In metals, conduction and valance bands overlap each other. In semiconductors small band gap (Eg < 3eV ) exists between conduction and valance band. In Insulators large band gap (Eg > 3eV ) exists between conduction and valance band. Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 4 / 60
  • 5. Classification of materials Classification of materials Figure 2: Diode Characteristics Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 5 / 60
  • 6. Classification of materials Classification of materials Figure 3 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 6 / 60
  • 7. Classification of materials Classification of materials Figure 4: Zener diode Characteristics Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 7 / 60
  • 8. Classification of materials Classification of materials Figure 5: Photodiode Characteristics Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 8 / 60
  • 9. Classification of materials Classification of materials Figure 6: Solar cell Characteristics Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 9 / 60
  • 10. Classification of materials Classification of materials Figure 7: Half-wave-rectifier Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 10 / 60
  • 11. Classification of materials Classification of materials Figure 8: Center tap full wave-rectifier Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 11 / 60
  • 12. Classification of materials Classification of materials Figure 9: full wave-rectifier Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 12 / 60
  • 13. Classification of materials Classification of materials Figure 10: Block diagram of a generalised communication system. Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 13 / 60
  • 14. Classification of materials Classification of materials Figure 11: Block diagram of a generalised communication system. Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 14 / 60
  • 15. Classification of materials Classification of materials Figure 12 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 15 / 60
  • 16. LOGIC GATES Introduction NOT gate NOT gate produces an inverted version of the input at its output. It has one input and one output. This is also known as an inverter. Its symbol and truth table. A Y NOT gate Figure 13 Table 1: Truth Table NOT gate Input Output A Y = A 0 1 1 0 Figure 14 Figure 15 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 16 / 60
  • 17. LOGIC GATES Introduction AND Gate An AND gate has two or more inputs and one output. The output Y is 1 only when all the inputs are 1. The logic symbol and truth table are shown in Figure A AND Gate B Y Figure 16 Table 2: Truth Table AND Gate Input Output A B Y = A.B 0 0 0 0 1 0 1 0 0 1 1 1 A (Input) 1 0 1 0 B (Input) Y (Output) Figure 17 Figure 18 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 17 / 60
  • 18. LOGIC GATES Introduction NAND Gate An NAND gate has two or more inputs and one output. The output Y is 0 only when all the inputs are 1. The logic symbol and truth table are shown in Figure. NAND and NOR gates are called Universal Gates since by using these gates any basic gates can be realised. A AND B Y INVERTER A B NAND Gate Y Figure 19 Table 3: Truth Table NAND Gate Input Output A B Y = A.B 0 0 1 0 1 1 1 0 1 1 1 0 A (Input) 1 0 1 0 B (Input) Y (Output) Figure 20 Figure 21 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 18 / 60
  • 19. LOGIC GATES Introduction OR Gate An OR gate has two or more inputs and one output. The output Y is 1 when anyone of the inputs are 1. The logic symbol and truth table are shown in Figure B A Y OR Gate Figure 22 Table 4: Truth Table OR Gate Input Output A B Y = A + B 0 0 0 0 1 1 1 0 1 1 1 1 A (Input) 1 0 1 0 B (Input) Y (Output) Figure 23 Figure 24 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 19 / 60
  • 20. LOGIC GATES Introduction NOR Gate An NOR gate has two or more inputs and one output. The output Y is 1 only when all the inputs are 0. The logic symbol and truth table are shown in Figure. NAND and NOR gates are called Universal Gates since by using these gates any basic gates can be realised. Y INVERTER A B A B Y NOR GateOR Figure 25 Table 5: Truth Table NOR Gate Input Output A B Y = A + B 0 0 1 0 1 0 1 0 0 1 1 0 A (Input) 1 0 1 0 B (Input) Y (Output) Figure 26 Figure 27Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 20 / 60
  • 21. LOGIC GATES Introduction EX-OR Gate An EX-OR gate has two or more inputs and one output. The output Y is 0 when all the inputs are 0 or 1. The logic symbol and truth table are shown in Figure A B Y EX-OR Gate Figure 28 Table 6: Truth Table EX-OR Gate Input Output A B Y = A ⊕ B 0 0 0 0 1 1 1 0 1 1 1 0 Figure 29 Figure 30 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 21 / 60
  • 22. LOGIC GATES Introduction EX-NOR Gate An NOR gate has two or more inputs and one output. The output Y is 1 only when all the inputs are 0. The logic symbol and truth table are shown in Figure. NAND and NOR gates are called Universal Gates since by using these gates any basic gates can be realised. A B Y EX-NOR Gate Figure 31 Table 7: Truth Table EX-NOR Gate Input Output A B Y = A ⊕ B 0 0 1 0 1 0 1 0 0 1 1 1 Figure 32 Figure 33 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 22 / 60
  • 23. LOGIC GATES Introduction EX-OR Gate using NAND gates A B Y AB ( )A AB ( )B AB ( ) ( )A AB B AB Figure 34 Y = A(AB) B(AB) = A(AB) + B(AB) = A(A + B) + B(A + B) Y = A(AB) B(AB) = A(AB) + B(AB) = A(A + B) + B(A + B) = AA + AB + BA + BB = AA + AB Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 23 / 60
  • 24. LOGIC GATES Introduction (i) (ii) (iii) (iv) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
  • 25. LOGIC GATES Introduction (i) (ii) (iii) (iv) (i) (ii) (iii) (iv) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
  • 26. LOGIC GATES Introduction (i) (ii) (iii) (iv) (i) (ii) (iii) (iv) A B Y A Y Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
  • 27. LOGIC GATES Introduction (i) (ii) (iii) (iv) (i) (ii) (iii) (iv) A B Y A Y A B Y 0 0 0 0 1 1 1 0 1 1 1 1 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
  • 28. LOGIC GATES Introduction (i) (ii) (iii) (iv) (i) (ii) (iii) (iv) A B Y A Y A B Y 0 0 0 0 1 1 1 0 1 1 1 1 A B Y 0 0 0 0 1 1 1 0 1 1 1 0 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
  • 29. LOGIC GATES Introduction (i) (ii) (iii) (iv) (i) (ii) (iii) (iv) A B Y A Y A B Y 0 0 0 0 1 1 1 0 1 1 1 1 A B Y 0 0 0 0 1 1 1 0 1 1 1 0 A B Y 0 0 0 0 1 0 1 0 0 1 1 1 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
  • 30. LOGIC GATES Introduction (i) (ii) (iii) (iv) (i) (ii) (iii) (iv) A B Y A Y A B Y 0 0 0 0 1 1 1 0 1 1 1 1 A B Y 0 0 0 0 1 1 1 0 1 1 1 0 A B Y 0 0 0 0 1 0 1 0 0 1 1 1 A B Y 0 0 1 0 1 0 1 0 0 1 1 0 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
  • 31. LOGIC GATES Introduction (i) (ii) (iii) (iv) (i) (ii) (iii) (iv) A B Y A Y A B Y 0 0 0 0 1 1 1 0 1 1 1 1 A B Y 0 0 0 0 1 1 1 0 1 1 1 0 A B Y 0 0 0 0 1 0 1 0 0 1 1 1 A B Y 0 0 1 0 1 0 1 0 0 1 1 0 A (Input) 1 0 1 0 B (Input) Y (Output) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
  • 32. LOGIC GATES Introduction (i) (ii) (iii) (iv) (i) (ii) (iii) (iv) A B Y A Y A B Y 0 0 0 0 1 1 1 0 1 1 1 1 A B Y 0 0 0 0 1 1 1 0 1 1 1 0 A B Y 0 0 0 0 1 0 1 0 0 1 1 1 A B Y 0 0 1 0 1 0 1 0 0 1 1 0 A (Input) 1 0 1 0 B (Input) Y (Output) A (Input) 1 0 1 0 B (Input) Y (Output) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 24 / 60
  • 33. LOGIC GATES Introduction NOT gate using NAND and NOR A Y NOT gate Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 25 / 60
  • 34. LOGIC GATES Introduction AND analogy AC S2 S1 S1 S2 Bulb OFF OFF OFF OFF ON OFF ON OFF OFF ON ON ON OR analogy AC S2S1 S1 S2 Bulb OFF OFF OFF OFF ON ON ON OFF ON ON ON ON Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 26 / 60
  • 35. LOGIC GATES Introduction A B C Y1 Y2 Y3 Y4 0 0 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 0 1 0 1 1 1 0 0 1 1 0 0 1 0 0 1 1 0 1 1 0 0 1 1 1 0 1 0 0 1 1 1 1 1 1 0 0 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 27 / 60
  • 36. LOGIC GATES AIPMT/NEET/JEE AIPMT 2017-147 : Which one of the following represents forward bias diode? -4 V -3 V 0 V -2 V -2 V +2 V 3 V 5 V (1) (2) (3) (4) R R R R Figure 35 Solution: Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 28 / 60
  • 37. LOGIC GATES AIPMT/NEET/JEE AIPMT 2017-147 : Which one of the following represents forward bias diode? -4 V -3 V 0 V -2 V -2 V +2 V 3 V 5 V (1) (2) (3) (4) R R R R Figure 35 Solution: Ans: (4) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 28 / 60
  • 38. LOGIC GATES AIPMT/NEET/JEE AIPMT 2017-142 : The given electrical network is equivalent to A B Y Figure 36 (1) OR gate (2)NOR gate (3) NOT gate (4) AND gate Solution: Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 29 / 60
  • 39. LOGIC GATES AIPMT/NEET/JEE AIPMT 2017-142 : The given electrical network is equivalent to A B Y Figure 36 (1) OR gate (2)NOR gate (3) NOT gate (4) AND gate Solution: Ans: (2) NOR gate Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 29 / 60
  • 40. LOGIC GATES AIPMT/NEET/JEE AIPMT 2016-34 : To get output 1 for the following circuit, the correct choice for the input is A C B Y Figure 37 (1) A=0, B=1, C=0 (2) A=1, B=0, C=0 (3) A=1, B=1, C=0 (4) A=1, B=0, C=1 Solution: Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 30 / 60
  • 41. LOGIC GATES AIPMT/NEET/JEE AIPMT 2016-34 : To get output 1 for the following circuit, the correct choice for the input is A C B Y Figure 37 (1) A=0, B=1, C=0 (2) A=1, B=0, C=0 (3) A=1, B=1, C=0 (4) A=1, B=0, C=1 Solution: Ans: (4) The circuit output Y is Y = (A + B)C C should be 1 and A or B is 1. This condition is satisfied by option (4) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 30 / 60
  • 42. LOGIC GATES AIPMT/NEET/JEE JEE-2016-23: If a, b, c, d are inputs to a gate and x is its output, then, as per the following time graph, the gate is: d c 1 x b a 0 1 0 Figure 38 The logic circuit gate is : (1) AND gate (2) NAND gate (3)NOR gate (4)OR gate Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 31 / 60
  • 43. LOGIC GATES AIPMT/NEET/JEE JEE-2016-23: If a, b, c, d are inputs to a gate and x is its output, then, as per the following time graph, the gate is: d c 1 x b a 0 1 0 Figure 38 The logic circuit gate is : (1) AND gate (2) NAND gate (3)NOR gate (4)OR gate Ans: (4) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 31 / 60
  • 44. LOGIC GATES AIPMT/NEET/JEE AIPMT 2016-34-Code-APW,2012-99 : To get output 1 for the following circuit, the correct choice for the input is A C B Y Figure 39 (1) A=0, B=1, C=0 (2) A=1, B=0, C=0 (3) A=1, B=1, C=0 (4) A=1, B=0, C=1 Solution: Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 32 / 60
  • 45. LOGIC GATES AIPMT/NEET/JEE AIPMT 2016-34-Code-APW,2012-99 : To get output 1 for the following circuit, the correct choice for the input is A C B Y Figure 39 (1) A=0, B=1, C=0 (2) A=1, B=0, C=0 (3) A=1, B=1, C=0 (4) A=1, B=0, C=1 Solution: Ans: (4) The circuit output Y is Y = (A + B)C C should be 1 and A or B is 1. This condition is satisfied by option (4) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 32 / 60
  • 46. LOGIC GATES AIPMT/NEET/JEE AIPMT 2016-13-CODE-APW: Consider the junction diode as ideal. The value of current flowing through AB is. Figure 40 A 1 kΩ B + 4 v - 6 v Figure 40 (1) 0 A (2) 10−2 A (3) 10−1 A (4) 10−3 A Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 33 / 60
  • 47. LOGIC GATES AIPMT/NEET/JEE AIPMT 2016-13-CODE-APW: Consider the junction diode as ideal. The value of current flowing through AB is. Figure 40 A 1 kΩ B + 4 v - 6 v Figure 40 (1) 0 A (2) 10−2 A (3) 10−1 A (4) 10−3 A Solution: The diode is ideal means its internal resistance and its junction voltage is zero. The diode is forward biased. Its anode terminal is of + 4V and its cathode terminal is of - 6 V. Therefore total forward biased voltage to the diode is 10V. Current flowing in the resistance is I = 10 1000 = 10−2 A Correct option is (2) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 33 / 60
  • 48. LOGIC GATES AIPMT/NEET/JEE AIPMT 2015-150-CODE-APW: In the given figure a diode is connected to an external resistance of R = 100Ω and an e.m.f. of 3.5 V. If the barrier potential across diode is 0.5 V the current in the circuit will be 100 Ω 3.5 V D R Figure 41 (1) 35 mA (2) 30 mA (3) 40 mA (4) 20 mA Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 34 / 60
  • 49. LOGIC GATES AIPMT/NEET/JEE AIPMT 2015-150-CODE-APW: In the given figure a diode is connected to an external resistance of R = 100Ω and an e.m.f. of 3.5 V. If the barrier potential across diode is 0.5 V the current in the circuit will be 100 Ω 3.5 V D R Figure 41 (1) 35 mA (2) 30 mA (3) 40 mA (4) 20 mA Solution: Ans: (2) The effective forward voltage across diode is 3.5V-0.5V=3V. The current through circuit is I = 3 100 = 30 mA Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 34 / 60
  • 50. LOGIC GATES AIPMT/NEET/JEE AIPMT 2014-157-CODE-Q: The barrier potential of PN junction depends upon circuit will be (a) type of semi conductor material (b) amount of doping (c) temperature Which of the following is correct: (1) (b) only (2) (b) and (c) only (3) (a), (b) and (c) only (4) (a) and (b) only Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 35 / 60
  • 51. LOGIC GATES AIPMT/NEET/JEE AIPMT 2014-157-CODE-Q: The barrier potential of PN junction depends upon circuit will be (a) type of semi conductor material (b) amount of doping (c) temperature Which of the following is correct: (1) (b) only (2) (b) and (c) only (3) (a), (b) and (c) only (4) (a) and (b) only Ans: (1):amount of doping Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 35 / 60
  • 52. LOGIC GATES AIPMT/NEET/JEE AIPMT 2013-45: The output (X) of the logic circuit shown in Figure will be A B X Figure 42 (1) X = A B (2) X = AB (3) X = AB (4) X = A + B Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 36 / 60
  • 53. LOGIC GATES AIPMT/NEET/JEE AIPMT 2013-45: The output (X) of the logic circuit shown in Figure will be A B X Figure 42 (1) X = A B (2) X = AB (3) X = AB (4) X = A + B Solution: Ans: (3) The first NAND gate output is X = AB and the second gate output is X = AB = AB Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 36 / 60
  • 54. LOGIC GATES AIPMT/NEET/JEE AIPMT 2012-99 2010-28: To get an output Y = 1 from the circuit shown below, the input must be: Figure 43 A C B Y Figure 43 A B C 1 0 1 0 2 0 0 1 3 1 0 1 4 1 0 0 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 37 / 60
  • 55. LOGIC GATES AIPMT/NEET/JEE AIPMT 2012-99 2010-28: To get an output Y = 1 from the circuit shown below, the input must be: Figure 43 A C B Y Figure 43 A B C 1 0 1 0 2 0 0 1 3 1 0 1 4 1 0 0 Ans: (3) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 37 / 60
  • 56. LOGIC GATES AIPMT/NEET/JEE AIPMT 2011-50: Symbolic representation of four logic gates are shown as in Figure 44 (i) (ii) (iii) (iv) Figure 44 Pick out which ones are for AND, NAND and NOT gates respectively (1) (ii), (iv) and (iii) (2) (ii), (iii) and (iv) (3) (iii), (ii) and (i) (4) (iii), (ii) and (iv) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 38 / 60
  • 57. LOGIC GATES AIPMT/NEET/JEE AIPMT 2011-50: Symbolic representation of four logic gates are shown as in Figure 44 (i) (ii) (iii) (iv) Figure 44 Pick out which ones are for AND, NAND and NOT gates respectively (1) (ii), (iv) and (iii) (2) (ii), (iii) and (iv) (3) (iii), (ii) and (i) (4) (iii), (ii) and (iv) Ans: (1) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 38 / 60
  • 58. LOGIC GATES AIPMT/NEET/JEE AIPMT 2009-8: Symbolic representation of four logic gates are shown as in Figure 45 (i) (ii) (iii) (iv) Figure 45 Pick out which ones are for OR, NOT and NAND gates respectively (1) (iv), (i) and (iii) (2) (iv), (ii) and (i) (3) (i), (iii) and (iv) (4) (iii), (iv) and (ii) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 39 / 60
  • 59. LOGIC GATES AIPMT/NEET/JEE AIPMT 2009-8: Symbolic representation of four logic gates are shown as in Figure 45 (i) (ii) (iii) (iv) Figure 45 Pick out which ones are for OR, NOT and NAND gates respectively (1) (iv), (i) and (iii) (2) (iv), (ii) and (i) (3) (i), (iii) and (iv) (4) (iii), (iv) and (ii) Solution: Ans: (2) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 39 / 60
  • 60. LOGIC GATES AIPMT/NEET/JEE AIPMT 2008-49: The circuit 46 is equivalent to Figure 46 (1) OR gate (2) AND gate (3) NAND gate (4)NOR gate Solution: Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 40 / 60
  • 61. LOGIC GATES AIPMT/NEET/JEE AIPMT 2008-49: The circuit 46 is equivalent to Figure 46 (1) OR gate (2) AND gate (3) NAND gate (4)NOR gate Solution: Ans: (4) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 40 / 60
  • 62. LOGIC GATES AIPMT/NEET/JEE JEE 2016-24: Choose the correct statement: (1) In amplitude modulation the amplitude of the high frequency carrier wave is made to vary in proportion to the amplitude of the audio signal. (2) In amplitude modulation the frequency of the high frequency carrier wave is made to vary in proportion to the amplitude of the audio signal. (3) In frequency modulation the amplitude of the high frequency carrier wave is made to vary in proportion to the amplitude of the audio signal. (4) In frequency modulation the amplitude of the high frequency carrier wave is made to vary in proportion to the frequency of the audio signal. Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 41 / 60
  • 63. LOGIC GATES AIPMT/NEET/JEE JEE 2016-24: Choose the correct statement: (1) In amplitude modulation the amplitude of the high frequency carrier wave is made to vary in proportion to the amplitude of the audio signal. (2) In amplitude modulation the frequency of the high frequency carrier wave is made to vary in proportion to the amplitude of the audio signal. (3) In frequency modulation the amplitude of the high frequency carrier wave is made to vary in proportion to the amplitude of the audio signal. (4) In frequency modulation the amplitude of the high frequency carrier wave is made to vary in proportion to the frequency of the audio signal. Solution: Ans: (1) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 41 / 60
  • 64. LOGIC GATES AIPMT/NEET/JEE JEE 2016-29: Identify the semiconductor devices whose characteristics are given below, in the order (a), (b), (c), (d):   Figure 47 (1) Simple diode, Zener diode, Solar cell, Light dependent resistance. (2) Zener diode, Simple diode, Light dependent resistance, Solar cell. (3) Solar cell, Light dependent resistance, Zener diode, Simple diode. (4) Zener diode, Solar cell, Simple diode, Light dependent resistance. Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 42 / 60
  • 65. LOGIC GATES AIPMT/NEET/JEE JEE 2016-29: Identify the semiconductor devices whose characteristics are given below, in the order (a), (b), (c), (d):   Figure 47 (1) Simple diode, Zener diode, Solar cell, Light dependent resistance. (2) Zener diode, Simple diode, Light dependent resistance, Solar cell. (3) Solar cell, Light dependent resistance, Zener diode, Simple diode. (4) Zener diode, Solar cell, Simple diode, Light dependent resistance. Solution: Ans: (1) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 42 / 60
  • 66. LOGIC GATES AIPMT/NEET/JEE JEE 2015-29: A signal of 5 kHz frequency is amplitude modulated on a carrier wave of frequency 2 MHz. The frequencies of the resultant signal is/are : the circuit will be (1) 2 MHz only (2) 2005 kHz, and 1995 kHz (3) 2005 kHz, 2000 kHz and 1995 kHz (4) 2000 kHz and 1995 kHz Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 43 / 60
  • 67. LOGIC GATES AIPMT/NEET/JEE JEE 2015-29: A signal of 5 kHz frequency is amplitude modulated on a carrier wave of frequency 2 MHz. The frequencies of the resultant signal is/are : the circuit will be (1) 2 MHz only (2) 2005 kHz, and 1995 kHz (3) 2005 kHz, 2000 kHz and 1995 kHz (4) 2000 kHz and 1995 kHz Solution: Ans: (3) A signal of 5 kHz frequency is amplitude modulated on a carrier wave of frequency 2 MHz. The frequencies of the resultant signal can be therefore 2005 Hz, 2000 Hz, 1995 Hz. Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 43 / 60
  • 68. LOGIC GATES AIPMT/NEET/JEE JEE 2014-13: The forward biased diode connection is: -3 V -3 V + 2 V -2 V 2 V 4 V -2 V +2 V (1) (2) (3) (4) Figure 48 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 44 / 60
  • 69. LOGIC GATES AIPMT/NEET/JEE JEE 2014-13: The forward biased diode connection is: -3 V -3 V + 2 V -2 V 2 V 4 V -2 V +2 V (1) (2) (3) (4) Figure 48 Solution: Ans: (3) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 44 / 60
  • 70. LOGIC GATES AIPMT/NEET/JEE JEE 2014-14: During the propagation of electromagnetic waves in a medium : (1) Electric energy density is equal to the magnetic energy density. (2) Both electric and magnetic energy densities are zero. (3) Electric energy density is double of the magnetic energy density. (4) Electric energy density is half of the magnetic density. Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 45 / 60
  • 71. LOGIC GATES AIPMT/NEET/JEE JEE 2014-14: During the propagation of electromagnetic waves in a medium : (1) Electric energy density is equal to the magnetic energy density. (2) Both electric and magnetic energy densities are zero. (3) Electric energy density is double of the magnetic energy density. (4) Electric energy density is half of the magnetic density. Solution: Ans: (1) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 45 / 60
  • 72. LOGIC GATES AIPMT/NEET/JEE JEE 2014-14: Match I (Electromagnetic wave type) with List-II (its association/application) and select the correct option from the choices given below the lists: a Infrared waves (i) To treat muscular strain b Radio waves (ii) For broad casting c X-rays (iii) To detect fracture of bones d Ultraviolet rays (iv) Absorbed by the ozone layer of the atmosphere Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 46 / 60
  • 73. LOGIC GATES AIPMT/NEET/JEE JEE 2014-14: Match I (Electromagnetic wave type) with List-II (its association/application) and select the correct option from the choices given below the lists: a Infrared waves (i) To treat muscular strain b Radio waves (ii) For broad casting c X-rays (iii) To detect fracture of bones d Ultraviolet rays (iv) Absorbed by the ozone layer of the atmosphere a b c d (1) (iv) (iii) (ii) (i) (2) (i) (ii) (iv) (iii) (3) (iii) (ii) (i) (iv) (4) (i) (ii) (iii) (iv) Solution: Ans: (4) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 46 / 60
  • 74. LOGIC GATES CET CET 2017-56 Which of the following semi-conducting devices is used as voltage regulator ? A Photo diode B LASER diode C Zener diode D Solar cell Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 47 / 60
  • 75. LOGIC GATES CET CET 2017-56 Which of the following semi-conducting devices is used as voltage regulator ? A Photo diode B LASER diode C Zener diode D Solar cell Solution: C: Zener diode Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 47 / 60
  • 76. LOGIC GATES CET CET 2017-56 Which of the following semi-conducting devices is used as voltage regulator ? A Photo diode B LASER diode C Zener diode D Solar cell Solution: C: Zener diode CET 2017-57 In the three parts of a transistor, Emitter is of A moderate size and heavily doped B large size and lightly doped C thin size and heavily doped D large size and moderately doped Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 47 / 60
  • 77. LOGIC GATES CET CET 2017-56 Which of the following semi-conducting devices is used as voltage regulator ? A Photo diode B LASER diode C Zener diode D Solar cell Solution: C: Zener diode CET 2017-57 In the three parts of a transistor, Emitter is of A moderate size and heavily doped B large size and lightly doped C thin size and heavily doped D large size and moderately doped Solution: (A) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 47 / 60
  • 78. LOGIC GATES CET CET 2017-59 Which of the following logic gate is considered as universal. (A) (B) (C) (D) A B Y A A A B B Y Y Y Figure 49 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 48 / 60
  • 79. LOGIC GATES CET CET 2017-59 Which of the following logic gate is considered as universal. (A) (B) (C) (D) A B Y A A A B B Y Y Y Figure 49 Solution: (D) NAND gate Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 48 / 60
  • 80. LOGIC GATES CET CET 2017-60 A basic communication system consists of (A) Transmitter (b) Information source (c) User of information (d) Channel (e) Receiver The correct sequence of the arrangement is (A) a, b, c, d and e (B) b, a, d, e and c (C) b, d, a, c and e (d) Channel (e) b, e, a, d and c Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 49 / 60
  • 81. LOGIC GATES CET CET 2017-60 A basic communication system consists of (A) Transmitter (b) Information source (c) User of information (d) Channel (e) Receiver The correct sequence of the arrangement is (A) a, b, c, d and e (B) b, a, d, e and c (C) b, d, a, c and e (d) Channel (e) b, e, a, d and c Solution: (B) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 49 / 60
  • 82. LOGIC GATES CET CET 2016-60 Identify the logic operation carried out by the following circuit. A B Y Figure 50 (1) AND (2) NAND (3) NOR (4) OR Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 50 / 60
  • 83. LOGIC GATES CET CET 2016-60 Identify the logic operation carried out by the following circuit. A B Y Figure 50 (1) AND (2) NAND (3) NOR (4) OR Solution: (4) OR gate Y = A .B = A + B = A + B Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 50 / 60
  • 84. LOGIC GATES CET CET 2015-59 The given truth table is for. Input1 Input2 Output A B Y 0 0 1 0 1 1 1 0 1 1 1 0 (1) AND gate (2) OR gate (3) NAND gate (4) NOR gate Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 51 / 60
  • 85. LOGIC GATES CET CET 2015-59 The given truth table is for. Input1 Input2 Output A B Y 0 0 1 0 1 1 1 0 1 1 1 0 (1) AND gate (2) OR gate (3) NAND gate (4) NOR gate Solution: (3) NAND gate Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 51 / 60
  • 86. LOGIC GATES CET CET 2014-34 For the given digital circuit, identify the logic gate it represents. Y A B Figure 51 (1) OR gate (2)NOR gate (3) NAND gate (4) AND gate Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 52 / 60
  • 87. LOGIC GATES CET CET 2014-34 For the given digital circuit, identify the logic gate it represents. Y A B Figure 51 (1) OR gate (2)NOR gate (3) NAND gate (4) AND gate Solution: (4) AND gate Y = A + B = A.B = A.B Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 52 / 60
  • 88. LOGIC GATES CET CET 2013-58 The output of an OR gate is connected to both the inputs of a NAND gate. The combination will serve as (1) AND gate (2)NOT gate (3) NAND gate (4)NOR gate Solution: Y A B Figure 52 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 53 / 60
  • 89. LOGIC GATES CET CET 2013-58 The output of an OR gate is connected to both the inputs of a NAND gate. The combination will serve as (1) AND gate (2)NOT gate (3) NAND gate (4)NOR gate Solution: Y A B Figure 52 (4) NOR gate Y = A + B = A.B Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 53 / 60
  • 90. LOGIC GATES CET CET 2012-58 The following truth table with A and B as inputs is for ——- gate A B Output 1 0 1 1 1 0 0 1 1 0 0 0 (1) AND gate (2) OR gate (3) XOR gate (4) NOR gate Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 54 / 60
  • 91. LOGIC GATES CET CET 2012-58 The following truth table with A and B as inputs is for ——- gate A B Output 1 0 1 1 1 0 0 1 1 0 0 0 (1) AND gate (2) OR gate (3) XOR gate (4) NOR gate Solution: (3) XOR gate Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 54 / 60
  • 92. LOGIC GATES CET CET 2011-59 The output of given logic circuit is ——- (1) A.(B+C) (2)A.(B.C) (3) (A+B).(A+C) (4) A+B+C Y A B C Figure 53 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 55 / 60
  • 93. LOGIC GATES CET CET 2011-59 The output of given logic circuit is ——- (1) A.(B+C) (2)A.(B.C) (3) (A+B).(A+C) (4) A+B+C Y A B C Figure 53 Solution: (3) Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 55 / 60
  • 94. LOGIC GATES CET CET 2010-59 Identify the logic operation performed by the circuit given here. Y A B Figure 54 (1) NOT (2)NAND (3)OR (4)NOR Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 56 / 60
  • 95. LOGIC GATES CET CET 2010-59 Identify the logic operation performed by the circuit given here. Y A B Figure 54 (1) NOT (2)NAND (3)OR (4)NOR Solution: (3) OR gate Y = A + B = A + B Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 56 / 60
  • 96. LOGIC GATES CET CET 2009-26 In the following combination of logic gates, the outputs of A,B and C are respectively 0 1 1 0 1 1 1 1 (A) (B) (C) Figure 55 (1) 0,1,0 (2)1,1,0 (3)1,0,1 (4)0,1,1 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 57 / 60
  • 97. LOGIC GATES CET CET 2009-26 In the following combination of logic gates, the outputs of A,B and C are respectively 0 1 1 0 1 1 1 1 (A) (B) (C) Figure 55 (1) 0,1,0 (2)1,1,0 (3)1,0,1 (4)0,1,1 Solution: (2) 1,1,0 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 57 / 60
  • 98. LOGIC GATES CET CET 2008-45 To get an output y=1 from the circuit shown, the inputs of A,B and C are respectively Y A B C Figure 56 (1) 0,1,0 (2)1,0,0 (3)1,0,1 (4)1,1,0 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 58 / 60
  • 99. LOGIC GATES CET CET 2008-45 To get an output y=1 from the circuit shown, the inputs of A,B and C are respectively Y A B C Figure 56 (1) 0,1,0 (2)1,0,0 (3)1,0,1 (4)1,1,0 Solution: (3) 1,0,1 Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 58 / 60
  • 100. LOGIC GATES CET CET 2007-45 The following truth table with A and B as inputs is for ——- gate A B Output 0 0 1 0 1 1 1 0 1 1 1 0 (1) NAND (2) XOR gate (3) AND (4) NOR Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 59 / 60
  • 101. LOGIC GATES CET CET 2007-45 The following truth table with A and B as inputs is for ——- gate A B Output 0 0 1 0 1 1 1 0 1 1 1 0 (1) NAND (2) XOR gate (3) AND (4) NOR Solution: (1) NAND gate Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 59 / 60
  • 102. LOGIC GATES CET CET 2010-59 Identify the logic operation performed by the circuit given here. Y A B A B Figure 57 (1) NOT (2)AND (3)OR (4)NAND Y = A + B = A.B = A.B Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 60 / 60
  • 103. LOGIC GATES CET CET 2010-59 Identify the logic operation performed by the circuit given here. Y A B A B Figure 57 (1) NOT (2)AND (3)OR (4)NAND Y = A + B = A.B = A.B Ans: (4) NAND Dr. Manjunatha. P (JNNCE) Digital Electronics January 20, 2018 60 / 60