SlideShare a Scribd company logo
1 of 119
Download to read offline
Digital Electronics
Dr. Manjunatha. P
manjup.jnnce@gmail.com
Professor
Dept. of ECE
J.N.N. College of Engineering, Shimoga
August 4, 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 August 4, 2018 2 / 67
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 August 4, 2018 3 / 67
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 August 4, 2018 4 / 67
Classification of materials Classification of materials
Figure 2: Diode Characteristics
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 5 / 67
Classification of materials Classification of materials
Figure 3
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 6 / 67
Classification of materials Classification of materials
Figure 4: Zener diode Characteristics
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 7 / 67
Classification of materials Classification of materials
Figure 5: Photodiode Characteristics
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 8 / 67
Classification of materials Classification of materials
Figure 6: Solar cell Characteristics
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 9 / 67
Classification of materials Classification of materials
Figure 7: Half-wave-rectifier
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 10 / 67
Classification of materials Classification of materials
Figure 8: Center tap full wave-rectifier
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 11 / 67
Classification of materials Classification of materials
Figure 9: full wave-rectifier
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 12 / 67
Classification of materials Classification of materials
Figure 10: Block diagram of a generalised communication system.
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 13 / 67
Classification of materials Classification of materials
Figure 11: Block diagram of a generalised communication system.
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 14 / 67
Classification of materials Classification of materials
Figure 12
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 15 / 67
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 August 4, 2018 16 / 67
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 August 4, 2018 17 / 67
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 August 4, 2018 18 / 67
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 August 4, 2018 19 / 67
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 August 4, 2018 20 / 67
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 August 4, 2018 21 / 67
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 August 4, 2018 22 / 67
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 August 4, 2018 23 / 67
LOGIC GATES Introduction
(i) (ii)
(iii) (iv)
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 24 / 67
LOGIC GATES Introduction
(i) (ii)
(iii) (iv)
(i) (ii)
(iii) (iv)
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 24 / 67
LOGIC GATES Introduction
(i) (ii)
(iii) (iv)
(i) (ii)
(iii) (iv)
A
B
Y
A
Y
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 24 / 67
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 August 4, 2018 24 / 67
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 August 4, 2018 24 / 67
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 August 4, 2018 24 / 67
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 August 4, 2018 24 / 67
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 August 4, 2018 24 / 67
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 August 4, 2018 24 / 67
LOGIC GATES Introduction
NOT gate using
NAND and NOR
A Y
NOT gate
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 25 / 67
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 August 4, 2018 26 / 67
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 August 4, 2018 27 / 67
LOGIC GATES AIPMT/NEET/JEE
NEET 2018-17 : In the combination of the following gates output Y can be written in terms of
inputs A and B is
A
B
Y
Figure 35
(1) A.B + A.B (2) A.B + A.B
(3) A.B (4) A + B
Solution:
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 28 / 67
LOGIC GATES AIPMT/NEET/JEE
NEET 2018-17 : In the combination of the following gates output Y can be written in terms of
inputs A and B is
A
B
Y
Figure 35
(1) A.B + A.B (2) A.B + A.B
(3) A.B (4) A + B
Solution: Ans: (2)A.B + A.B
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 28 / 67
LOGIC GATES AIPMT/NEET/JEE
NEET 2018-16: In a p-n junction diode, change in temperature due to heating
1 does not affect resistance of p-n junction
2 affects only forward resistance
3 affects only reverse resistance
4 affects the overall V-I characteristics of p-n junction
Solution:
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 29 / 67
LOGIC GATES AIPMT/NEET/JEE
NEET 2018-16: In a p-n junction diode, change in temperature due to heating
1 does not affect resistance of p-n junction
2 affects only forward resistance
3 affects only reverse resistance
4 affects the overall V-I characteristics of p-n junction
Solution: Ans: (4)
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 29 / 67
LOGIC GATES AIPMT/NEET/JEE
NEET 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 36
Solution:
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 30 / 67
LOGIC GATES AIPMT/NEET/JEE
NEET 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 36
Solution: Ans: (4)
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 30 / 67
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2017-142 : The given electrical network is equivalent to
A
B
Y
Figure 37
(1) OR gate (2)NOR gate
(3) NOT gate (4) AND gate
Solution:
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 31 / 67
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2017-142 : The given electrical network is equivalent to
A
B
Y
Figure 37
(1) OR gate (2)NOR gate
(3) NOT gate (4) AND gate
Solution: Ans: (2)
NOR gate
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 31 / 67
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 38
(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 August 4, 2018 32 / 67
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 38
(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 August 4, 2018 32 / 67
LOGIC GATES AIPMT/NEET/JEE
NEET-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 39
The logic circuit gate is :
(1) AND gate (2) NAND gate (3)NOR gate (4)OR gate
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 33 / 67
LOGIC GATES AIPMT/NEET/JEE
NEET-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 39
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 August 4, 2018 33 / 67
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 40
(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 August 4, 2018 34 / 67
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 40
(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 August 4, 2018 34 / 67
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 41
A 1 kΩ B
+ 4 v - 6 v
Figure 41
(1) 0 A (2) 10−2 A (3) 10−1 A (4) 10−3 A
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 35 / 67
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 41
A 1 kΩ B
+ 4 v - 6 v
Figure 41
(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 August 4, 2018 35 / 67
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 42
(1) 35 mA (2) 30 mA (3) 40 mA (4) 20 mA
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 36 / 67
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 42
(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 August 4, 2018 36 / 67
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 August 4, 2018 37 / 67
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 August 4, 2018 37 / 67
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2013-45: The output (X) of the logic circuit shown in Figure will be
A
B
X
Figure 43
(1) X = A B (2) X = AB
(3) X = AB (4) X = A + B
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 38 / 67
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2013-45: The output (X) of the logic circuit shown in Figure will be
A
B
X
Figure 43
(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 August 4, 2018 38 / 67
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 44
A
C
B
Y
Figure 44
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 August 4, 2018 39 / 67
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 44
A
C
B
Y
Figure 44
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 August 4, 2018 39 / 67
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2011-50: Symbolic representation of four logic gates are shown as in Figure 45
(i) (ii)
(iii) (iv)
Figure 45
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 August 4, 2018 40 / 67
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2011-50: Symbolic representation of four logic gates are shown as in Figure 45
(i) (ii)
(iii) (iv)
Figure 45
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 August 4, 2018 40 / 67
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2009-8: Symbolic representation of four logic gates are shown as in Figure 46
(i) (ii)
(iii) (iv)
Figure 46
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 August 4, 2018 41 / 67
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2009-8: Symbolic representation of four logic gates are shown as in Figure 46
(i) (ii)
(iii) (iv)
Figure 46
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 August 4, 2018 41 / 67
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2008-49: The circuit 47 is equivalent to
Figure 47
(1) OR gate (2) AND gate (3) NAND gate (4)NOR gate
Solution:
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 42 / 67
LOGIC GATES AIPMT/NEET/JEE
AIPMT 2008-49: The circuit 47 is equivalent to
Figure 47
(1) OR gate (2) AND gate (3) NAND gate (4)NOR gate
Solution: Ans: (4)
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 42 / 67
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 August 4, 2018 43 / 67
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 August 4, 2018 43 / 67
LOGIC GATES JEE
JEE-2018-27: The reading of the ammeter for a silicon diode in the given circuit is
200 Ω
3 V
D
Figure 48
The logic circuit gate is :
(1) 0 (2) 15 mA (3)11.5 mA (4)13.5 mA
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 44 / 67
LOGIC GATES JEE
JEE-2018-27: The reading of the ammeter for a silicon diode in the given circuit is
200 Ω
3 V
D
Figure 48
The logic circuit gate is :
(1) 0 (2) 15 mA (3)11.5 mA (4)13.5 mA
Ans: (3)
I =
V − VJ
R
=
3 − 0.7
200
=
2.3
200
=
2300
200
mA = 11.5mA
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 44 / 67
LOGIC GATES JEE
JEE-2018-27 Online: Truth table for the following digital circuit will be
X
Y
Z
Figure 49
(1)
x y z
0 0 0
0 1 0
1 0 0
1 1 1
(2)
x y z
0 0 1
0 1 1
1 0 1
1 1 0
(3)
x y z
0 0 1
0 1 1
1 0 1
1 1 1
(4)
x y z
0 0 0
0 1 1
1 0 1
1 1 1
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 45 / 67
LOGIC GATES JEE
JEE-2018-27 Online: Truth table for the following digital circuit will be
X
Y
Z
Figure 49
(1)
x y z
0 0 0
0 1 0
1 0 0
1 1 1
(2)
x y z
0 0 1
0 1 1
1 0 1
1 1 0
(3)
x y z
0 0 1
0 1 1
1 0 1
1 1 1
(4)
x y z
0 0 0
0 1 1
1 0 1
1 1 1
Ans: (3)
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 45 / 67
LOGIC GATES JEE
JEE 2016-29: Identify the semiconductor devices whose characteristics are given below, in the
order (a), (b), (c), (d):
 
Figure 50
(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 August 4, 2018 46 / 67
LOGIC GATES JEE
JEE 2016-29: Identify the semiconductor devices whose characteristics are given below, in the
order (a), (b), (c), (d):
 
Figure 50
(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 August 4, 2018 46 / 67
LOGIC GATES 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 August 4, 2018 47 / 67
LOGIC GATES 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 August 4, 2018 47 / 67
LOGIC GATES 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 51
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 48 / 67
LOGIC GATES 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 51
Solution: Ans: (3)
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 48 / 67
LOGIC GATES 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 August 4, 2018 49 / 67
LOGIC GATES 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 August 4, 2018 49 / 67
LOGIC GATES 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 August 4, 2018 50 / 67
LOGIC GATES 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 August 4, 2018 50 / 67
Logic-gates CET
CET 2018-47 In CE amplifier, the input ac signal to be amplified is applied across?
A Forward biased emitter-base junction
B Reverse biased collector-base junction
C Reverse biased emitter-base junction
D Forward biased collector-base junction
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 51 / 67
Logic-gates CET
CET 2018-47 In CE amplifier, the input ac signal to be amplified is applied across?
A Forward biased emitter-base junction
B Reverse biased collector-base junction
C Reverse biased emitter-base junction
D Forward biased collector-base junction
Solution: A: Forward biased emitter-base junction
Figure 52
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 51 / 67
Logic-gates CET
CET 2018-31 In Karnataka, the normal domestic power supply AC is 220 V, 50 HZ. Here
220 V and 50 Hz refer to
A Peak value of voltage and frequency
B rms value of voltage and frequency
C Mean value of voltage and frequency
D Peak value of voltage and angular frequency
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 52 / 67
Logic-gates CET
CET 2018-31 In Karnataka, the normal domestic power supply AC is 220 V, 50 HZ. Here
220 V and 50 Hz refer to
A Peak value of voltage and frequency
B rms value of voltage and frequency
C Mean value of voltage and frequency
D Peak value of voltage and angular frequency
Solution: B
CET 2018-14 Ohm’s Law is applicable to
A Diode
B Transistor
C Electrolyte
D Conductor
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 52 / 67
Logic-gates CET
CET 2018-31 In Karnataka, the normal domestic power supply AC is 220 V, 50 HZ. Here
220 V and 50 Hz refer to
A Peak value of voltage and frequency
B rms value of voltage and frequency
C Mean value of voltage and frequency
D Peak value of voltage and angular frequency
Solution: B
CET 2018-14 Ohm’s Law is applicable to
A Diode
B Transistor
C Electrolyte
D Conductor
Solution: D
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 52 / 67
Logic-gates CET
CET 2018-48 If A = 1 and B = 0, then in terms of Boolean algebra, A + B =
A B
B B
C A
D A
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 53 / 67
Logic-gates CET
CET 2018-48 If A = 1 and B = 0, then in terms of Boolean algebra, A + B =
A B
B B
C A
D A
Solution: B or C, B and C
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 53 / 67
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 August 4, 2018 54 / 67
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 August 4, 2018 54 / 67
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
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 54 / 67
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 August 4, 2018 54 / 67
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 August 4, 2018 54 / 67
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 53
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 55 / 67
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 53
Solution: (D) NAND gate
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 55 / 67
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 August 4, 2018 56 / 67
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 August 4, 2018 56 / 67
Logic-gates CET
CET 2016-60 Identify the logic operation carried out by the following circuit.
A
B
Y
Figure 54
(1) AND (2) NAND (3) NOR (4) OR
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 57 / 67
Logic-gates CET
CET 2016-60 Identify the logic operation carried out by the following circuit.
A
B
Y
Figure 54
(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 August 4, 2018 57 / 67
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 August 4, 2018 58 / 67
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 August 4, 2018 58 / 67
Logic-gates CET
CET 2014-34 For the given digital circuit, identify the logic gate it represents.
Y
A
B
Figure 55
(1) OR gate (2)NOR gate (3) NAND gate (4) AND gate
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 59 / 67
Logic-gates CET
CET 2014-34 For the given digital circuit, identify the logic gate it represents.
Y
A
B
Figure 55
(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 August 4, 2018 59 / 67
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 56
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 60 / 67
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 56
(4) NOR gate
Y = A + B = A.B
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 60 / 67
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 August 4, 2018 61 / 67
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 August 4, 2018 61 / 67
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 57
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 62 / 67
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 57
Solution: (3)
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 62 / 67
Logic-gates CET
CET 2010-59 Identify the logic operation performed by the circuit given here.
Y
A
B
Figure 58
(1) NOT (2)NAND (3)OR (4)NOR
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 63 / 67
Logic-gates CET
CET 2010-59 Identify the logic operation performed by the circuit given here.
Y
A
B
Figure 58
(1) NOT (2)NAND (3)OR (4)NOR
Solution: (3) OR gate
Y = A + B = A + B
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 63 / 67
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 59
(1) 0,1,0 (2)1,1,0 (3)1,0,1 (4)0,1,1
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 64 / 67
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 59
(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 August 4, 2018 64 / 67
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 60
(1) 0,1,0 (2)1,0,0 (3)1,0,1 (4)1,1,0
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 65 / 67
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 60
(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 August 4, 2018 65 / 67
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 August 4, 2018 66 / 67
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 August 4, 2018 66 / 67
Logic-gates CET
CET 2010-59 Identify the logic operation performed by the circuit given here.
Y
A
B
A
B
Figure 61
(1) NOT (2)AND (3)OR (4)NAND
Y = A + B = A.B = A.B
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 67 / 67
Logic-gates CET
CET 2010-59 Identify the logic operation performed by the circuit given here.
Y
A
B
A
B
Figure 61
(1) NOT (2)AND (3)OR (4)NAND
Y = A + B = A.B = A.B
Ans: (4) NAND
Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 67 / 67

More Related Content

What's hot

What's hot (20)

Logic Gates Class 12
Logic Gates Class 12Logic Gates Class 12
Logic Gates Class 12
 
verification of logic gates cbse class 12
verification of logic gates cbse class 12verification of logic gates cbse class 12
verification of logic gates cbse class 12
 
Physics investigatory project
Physics investigatory projectPhysics investigatory project
Physics investigatory project
 
Logic gates (1)
Logic gates (1)Logic gates (1)
Logic gates (1)
 
Class 12 Physics Investigatory Project Work, Practical- study of various logi...
Class 12 Physics Investigatory Project Work, Practical- study of various logi...Class 12 Physics Investigatory Project Work, Practical- study of various logi...
Class 12 Physics Investigatory Project Work, Practical- study of various logi...
 
Logic gates 12th standard ivestigatory project
Logic gates 12th standard ivestigatory projectLogic gates 12th standard ivestigatory project
Logic gates 12th standard ivestigatory project
 
Presentation On Logic Gate
Presentation On Logic Gate Presentation On Logic Gate
Presentation On Logic Gate
 
Digital Electronics Logic gates
Digital Electronics Logic gatesDigital Electronics Logic gates
Digital Electronics 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 and logic circuits
Logic gates and logic circuitsLogic gates and logic circuits
Logic gates and logic circuits
 
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
 
Basic Logic gates
Basic Logic gatesBasic Logic gates
Basic Logic gates
 
LOGIC GATES
LOGIC GATESLOGIC GATES
LOGIC GATES
 
Digital logic
Digital logicDigital logic
Digital logic
 
Digital Logic Design
Digital Logic DesignDigital Logic Design
Digital Logic Design
 
Edc
EdcEdc
Edc
 
Physics project on logic gate
Physics project on logic gatePhysics project on logic gate
Physics project on logic gate
 
logic gates
logic gateslogic gates
logic gates
 
Logic gates i & ii
Logic gates i & iiLogic gates i & ii
Logic gates i & ii
 
Logic Gates
Logic GatesLogic Gates
Logic Gates
 

Similar to Logic gates

EEN 1200 L – Digital FundamentalsMerrimack CollegeLaborato.docx
EEN 1200 L – Digital FundamentalsMerrimack CollegeLaborato.docxEEN 1200 L – Digital FundamentalsMerrimack CollegeLaborato.docx
EEN 1200 L – Digital FundamentalsMerrimack CollegeLaborato.docx
SALU18
 
The Role of Selfies in Creating the Next Generation Computer Vision Infused O...
The Role of Selfies in Creating the Next Generation Computer Vision Infused O...The Role of Selfies in Creating the Next Generation Computer Vision Infused O...
The Role of Selfies in Creating the Next Generation Computer Vision Infused O...
hanumayamma
 

Similar to Logic gates (20)

Low Power Area Efficient Arithmetic and Logical Control Unit Using Reversible...
Low Power Area Efficient Arithmetic and Logical Control Unit Using Reversible...Low Power Area Efficient Arithmetic and Logical Control Unit Using Reversible...
Low Power Area Efficient Arithmetic and Logical Control Unit Using Reversible...
 
Performance Analysis of Reversible 16 Bit ALU based on Novel Programmable Rev...
Performance Analysis of Reversible 16 Bit ALU based on Novel Programmable Rev...Performance Analysis of Reversible 16 Bit ALU based on Novel Programmable Rev...
Performance Analysis of Reversible 16 Bit ALU based on Novel Programmable Rev...
 
W34137142
W34137142W34137142
W34137142
 
An Extensive Literature Review on Reversible Arithmetic and Logical Unit
An Extensive Literature Review on Reversible Arithmetic and Logical UnitAn Extensive Literature Review on Reversible Arithmetic and Logical Unit
An Extensive Literature Review on Reversible Arithmetic and Logical Unit
 
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
 
Or gate
Or gateOr gate
Or gate
 
Experiment full.docx
Experiment full.docxExperiment full.docx
Experiment full.docx
 
EEN 1200 L – Digital FundamentalsMerrimack CollegeLaborato.docx
EEN 1200 L – Digital FundamentalsMerrimack CollegeLaborato.docxEEN 1200 L – Digital FundamentalsMerrimack CollegeLaborato.docx
EEN 1200 L – Digital FundamentalsMerrimack CollegeLaborato.docx
 
Reversible code converter
Reversible code converterReversible code converter
Reversible code converter
 
Decision Tree Algorithm Implementation Using Educational Data
Decision Tree Algorithm Implementation  Using Educational Data Decision Tree Algorithm Implementation  Using Educational Data
Decision Tree Algorithm Implementation Using Educational Data
 
Decision Tree Algorithm Implementation Using Educational Data
Decision Tree Algorithm Implementation  Using Educational DataDecision Tree Algorithm Implementation  Using Educational Data
Decision Tree Algorithm Implementation Using Educational Data
 
Decision Tree Algorithm Implementation Using Educational Data
Decision Tree Algorithm Implementation  Using Educational Data Decision Tree Algorithm Implementation  Using Educational Data
Decision Tree Algorithm Implementation Using Educational Data
 
Decision Tree Algorithm Implementation Using Educational Data
Decision Tree Algorithm Implementation  Using Educational DataDecision Tree Algorithm Implementation  Using Educational Data
Decision Tree Algorithm Implementation Using Educational Data
 
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)
 
Project file physics ritik chauhan
Project file physics ritik chauhanProject file physics ritik chauhan
Project file physics ritik chauhan
 
IRJET- V-I Characteristics Plotter
IRJET- V-I Characteristics PlotterIRJET- V-I Characteristics Plotter
IRJET- V-I Characteristics Plotter
 
The Role of Selfies in Creating the Next Generation Computer Vision Infused O...
The Role of Selfies in Creating the Next Generation Computer Vision Infused O...The Role of Selfies in Creating the Next Generation Computer Vision Infused O...
The Role of Selfies in Creating the Next Generation Computer Vision Infused O...
 
Physics investigatory project
Physics investigatory projectPhysics investigatory project
Physics investigatory project
 
Grade 10 Science 2018 Exam
Grade 10 Science 2018 ExamGrade 10 Science 2018 Exam
Grade 10 Science 2018 Exam
 

More from Dr. 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

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Recently uploaded (20)

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 

Logic gates

  • 1. Digital Electronics Dr. Manjunatha. P manjup.jnnce@gmail.com Professor Dept. of ECE J.N.N. College of Engineering, Shimoga August 4, 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 August 4, 2018 2 / 67
  • 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 August 4, 2018 3 / 67
  • 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 August 4, 2018 4 / 67
  • 5. Classification of materials Classification of materials Figure 2: Diode Characteristics Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 5 / 67
  • 6. Classification of materials Classification of materials Figure 3 Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 6 / 67
  • 7. Classification of materials Classification of materials Figure 4: Zener diode Characteristics Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 7 / 67
  • 8. Classification of materials Classification of materials Figure 5: Photodiode Characteristics Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 8 / 67
  • 9. Classification of materials Classification of materials Figure 6: Solar cell Characteristics Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 9 / 67
  • 10. Classification of materials Classification of materials Figure 7: Half-wave-rectifier Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 10 / 67
  • 11. Classification of materials Classification of materials Figure 8: Center tap full wave-rectifier Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 11 / 67
  • 12. Classification of materials Classification of materials Figure 9: full wave-rectifier Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 12 / 67
  • 13. Classification of materials Classification of materials Figure 10: Block diagram of a generalised communication system. Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 13 / 67
  • 14. Classification of materials Classification of materials Figure 11: Block diagram of a generalised communication system. Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 14 / 67
  • 15. Classification of materials Classification of materials Figure 12 Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 15 / 67
  • 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 August 4, 2018 16 / 67
  • 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 August 4, 2018 17 / 67
  • 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 August 4, 2018 18 / 67
  • 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 August 4, 2018 19 / 67
  • 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 August 4, 2018 20 / 67
  • 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 August 4, 2018 21 / 67
  • 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 August 4, 2018 22 / 67
  • 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 August 4, 2018 23 / 67
  • 24. LOGIC GATES Introduction (i) (ii) (iii) (iv) Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 24 / 67
  • 25. LOGIC GATES Introduction (i) (ii) (iii) (iv) (i) (ii) (iii) (iv) Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 24 / 67
  • 26. LOGIC GATES Introduction (i) (ii) (iii) (iv) (i) (ii) (iii) (iv) A B Y A Y Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 24 / 67
  • 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 August 4, 2018 24 / 67
  • 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 August 4, 2018 24 / 67
  • 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 August 4, 2018 24 / 67
  • 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 August 4, 2018 24 / 67
  • 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 August 4, 2018 24 / 67
  • 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 August 4, 2018 24 / 67
  • 33. LOGIC GATES Introduction NOT gate using NAND and NOR A Y NOT gate Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 25 / 67
  • 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 August 4, 2018 26 / 67
  • 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 August 4, 2018 27 / 67
  • 36. LOGIC GATES AIPMT/NEET/JEE NEET 2018-17 : In the combination of the following gates output Y can be written in terms of inputs A and B is A B Y Figure 35 (1) A.B + A.B (2) A.B + A.B (3) A.B (4) A + B Solution: Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 28 / 67
  • 37. LOGIC GATES AIPMT/NEET/JEE NEET 2018-17 : In the combination of the following gates output Y can be written in terms of inputs A and B is A B Y Figure 35 (1) A.B + A.B (2) A.B + A.B (3) A.B (4) A + B Solution: Ans: (2)A.B + A.B Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 28 / 67
  • 38. LOGIC GATES AIPMT/NEET/JEE NEET 2018-16: In a p-n junction diode, change in temperature due to heating 1 does not affect resistance of p-n junction 2 affects only forward resistance 3 affects only reverse resistance 4 affects the overall V-I characteristics of p-n junction Solution: Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 29 / 67
  • 39. LOGIC GATES AIPMT/NEET/JEE NEET 2018-16: In a p-n junction diode, change in temperature due to heating 1 does not affect resistance of p-n junction 2 affects only forward resistance 3 affects only reverse resistance 4 affects the overall V-I characteristics of p-n junction Solution: Ans: (4) Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 29 / 67
  • 40. LOGIC GATES AIPMT/NEET/JEE NEET 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 36 Solution: Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 30 / 67
  • 41. LOGIC GATES AIPMT/NEET/JEE NEET 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 36 Solution: Ans: (4) Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 30 / 67
  • 42. LOGIC GATES AIPMT/NEET/JEE AIPMT 2017-142 : The given electrical network is equivalent to A B Y Figure 37 (1) OR gate (2)NOR gate (3) NOT gate (4) AND gate Solution: Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 31 / 67
  • 43. LOGIC GATES AIPMT/NEET/JEE AIPMT 2017-142 : The given electrical network is equivalent to A B Y Figure 37 (1) OR gate (2)NOR gate (3) NOT gate (4) AND gate Solution: Ans: (2) NOR gate Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 31 / 67
  • 44. 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 38 (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 August 4, 2018 32 / 67
  • 45. 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 38 (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 August 4, 2018 32 / 67
  • 46. LOGIC GATES AIPMT/NEET/JEE NEET-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 39 The logic circuit gate is : (1) AND gate (2) NAND gate (3)NOR gate (4)OR gate Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 33 / 67
  • 47. LOGIC GATES AIPMT/NEET/JEE NEET-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 39 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 August 4, 2018 33 / 67
  • 48. 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 40 (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 August 4, 2018 34 / 67
  • 49. 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 40 (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 August 4, 2018 34 / 67
  • 50. 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 41 A 1 kΩ B + 4 v - 6 v Figure 41 (1) 0 A (2) 10−2 A (3) 10−1 A (4) 10−3 A Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 35 / 67
  • 51. 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 41 A 1 kΩ B + 4 v - 6 v Figure 41 (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 August 4, 2018 35 / 67
  • 52. 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 42 (1) 35 mA (2) 30 mA (3) 40 mA (4) 20 mA Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 36 / 67
  • 53. 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 42 (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 August 4, 2018 36 / 67
  • 54. 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 August 4, 2018 37 / 67
  • 55. 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 August 4, 2018 37 / 67
  • 56. LOGIC GATES AIPMT/NEET/JEE AIPMT 2013-45: The output (X) of the logic circuit shown in Figure will be A B X Figure 43 (1) X = A B (2) X = AB (3) X = AB (4) X = A + B Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 38 / 67
  • 57. LOGIC GATES AIPMT/NEET/JEE AIPMT 2013-45: The output (X) of the logic circuit shown in Figure will be A B X Figure 43 (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 August 4, 2018 38 / 67
  • 58. 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 44 A C B Y Figure 44 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 August 4, 2018 39 / 67
  • 59. 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 44 A C B Y Figure 44 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 August 4, 2018 39 / 67
  • 60. LOGIC GATES AIPMT/NEET/JEE AIPMT 2011-50: Symbolic representation of four logic gates are shown as in Figure 45 (i) (ii) (iii) (iv) Figure 45 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 August 4, 2018 40 / 67
  • 61. LOGIC GATES AIPMT/NEET/JEE AIPMT 2011-50: Symbolic representation of four logic gates are shown as in Figure 45 (i) (ii) (iii) (iv) Figure 45 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 August 4, 2018 40 / 67
  • 62. LOGIC GATES AIPMT/NEET/JEE AIPMT 2009-8: Symbolic representation of four logic gates are shown as in Figure 46 (i) (ii) (iii) (iv) Figure 46 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 August 4, 2018 41 / 67
  • 63. LOGIC GATES AIPMT/NEET/JEE AIPMT 2009-8: Symbolic representation of four logic gates are shown as in Figure 46 (i) (ii) (iii) (iv) Figure 46 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 August 4, 2018 41 / 67
  • 64. LOGIC GATES AIPMT/NEET/JEE AIPMT 2008-49: The circuit 47 is equivalent to Figure 47 (1) OR gate (2) AND gate (3) NAND gate (4)NOR gate Solution: Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 42 / 67
  • 65. LOGIC GATES AIPMT/NEET/JEE AIPMT 2008-49: The circuit 47 is equivalent to Figure 47 (1) OR gate (2) AND gate (3) NAND gate (4)NOR gate Solution: Ans: (4) Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 42 / 67
  • 66. 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 August 4, 2018 43 / 67
  • 67. 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 August 4, 2018 43 / 67
  • 68. LOGIC GATES JEE JEE-2018-27: The reading of the ammeter for a silicon diode in the given circuit is 200 Ω 3 V D Figure 48 The logic circuit gate is : (1) 0 (2) 15 mA (3)11.5 mA (4)13.5 mA Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 44 / 67
  • 69. LOGIC GATES JEE JEE-2018-27: The reading of the ammeter for a silicon diode in the given circuit is 200 Ω 3 V D Figure 48 The logic circuit gate is : (1) 0 (2) 15 mA (3)11.5 mA (4)13.5 mA Ans: (3) I = V − VJ R = 3 − 0.7 200 = 2.3 200 = 2300 200 mA = 11.5mA Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 44 / 67
  • 70. LOGIC GATES JEE JEE-2018-27 Online: Truth table for the following digital circuit will be X Y Z Figure 49 (1) x y z 0 0 0 0 1 0 1 0 0 1 1 1 (2) x y z 0 0 1 0 1 1 1 0 1 1 1 0 (3) x y z 0 0 1 0 1 1 1 0 1 1 1 1 (4) x y z 0 0 0 0 1 1 1 0 1 1 1 1 Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 45 / 67
  • 71. LOGIC GATES JEE JEE-2018-27 Online: Truth table for the following digital circuit will be X Y Z Figure 49 (1) x y z 0 0 0 0 1 0 1 0 0 1 1 1 (2) x y z 0 0 1 0 1 1 1 0 1 1 1 0 (3) x y z 0 0 1 0 1 1 1 0 1 1 1 1 (4) x y z 0 0 0 0 1 1 1 0 1 1 1 1 Ans: (3) Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 45 / 67
  • 72. LOGIC GATES JEE JEE 2016-29: Identify the semiconductor devices whose characteristics are given below, in the order (a), (b), (c), (d):   Figure 50 (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 August 4, 2018 46 / 67
  • 73. LOGIC GATES JEE JEE 2016-29: Identify the semiconductor devices whose characteristics are given below, in the order (a), (b), (c), (d):   Figure 50 (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 August 4, 2018 46 / 67
  • 74. LOGIC GATES 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 August 4, 2018 47 / 67
  • 75. LOGIC GATES 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 August 4, 2018 47 / 67
  • 76. LOGIC GATES 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 51 Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 48 / 67
  • 77. LOGIC GATES 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 51 Solution: Ans: (3) Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 48 / 67
  • 78. LOGIC GATES 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 August 4, 2018 49 / 67
  • 79. LOGIC GATES 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 August 4, 2018 49 / 67
  • 80. LOGIC GATES 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 August 4, 2018 50 / 67
  • 81. LOGIC GATES 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 August 4, 2018 50 / 67
  • 82. Logic-gates CET CET 2018-47 In CE amplifier, the input ac signal to be amplified is applied across? A Forward biased emitter-base junction B Reverse biased collector-base junction C Reverse biased emitter-base junction D Forward biased collector-base junction Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 51 / 67
  • 83. Logic-gates CET CET 2018-47 In CE amplifier, the input ac signal to be amplified is applied across? A Forward biased emitter-base junction B Reverse biased collector-base junction C Reverse biased emitter-base junction D Forward biased collector-base junction Solution: A: Forward biased emitter-base junction Figure 52 Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 51 / 67
  • 84. Logic-gates CET CET 2018-31 In Karnataka, the normal domestic power supply AC is 220 V, 50 HZ. Here 220 V and 50 Hz refer to A Peak value of voltage and frequency B rms value of voltage and frequency C Mean value of voltage and frequency D Peak value of voltage and angular frequency Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 52 / 67
  • 85. Logic-gates CET CET 2018-31 In Karnataka, the normal domestic power supply AC is 220 V, 50 HZ. Here 220 V and 50 Hz refer to A Peak value of voltage and frequency B rms value of voltage and frequency C Mean value of voltage and frequency D Peak value of voltage and angular frequency Solution: B CET 2018-14 Ohm’s Law is applicable to A Diode B Transistor C Electrolyte D Conductor Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 52 / 67
  • 86. Logic-gates CET CET 2018-31 In Karnataka, the normal domestic power supply AC is 220 V, 50 HZ. Here 220 V and 50 Hz refer to A Peak value of voltage and frequency B rms value of voltage and frequency C Mean value of voltage and frequency D Peak value of voltage and angular frequency Solution: B CET 2018-14 Ohm’s Law is applicable to A Diode B Transistor C Electrolyte D Conductor Solution: D Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 52 / 67
  • 87. Logic-gates CET CET 2018-48 If A = 1 and B = 0, then in terms of Boolean algebra, A + B = A B B B C A D A Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 53 / 67
  • 88. Logic-gates CET CET 2018-48 If A = 1 and B = 0, then in terms of Boolean algebra, A + B = A B B B C A D A Solution: B or C, B and C Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 53 / 67
  • 89. 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 August 4, 2018 54 / 67
  • 90. 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 August 4, 2018 54 / 67
  • 91. 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 Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 54 / 67
  • 92. 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 August 4, 2018 54 / 67
  • 93. 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 August 4, 2018 54 / 67
  • 94. 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 53 Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 55 / 67
  • 95. 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 53 Solution: (D) NAND gate Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 55 / 67
  • 96. 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 August 4, 2018 56 / 67
  • 97. 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 August 4, 2018 56 / 67
  • 98. Logic-gates CET CET 2016-60 Identify the logic operation carried out by the following circuit. A B Y Figure 54 (1) AND (2) NAND (3) NOR (4) OR Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 57 / 67
  • 99. Logic-gates CET CET 2016-60 Identify the logic operation carried out by the following circuit. A B Y Figure 54 (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 August 4, 2018 57 / 67
  • 100. 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 August 4, 2018 58 / 67
  • 101. 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 August 4, 2018 58 / 67
  • 102. Logic-gates CET CET 2014-34 For the given digital circuit, identify the logic gate it represents. Y A B Figure 55 (1) OR gate (2)NOR gate (3) NAND gate (4) AND gate Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 59 / 67
  • 103. Logic-gates CET CET 2014-34 For the given digital circuit, identify the logic gate it represents. Y A B Figure 55 (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 August 4, 2018 59 / 67
  • 104. 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 56 Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 60 / 67
  • 105. 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 56 (4) NOR gate Y = A + B = A.B Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 60 / 67
  • 106. 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 August 4, 2018 61 / 67
  • 107. 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 August 4, 2018 61 / 67
  • 108. 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 57 Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 62 / 67
  • 109. 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 57 Solution: (3) Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 62 / 67
  • 110. Logic-gates CET CET 2010-59 Identify the logic operation performed by the circuit given here. Y A B Figure 58 (1) NOT (2)NAND (3)OR (4)NOR Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 63 / 67
  • 111. Logic-gates CET CET 2010-59 Identify the logic operation performed by the circuit given here. Y A B Figure 58 (1) NOT (2)NAND (3)OR (4)NOR Solution: (3) OR gate Y = A + B = A + B Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 63 / 67
  • 112. 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 59 (1) 0,1,0 (2)1,1,0 (3)1,0,1 (4)0,1,1 Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 64 / 67
  • 113. 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 59 (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 August 4, 2018 64 / 67
  • 114. 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 60 (1) 0,1,0 (2)1,0,0 (3)1,0,1 (4)1,1,0 Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 65 / 67
  • 115. 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 60 (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 August 4, 2018 65 / 67
  • 116. 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 August 4, 2018 66 / 67
  • 117. 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 August 4, 2018 66 / 67
  • 118. Logic-gates CET CET 2010-59 Identify the logic operation performed by the circuit given here. Y A B A B Figure 61 (1) NOT (2)AND (3)OR (4)NAND Y = A + B = A.B = A.B Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 67 / 67
  • 119. Logic-gates CET CET 2010-59 Identify the logic operation performed by the circuit given here. Y A B A B Figure 61 (1) NOT (2)AND (3)OR (4)NAND Y = A + B = A.B = A.B Ans: (4) NAND Dr. Manjunatha. P (JNNCE) Digital Electronics August 4, 2018 67 / 67