Digital Elec MCQ
Digital Elec MCQ
Topic 2
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
2
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
3
7. (A + B)(A’ * B’) = ?
a) 1
b) 0
c) AB
d) AB’
Answer: b
Explanation: The DeMorgan’s law states that (AB)’ = A’ + B’ & (A + B)’ = A’ * B’, as per the
Dual Property.
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
4
of product). The logical product of two or more logical sum terms is called POS (i.e.
product of sums).
2. The expression Y=AB+BC+AC shows the _________ operation.
a) EX-OR Page |
b) SOP 5
c) POS
d) NOR
Answer: b
Explanation: The given expression has the operation product as well as the sum of that.
So, it shows SOP operation. POS will be the product of sum terms.
5. According to the property of minterm, how many combination will have value equal to 1
for K input variables?
a) 0
b) 1
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
6
c) 2
d) 3
Answer: b
Explanation: The main property of a minterm is that it possesses the value 1 for only one Page |
combination of K input variables and the remaining will have the value 0. 6
8. Maxterm is the sum of __________ of the corresponding Minterm with its literal
complemented.
a) Terms
b) Words
c) Numbers
d) Nibble
Answer: a
Explanation: Maxterm is the sum of terms of the corresponding Minterm with its literal
complemented.
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
7
b) Minterm
c) Boolean Expressions
d) POS
View Answer
Page |
Answer: c 7
Explanation: Boolean Expressions are represented through a canonical form. An example
of canonical form is A’B’C’ + AB’C + ABC’.
10. There are _____________ Minterms for 3 variables (a, b, c).
a) 0
b) 2
c) 8
d) 1
Answer: c
Explanation: Minterm is given by 2n. So, 23 = 8 minterms are required.
11. _____________ expressions can be implemented using either (1) 2-level AND-OR logic
circuits or (2) 2-level NAND logic circuits.
a) POS
b) Literals
c) SOP
d) POS
Answer: c
Explanation: SOP expressions can be implemented using either (1) 2-level AND-OR logic
circuits or (2) 2-level NAND logic circuits.
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
8
Answer: a
Explanation: A Karnaugh map (K-map) is an abstract form of Venn diagram organized as a
matrix of squares, where each square represents a Maxterm or a Minterm.
2. There are ______ cells in a 4-variable K-map. Page |
a) 12 8
b) 16
c) 18
d) 8
Answer: b
Explanation: There are 16 = (24) cells in a 4-variable K-map.
3. The K-map based Boolean reduction is based on the following Unifying Theorem: A + A’ =
1.
a) Impact
b) Non Impact
c) Force
d) Complementarity
Answer: b
Explanation: The given expression A +A’ = 1 is based on non-impact unifying theorem.
4. Each product term of a group, w’.x.y’ and w.y, represents the ____________ in that group.
a) Input
b) POS
c) Sum-of-Minterms
d) Sum of Maxterms
Answer: c
Explanation: In a minterm, each variable w, x or y appears once either as the variable
itself or as the inverse. So, the given expression satisfies the property of Sum of Minterm.
5. The prime implicant which has at least one element that is not present in any other
implicant is known as ___________
a) Essential Prime Implicant
b) Implicant
c) Complement
d) Prime Complement
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
9
Answer: a
Explanation: Essential prime implicants are prime implicants that cover an output of the
function that no combination of other prime implicants is able to cover.
6. Product-of-Sums expressions can be implemented using ___________ Page |
a) 2-level OR-AND logic circuits 9
b) 2-level NOR logic circuits
c) 2-level XOR logic circuits
d) Both 2-level OR-AND and NOR logic circuits
Answer: d
Explanation: Product-of-Sums expressions can be implemented using 2-level OR-AND &
NOR logic circuits.
8. Don’t care conditions can be used for simplifying Boolean expressions in ___________
a) Registers
b) Terms
c) K-maps
d) Latches
Answer: c
Explanation: Don’t care conditions can be used for simplifying Boolean expressions in K-
maps which helps in pairing with 1/0.
9. It should be kept in mind that don’t care terms should be used along with the terms that
are present in ___________
a) Minterms
b) Expressions
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
10
c) K-Map
d) Latches
Answer: a
Explanation: It should be kept in mind that don’t care terms should be used along with Page |
the terms that are present in minterms as well as maxterms which reduces the complexity 10
of the boolean expression.
10. Using the transformation method you can realize any POS realization of OR-AND with
only.
a) XOR
b) NAND
c) AND
d) NOR
Answer: d
Explanation: Using the transformation method we can realize any POS realization of OR-
AND with only NOR.
11. There are many situations in logic design in which simplification of logic expression is
possible in terms of XOR and _________________ operations.
a) X-NOR
b) XOR
c) NOR
d) NAND
Answer: a
Explanation: There are many situations in logic design in which simplification of logic
expression is possible in terms of XOR and XNOR operations.
Expression of XOR : AB’ + A’B
Expression of XNOR : AB + A’B’
12. These logic gates are widely used in _______________ design and therefore are
available in IC form.
a) Sampling
b) Digital
c) Analog
d) Systems
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
11
Answer: b
Explanation: These logic gates(XOR, XNOR, NOR) are widely used in digital design and
therefore are available in IC form as digital circuits deal with data transmission in the form
of binary digits.
Page |
13. In case of XOR/XNOR simplification we have to look for the following _______________ 11
a) Diagonal Adjacencies
b) Offset Adjacencies
c) Straight Adjacencies
d) Both diagonal and offset adjencies
Answer: d
Explanation: In case of XOR/XNOR simplification we have to look for the following
diagonal and offset adjacencies. XOR gives output 1 when odd number of 1s are present
in input while XNOR gives output 1 when even number of 1s or all 0s are present in input.
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
12
2. In which of the following gates the output is 1 if and only if at least one input is 1?
a) AND
b) NOR
c) NAND
d) OR Page |
12
Answer: d
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.
3. 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
Answer: c
Explanation: The time required for a gate or inverter to change its state is called
propagation time.
4. What is the minimum number of two input NAND gates used to perform the function of
two input OR gates?
a) One
b) Two
c) Three
d) Four
Answer: 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,
1st, 2nd and 3rd NAND operations as: Y = ((NOT A) AND (NOT B))’ = A’’ + B’’ = (A+B).
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
13
Answer: d
Explanation: Odd parity of word can be conveniently tested by XOR gate, since, XOR
outputs 1 only when the input has odd number of 1’s.
6. The number of full and half adders are required to add 16-bit number is __________ Page |
a) 8 half adders, 8 full adders 13
b) 1 half adders, 15 full adders
c) 16 half adders, 0 full adders
d) 4 half adders, 12 full adders
Answer: b
Explanation: Half adder has two inputs and two outputs whereas Full Adder has 3 inputs
and 2 outputs. One half adder can add the least significant bit of the two numbers
whereas full adders are required to add the remaining 15 bits as they all involve adding
carries.
7. Which of the following will give the sum of full adders as output?
a) Three point major circuit
b) Three bit parity checker
c) Three bit comparator
d) Three bit counter
Answer: d
Explanation: Counters are used for counting purposes in ascending or descending order.
Three bit counter will give the sum of full adders as output.
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
14
10. How many full adders are required to construct an m-bit parallel adder?
a) m/2
b) m
c) m-1
d) m+1
Answer: c
Explanation: We need adder for every bit. So we should need m bit adders. A full adder
adds a carry bit to two inputs and produces an output and a carry. But the most
significant bits can use a half adder which differs from the full adder as in that it has no
carry input, so we need m-1 full adders and 1 half adder in m bit parallel adder.
INPUT OUTPUT
A B C
0 0 1
0 1 0
1 0 0
1 1 0
INPUT OUTPUT
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
15
A B C
0 0 1
Page |
0 1 0 15
1 0 0
1 1 1
2. The code where all successive numbers differ from their preceding number by single bit is
__________
a) Alphanumeric Code
b) BCD
c) Excess 3
d) Gray
Answer: d
Explanation: The code where all successive numbers differ from their preceding number
by single bit is gray code. It is an unweighted code. The most important characteristic of
this code is that only a single bit change occurs when going from one code number to
next. BCD Code is one in which decimal digits are represented by a group of 4-bits each,
whereas, in Excess-3 Code, the decimal numbers are incremented by 3 and then written in
their BCD format.
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
16
5. The NOR gate output will be high if the two inputs are __________
a) 00
b) 01
c) 10
d) 11
Answer: a
Explanation: In 01, 10 or 11 output is low if any of the I/P is high. So, the correct option
will be 00.
6. How many two-input AND and OR gates are required to realize Y = CD+EF+G?
a) 2, 2
b) 2, 3
c) 3, 3
d) 3, 2
Answer: a
Explanation: Y = CD + EF + G
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
17
9. How many two input AND gates and two input OR gates are required to realize Y = BD +
CE + AB?
a) 3, 2
b) 4, 2
c) 1, 1
d) 2, 3
Answer: a
Explanation: There are three product terms. So, three AND gates of two inputs are
required. As only two input OR gates are available, so two OR gates are required to get
the logical sum of three product terms.
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
18
2. How many truth table entries are necessary for a four-input circuit?
a) 4
b) 8
c) 12
d) 16
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
19
Answer: d
Explanation: For 4 inputs: 24 = 16 truth table entries are necessary.
3. Which input values will cause an AND logic gate to produce a HIGH output?
a) At least one input is HIGH Page |
b) At least one input is LOW 19
c) All inputs are HIGH
d) All inputs are LOW
Answer: c
Explanation: For AND gate, the output is high only when both inputs are high. That’s why
the high output in AND will occurs only when all the inputs are high. However, in case of
OR gate, if atleast one input is high, the output will be high.
4. Exclusive-OR (XOR) logic gates can be constructed from what other logic gates?
a) OR gates only
b) AND gates and NOT gates
c) AND gates, OR gates, and NOT gates
d) OR gates and NOT gates
Answer: c
Explanation: Expression for XOR is: A.(B’)+(A’).B
So in the above expression, the following logic gates are used: AND, OR, NOT.
Thus, 2 AND gates with two-inputs and 1 OR gate with two-inputs will be required for
constructing a XOR gate.
5. The basic logic gate whose output is the complement of the input is the ___________
a) OR gate
b) AND gate
c) INVERTER gate
d) XOR gate
View Answer
Answer: c
Explanation: It is also called NOT gate and it simply inverts the input, such that 1 becomes
0 and 0 becomes 1.
6. The AND function can be used to ___________ and the OR function can be used to
_____________
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
20
a) Enable, disable
b) Disable, enable
c) Synchronize, energize
d) Detect, invert
Page |
Answer: a 20
Explanation: The AND gate and OR gate are used for enabling and disabling respectively
because of their multiplicity and additivity property. The AND gate outputs 1 when all
inputs are at logic 1, whereas the OR gate outputs 0 when all inputs are at logic 0.
7. The dependency notation “>=1” inside a block stands for which operation?
a) OR
b) XOR
c) AND
d) XNOR
Answer: a
Explanation: The dependency notation “>=1” inside a block stands for OR operation.
8. If we use an AND gate to inhibit a signal from passing one of the inputs must be
___________
a) LOW
b) HIGH
c) Inverted
d) Floating
Answer: a
Explanation: AND gate means A*B and OR gate means A+B and to inhibit means to get
low signal, one of the input must be low. It means (0*1=0 or 1*0=0) we will get low
output signal. Thus, AND gate outputs 1 only when all inputs are at logic level 1 else it
outputs 0.
9. Logic gate circuits contain predictable gate functions that open theirs ____________
a) Outputs
b) Inputs
c) Pre-state
d) Impedance state
Answer: b
Explanation: Logic gate circuits contain predictable gate functions that open their inputs
because we are free to give any types of inputs.
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
21
10. How many NAND circuits are contained in a 7400 NAND IC?
a) 1
b) 2
c) 4
d) 8 Page |
21
Answer: c
Explanation: 7400 IC’s pin has total 14 pin. Pin no 7 use for GND and pin no 14 used for
+vcc and remaining pins used for connections. For a NAND gate two inputs are required
and one output is obtained means for NAND gate 3 pin connections are required. Thus, a
7400IC contains 4 NAND gates with each having 3 pins. Therefore, total 12 pins dedicated
for the NAND operation. Rest 2 pins for power supply.
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
22
Answer: d
Explanation: Fan out is the measure of maximum number of inputs that a single logic gate
output can drive. Actually power dissipation in CMOS circuits depends on clock frequency.
As the frequency increases Pd also increases so fan-out depends on frequency.
Page |
3. Logic circuits that are designated as buffers, drivers or buffers/drivers are designed to 22
have _______________
a) A greater current/voltage capability than an ordinary logic circuit
b) Greater input current/voltage capability than an ordinary logic circuit
c) A smaller output current/voltage capability than an ordinary logic
d) Greater the input and output current/voltage capability than an ordinary logic circuit
Answer: a
Explanation: Buffer circuits are usually incorporated to isolate the input from the output.
Logic circuits that are designated as buffers, drivers or buffer/drivers are designed to have
a greater current/voltage capability than an ordinary logic circuit
5. Which of the following logic families has the shortest propagation delay?
a) S-TTL
b) AS-TTL
c) HS-TTL
d) HCMOS
Answer: b
Explanation: AS-TTL (Advanced Schottky) has a maximum clock frequency that is 105
MHz. So, the propagation delay will be given by 1/105 sec which is the lowest one. It is
followed by S-TTL and HCMOS in terms of increasing propagation delay.
6. What is the static charge that can be stored by your body as you walk across a carpet?
a) 300 volts
b) 3000 volts
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
23
c) 30000 volts
d) Over 30000 volts
Answer: d
Explanation: When a person walks across a carpeted or tile floor electric charge builds up Page |
in the body due to the friction between shoes and floor material. If the friction static is 23
greater the voltage potential develop in the body will be greater. You start act as a
capacitor. This is called Electrostatic discharge. The potential static charge that can
develop from walking on tile floors is greater than 15000 volts while carpeted floors can
generate in excess of 30000 volts.
8. What causes low-power Schottky TTL to use less power than the 74XX series TTL?
a) The Schottky-clamped transistor
b) A larger value resistor
c) The Schottky-clamped MOSFET
d) A small value resistor
Answer: b
Explanation: A larger value resistor causes low power low-power Schottky TTL to use less
power than the 74XX series TTL.
9. What are the major differences between the 5400 and 7400 series of ICs?
a) The 5400 series are military grade and require tighter supply voltages and temperatures
b) The 5400 series are military grade and allow for a wider range of supply voltages and
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
24
temperatures
c) The 7400 series are an improvement over the original 5400s
d) The 7400 series was originally developed by Texas Instruments and the 5400 series was
brought out by National Semiconductors after TI’s patents expired as a second supply
source Page |
24
Answer: b
Explanation: The 5400 series are military grade and allow for a wider range of supply
voltages and temperatures, these are the major differences between the 5400 and 7400
series of ICs. Also, the working temperature range of 5400 series is -50 to 125C while that
for 7400 is 0 to 70C.
10. Which of the following statements apply to CMOS devices?
a) The devices should not be inserted into circuits with the power on
b) All tools, test equipment and metal workbenches should be tied to earth ground
c) The devices should be stored and shipped in antistatic tubes or conductive foam
d) All of the Mentioned
Answer: d
Explanation: For CMOS devices, all the mentioned statements are applicable. The devices
should not be inserted into circuits with the power on. All tools, test equipment and
metal workbenches should be tied to earth ground. Also, the devices should be stored
and shipped in antistatic tubes or conductive foam.
12. Small Scale Integration(SSI) refers to ICs with __________ gates on the same chip.
a) Fewer than 10
b) Greater than 10
c) Equal to 10
d) Greater than 50
Answer: a
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
25
Explanation: Small Scale Integration(SSI) refers to ICs with fewer than 10 gates on the
same chip.
13. MSI means ___________
a) Merged Scale Integration Page |
b) Main Scale Integration 25
c) Medium Scale Integration
d) Main Set Integration
Answer: c
Explanation: MSI means Medium Scale Integration.
15. LSI means ________ and refers to ________ gates per chip.
a) Long Scale Integration, more than 10 upto 10000
b) Large Scale Integration, more than 100 upto 5000
c) Large Short Integration, less than 10 and greater than 5000
d) Long Short Integration, more than 10 upto 10000
Answer: b
Explanation: The full form of LSI is Large Scale Integration and refers to more than 100
upto 5000 gates per chip.
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
26
17. According to the IC fabrication process logic families can be divided into two broad
categories as ___________
a) RTL and TTL
b) HTL and MOS
c) ECL and DTL Page |
26
d) Bipolar and MOS
Answer: d
Explanation: According to the IC fabrication process logic families can be divided into two
broad categories as: Bipolar and Metal-oxide semiconductor. The mentioned all others are
part of bipolar. Bipolar IC fabrication refers to TTL logic where MOS refers to CMOS logic.
25. The delay times are measured between the __________ % voltage levels of the input
and output waveforms.
a) 50
b) 75
c) 25
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
28
d) 100
Answer: a
Explanation: Propagation delay is the time taken by the output to change it’s state when
the input changes. The average of the two propagation delays is given by (t1 + t2)/2,
which gives the intermediate value. So, the delay times are measured between the 50% Page |
28
voltage levels of the input and output waveforms.
28. The maximum noise voltage that may appear at the input of a logic gate without
changing the logical state of its output is termed as __________
a) Noise Margin
b) Noise Immunity
c) White Noise
d) Signal to Noise Ratio
Answer: b
Explanation: The maximum noise voltage that may appear at the input of a logic gate
without changing the logical state of its output is termed as noise immunity.
29. Depending upon the flow of current from the output of one logic circuit to the input of
another the logic families can be divides into _________ categories.
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
29
a) 2
b) 3
c) 4
d) 5
Answer: a Page |
29
Explanation: Depending upon the flow of current from the output of one logic circuit to
the input of another the logic families can be divides into two categories and they are
current sourcing and current sinking. Source means from where the current originates or
exits while Sink means where the current enters or is accepted.
Answer:
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
30
Page |
30
4. Y = A'C + AC'B' and you are given that A=C=1 will never occur. Simplify Y?
Answer:
Y = A'C + AC'B' and the output will be don’t care for A = C = 1. So the K-map will be as
follows:
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
31
Page |
31
5. If F(A,B,C,D,E) = B’E, how many terms will be there in the standard or canonical SOP
representation of F?
Answer:
8 terms, F = B’E (A + A’) (C+C’) (D+D’)
Q14) In a 6 variable K-map, how many literals will the grouping of 4 adjacent cells give in the
term
Answer:
6 – log24 = 6-2 = 4
Answer:
Checkout for the columns which has only one entry (X), that term must be included in the
simplified expression. So, that term will be essential.
(a) So the essential prime implicants are: BC and B’C’
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529
32
Page |
32
[email protected]
Manjunadha (ECE) , Ph.no: 7207534529