DE - DLD Objective Questions and Answers
DE - DLD Objective Questions and Answers
3. If the decimal number is a fraction then its binary equivalent is obtained by ________ the number continuously by
2.
a) Dividing b) Multiplying c) Adding d) Subtracting
Answer: b
Explanation: On multiplying the decimal number continuously by 2, the binary equivalent is obtained.
8. The two digits hexadecimal number which has largest value is ___ which corresponds to ___. [ ]
a) FE, 255 decimal b) FF, 254 decimal c) FF, 255 decimal d) EF, 245 decimal
Answer: c
Explanation: The largest of two digit hexadecimal number is FF and corresponds to
15 * 161 + 15 * 160 = 255 (since, F = 15)
===========
11. The given hex number (1E.53)16 is equivalent to ________________. [ ]
a) (35.68)8 b) (35.24)8 c) (34.34)8 d) (35.59)8
Answer: b
Explanation: (0001 1110.0101 0011)2 = (00011110.01010011)2 = (011110.010100)2 = (011 110.010 100)2
= (35.24)8
========
21. The addition of binary numbers 11011011010 + 010100101 = ? [ ]
a) 0111001000 b) 1100110110 c) 11101111111d) 10011010011
Answer: c
29. Divide the binary numbers: 111101 ÷ 1001 and find the remainder ____________. [ ]
a) 0010 b) 1010 c) 1100 d) 0011
Answer: d
34. On subtracting (01010)2 from (11110)2 using 1’s complements, the output will be ___. [ ]
a) 010010 b) 110100 c) 101011 d) 110011
Answer: d
35. On subtracting (010110)2 from (1011001)2 using 2’s complements, we get ____. [ ]
a) 0111001 b) 1100101 c) 0110110 d) 0101100
Answer: d
36. On subtracting (001100)2 from (101001)2 using 2’s complements, we get _____. [ ]
a) 1101100 b) 011101 c) 11010101 d) 11010111
Answer: b
39. On addition -46 and +28 using 2’s complements, we get _____________. [ ]
a) 11101100 b) 00010101 c) 101011111 d) 000100101
Answer: a
40. The addition of -33 and -40 using 2’s complements is equal to ___________. [ ]
a) 01001110 b) 111010101 c) 10110001 d) 10110001
Answer: d
41. On subtracting +28 and +29 using 2’s complements, we get _____________. [ ]
a) 11111010 b) 111111001 c) 010101011 d) 00000101
Answer: d
====
42. 1’s complement can be easily obtained by using _________________. [ ]
a) Comparator b) Inverter c) Adder d) Subtractor
Answer: b
Explanation: With the help of inverter the 1’s complement is easily obtained. Since, during the operation of 1’s
complement 1 is converted into 0 and vice-versa and this is well suited for the inverter.
47. The addition of +19 and +43 results as _________ in 2’s complement system. [ ]
a) 11001010 b) 101011010 c) 00101010 d) 00111110
Answer: d
====
48. Binary coded decimal is a combination of _____ binary digits. [ ]
a) Two b) Three c) Four d) None
Answer: c
Explanation: Binary coded decimal is a combination of 4 binary digits. For example-8421.
55. A(A + B) = ? [ ]
a) AB b) 1 c) (1 + AB) d) A
Answer: d
Explanation: A(A + B) = AA + AB = A + AB = A(1 + B) = A*1 = A.
64. A product term containing all K variables of the function in either complemented or uncomplemented form is
called a _____________. [ ]
a) Minterm b) Maxterm c) Midterm d) None
Answer: a
Explanation: A product term containing all K variables of the function in either complemented or uncomplemented
form is called a minterm.
65. According to the property of minterm, how many combination will have value equal to 1 for K input variables?
[ ]
a) 0 b) 1 c) 2 d) 3
Answer: b
Explanation: The main property of a minterm is that it possesses the value 1 for only one combination of K input
variables and the remaining will have the value 0.
66. The canonical sum of product form of the function y(A,B) = A + B is ____________. [ ]
a) AB + BB + A’A b) AB + AB’ + A’B c) BA + BA’ + A’B’ d) None
Answer: b
Explanation: A + B = A.1 + B.1 = A(B + B’) + B(A + A’) = AB + AB’ + BA +BA’ = AB + AB’ + A’B = AB + AB’
+ A’B.
68. Maxterm is the sum of __________of the corresponding Minterm with its literal complemented. [ ]
a) Terms b) Words c) Numbers d) None
Answer: a
Explanation: Maxterm is the sum of terms of the corresponding Minterm with its literal complemented.
71. A Karnaugh map (K-map) is an abstract form of _____ diagram organized as a matrix of squares.[ ]
a) Venn Diagram b) Cycle Diagram c) Block diagram d) Triangular Diagram
Answer: a
74. 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) None
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 Minterms.
75. 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) None
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.
77. Each group of adjacent Minterms (group size in powers of twos) corresponds to a possible product term of the
given____________________. [ ]
a) Function b) Value c) Set d) None
Answer: a
Explanation: Each group of adjacent Minterms (group size in powers of twos) corresponds to a possible product term
of the given function.
78. Don’t care conditions can be used for simplifying Boolean expressions in _____. [ ]
a) Examples 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.
79. 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) Maxterm c) K-Map d) Latches
Answer: a
Explanation: It should be kept in mind that don’t care terms should be used along with the terms that are present in
minterms which reduces the complexity of the Boolean expression.
80. 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.
81. 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.
82. These logic gates are widely used in ________ design and therefore are available in IC form. [ ]
a) Circuit b) Digital c) Analog d) Block
Answer: b
Explanation: These logic gates(XOR,XNOR,NOR) are widely used in digital design and therefore are available in IC
form.
83. In case of XOR/ XNOR simplification we have to look for the following ______ adjacencies.[ ]
a) Diagonal b) Offset c) Straight d) Both a and b
Answer: d
Explanation: In case of XOR/XNOR simplification we have to look for the following diagonal and offset adjacencies.
========
84. The output of a logic gate is 1 when all the input are at logic 0 as shown below. The gate is either [ ]
85. The code where all successive numbers differ from their preceding number by single bit is__. [ ]
a) Binary 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.
87. The NOR gate output will be high if the two inputs are _____. [ ]
a) 00 b) 01 c) 10 d) 11
Answer: a
Explanation: In option b, c or d output is low if any of the I/P is high. So, the correct option will be a.
88. 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) None
Answer: a
Explanation: Y = CD + EF + G
The number of two input AND gate = 2 The number of two input OR gate = 2.
89. A universal logic gate is one which can be used to generate any logic function. Which of the following is a
universal logic gate? [ ]
a) OR b) AND c) XOR d) NAND
Answer: d
Explanation: NAND can generate any logic function.
91. How many two input AND gates and two input OR gates are required to realize Y = BD + CE + AB? [ ]
a) 1, 1 b) 4, 2 c) 3, 2 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.
======
92. A single transistor can be used to build which of the following digital logic gates? [ ]
a) AND gates b) OR gates c) NOT gates d) NAND gates
Answer: c
Explanation: A transistor can be used as a switch. That is, when base is low collector is high (input zero, output one)
and base is high collector is low (input 1, output 0).
93. How many truth table entries are necessary for a four-input circuit? [ ]
a) 4 b) 8 c) 12 d) 16
Answer: d
Explanation: For 2 inputs: 2^2 = 4 truth table entries are necessary.
94. Which input values will cause an AND logic gate to produce a HIGH output? [ ]
a) At least one input is HIGH b) At least one input is LOW
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.
95. 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, NOR.
96. The basic logic gate whose output is the complement of the input is the ____. [ ]
a) OR gate b) AND gate c) INVERTER gate d) Comparator
Answer: c
Explanation: It is also called NOT gate and it simply inverts the input.
97. The AND function can be used to _________ and the OR function can be used to ____. [ ]
a) Enable, disable b) Disable, enable c) Synchronize, energize d) Detect, invert
Answer: a
Explanation: Because of their multiplicity and additivity property respectively.
98. 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.
99. 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.
100. Logic gate circuits contain predictable gate functions that open their _____. [ ]
a) Outputs b) Inputs c) Pre-state d) None
Answer: b
Explanation: Logic gate circuits contain predictable gate functions that open their inputs because we are free to give
any types of inputs.
====
104. If A and B are the inputs of a half adder, the sum is given by ________. [ ]
a) A AND B b) A OR B c) A XOR B d) A EXOR B
Answer: c
Explanation: If A and B are the inputs of a half adder, the sum is given by A XOR B.
105. If A and B are the inputs of a half adder, the carry is given by ________. [ ]
a) A AND B b) A OR B c) A XOR B d) A EXOR B
Answer: a
Explanation: If A and B are the inputs of a half adder, the carry is given by: A(AND)B.
107. The difference between half adder and full adder is __________. [ ]
a) Half adder has two inputs while full adder has four inputs
b) Half adder has one output while full adder has two outputs
c) Half adder has two inputs while full adder has three inputs
d) All the above
Answer: c
Explanation: Half adder has two inputs while full adder has three outputs; this is the difference between them.
108. If A, B and C are the inputs of a full adder then the sum is given by ______. [ ]
a) A AND B AND C b) A OR B AND C c) A OR B OR C d) A XOR B XOR C
Answer: c
Explanation: If A, B and C are the inputs of a full adder then the sum is given by A OR B OR C.
109. If A, B and C are the inputs of a full adder then the carry is given by ________. [ ]
a) A AND B OR (A OR B) AND C b) A OR B OR (A AND B) C
c) (A AND B) OR (A AND B)C d) A XOR B XOR (A XOR B) AND C
Answer: a
Explanation: If A, B and C are the inputs of a full adder then the carry is given by A AND B OR (A OR B) AND C.
110. How many AND, OR and EXOR gates are required for the configuration of full adder ___. [ ]
a) 1, 2, 2 b) 2, 1, 2 c) 3, 1, 2 d) 4, 0, 1
Answer: b
Explanation: There are 2 AND, 1 OR and 2 EXOR gates required for the configuration of full adder.
=====
113. How many outputs are required for the implementation of a subtractor? [ ]
a) 1 b) 2 c) 3 d) 4
Answer: b
Explanation: There are two outputs required for the implementation of a subtractor. One for the output and another
for borrow.
114. Let the input of a subtractor is A and B then what the output will be if A = B? [ ]
a) 0 b) 1 c) A d) B
Answer: a
Explanation: The output for A = B will be 0. If A = B, it means that A = B = 0 or A = B = 1. In both of the situation
subtractor gives 0 as the output.
115. Let A and B is the input of a subtractor then the output will be ___________. [ ]
a) A XOR B b) A AND B c) A OR B d) A EXNOR B
Answer: a
Explanation: Since, the output of a subtractor is given by AB’ + BA’ and this is the output of a XOR gate. So, the
final output is AB’ + BA’.
116. Let A and B is the input of a subtractor then the borrow will be _______. [ ]
a) A * B’ b) A’ * B c) A OR B d) A AND B
Answer: b
Explanation: The borrow of a subtractor is received through NAND gate whose one input is inverted. On that basis
the borrow will be (A’ * B).
120. The output of a subtractor is given by (if A, B and X are the inputs) _________. [ ]
a) A AND B XOR X b) A XOR B XOR X c) A OR B NOR X d) A NOR B XOR X
Answer: b
Explanation: The output of a subtractor is given by (if A, B and X are the inputs) A XOR B XOR X.
Answer: b
Explanation: The output of a full adder and a full subtractor are same. If A, B and C are the input of a full adder and a
full subtractor then the output will be given by (A XOR B XOR C).
* * *