Logic Design PDF
Logic Design PDF
1: In which of the following gates, the output is 1, if and only if at least one
input is 1?
A.NOR
B.AND
C.OR
D.NAND
Option: C
Explanation :
In OR gate we need at least one bit to be equal to 1 to generate the output as
1 because OR means any of the condition out of two is equal to 1 which
means if at least one input is 1 then it shows output as 1 . Number of 1's in
input may be more than one but the output will always be 1 in OR gate. So
the answer is 'C'.
2: The time required for a gate or inverter to change its state is called
A.Rise time
B.Decay time
C.Propagation time
D.Charging time
Option: C
3: The time required for a pulse to change from 10 to 90 percent of its
maximum value is called
A.Rise time
B.Decay time
C.Propagation time
D.Operating speed
Option: A
1
Muftah Aldabbar
Option: A
5: What is the minimum number of two-input NAND gates used to perform
the function of two input OR gate ?
A.one
B.two
C.three
D.four
Option: C
Explanation :
Y=A+B. This is the equation of OR gate. We require 3 NAND gates to create
OR gate. We can also write
After 1st NAND operation
Y = (A AND B)'
Y= A' + B' (Demorgan's Law)
After 2nd NAND operation
Y= ( A' + B')'
Y= A . B (Demorgan's Law)
After 3rd NAND operation
Y= ( A . B )'
Y= A' + B ' (Demorgan's Law)
So we need 3 NAND gates.
2
Muftah Aldabbar
A.OR gate
B.AND gate
C.NOR gate
D.XOR gate
Option: D
7: Identify the logic function performed by the circuit shown in the given
figure
A.Exclusive OR
B.Exclusive NOR
C.NAND
D.NOR
Option: B
3
Muftah Aldabbar
8: Which one of the following will give the sum of full adders as output ?
Option: D
Option: B
Explanation :
The one half-adder can add the least significant bit of the two numbers. Full
adders are required to add the remaining 15 bits as they all involve adding
carries.
10: The time required for a pulse to decrease from 90 to 10 per cent of its
maximum value is called
A.Rise time
B.Decay time
D.Propagation delay
4
Muftah Aldabbar
Option: B
11: Which of the following gates would output 1 when one input is 1 and
other input is 0 ?
A.OR gate
B.AND gate
C.NAND gate
Option: D
A.Propagation delay is the time required for a gate to change its state
B.Noise immunity is the amount of noise which can be applied to the input of a
gate without causing the gate to change state
Option: C
A.X NAND X
B.X NOR X
C.X NAND 1
D.X NOR 1
5
Muftah Aldabbar
Option: D
Explanation :
Answer is C as
if X= 0 then X NAND 1 = 1 = X '
if X=1 then X NAND 1= 0= X'
In Option (d)
if X= 0 then X NOR 0 = 1 = X'
if X=1 then X NOR 1= 0 <> X'
14: Which of the following gates are added to the inputs of the OR gate to
convert it to the NAND gate ?
A.NOT
B.AND
C.OR
D.XOR
Option: A
A.OR
B.AND
C.NAND
D.XOR
6
Muftah Aldabbar
Option: D
A.1 bit
B.2 bits
C.4 bits
D.8 bits
Option: A
Explanation :
2 select line A and B will work as address lines, so we have 4 addresses (or
words)
A.NAND
B.NOR
C.XOR
D.OR
Option: A
7
Muftah Aldabbar
A.AND gate
B.OR gate
C.NOT gate
D.NAND gate
Option: A
19: Which table shows the logical state of a digital circuit output for every
possible combination of logical states in the inputs ?
A.Function table
B.Truth table
C.Routing table
D.ASCII table
Option: B
A.NAND gate
B.NOR gate
C.AND gate
D.OR gate
Option: D
8
Muftah Aldabbar
Explanation :
0 0 => 0
0 1 => 0
1 0 => 0
1 1 => 1
Now invert all values (as if you place inverters on the two inputs and the one
output):
1 1 => 1
1 0 => 1
0 1 => 1
0 0 => 0
Option: C
Explanation :
9
Muftah Aldabbar
D.None of these
Option: B
Option: A
10