selfstudys_com_file (4)
selfstudys_com_file (4)
Directions for questions 1 to 25: Select the correct alterna- (A) x1 y, z (B) x + y1, z1
tive from the given choices. (C) x, z (D) x1 + y, z
1. Assume the propagation delay time of 2 input gates as 9. In the above problem statement, how many number of
EXOR-20 ns, AND – 10 ns, OR-10 ns, the propaga- NOR are gates required implement output B.
tion delay time for sum and carry output of a full adder (A) 3 (B) 4
circuit are respectively, when all the data inputs are (C) 5 (D) 6
applied simultaneously? 10. A combinational circuit takes 2 inputs and output is the
(A) 30 ns, 20 ns (B) 40 ns, 30 ns 2’s complement of input binary number. Consider the
(C) 40 ns, 20 ns (D) 20 ns, 20 ns inputs as a and b and output as x and y, the equations of
2. The minimized POS expression of the function f (A, B, x and y respectively?
C, D) = AB + AC + C + AD + ABC + ABC (A) a b, b (B) a1 b, a b
(A) A + C (B) A + B
1
(C) a b, ab 1
(D) a ⊕ b, b
(C) AC (D) A + C 11. The output F in the digital logic circuit shown in the
figure is:
3. The signed two’s complement representation of
XNOR
(–783)10 is (in HEX): a
(A) 830FH (B) 04F1H b
(C) FCF1H (D) F3F1H F
4. The two numbers represented in signed 2’s complement NOR
form are: c
P = 11011101 and Q = 11100101, if Q is subtracted XOR
from P, the value obtained in signed 2’s complement
form is? (A) a1 bc + ab1 c (B) a1bc1 + ab1c1
1 1
(A) 11110111 (B) 11000010 (C) a b c + abc (D) a1b1c1 + abc
(C) 11111000 (D) 00000111 12. To construct a 5 to 32 line decoder, how many num-
5. The subtraction of a binary number B from another bers of 3 to 8 line decoders and 2 to 4 line decod-
binary number A, done by adding the 2’s complement ers are required respectively without using any extra
of B to A, results in a binary number without carry, this hardware?
implies that the result is: (A) 3, 2 (B) 4, 1
(A) negative and is in normal form (C) 2, 4 (D) 2, 2
(B) positive and is in normal form 13. Parity is a common error detection mechanism that
(C) negative and is in 2’s complement form is often used in data reception or retrieval systems.
(D) positive and is in 2’s complement form Consider a parity encoder that is used for data trans-
6. f (a, b, c) = ab + b1c in the canonical POS form is rep- mission or storage. If a word contains an even number
resented as: of 1’s, the parity bit is 0. If the word has odd number of
(A) (a + b + c) (a + b + c1) (a + b1 + c) (a1 + b1 + c) 1’s the parity bit is 1. If the data is w, x, y, z then the min
(B) (a + b1 + c) (a + b1 + c1) (a + b + c) (a1 + b + c) terms for parity bit is?
(C) (a + b + c) (a1 + b1 + c) (a + b1 + c) (A) ∑m(1, 2, 4, 7, 8, 11, 13, 14)
(D) (a1 + b + c) (a1 + b1 + c) (a + b + c) (a + b1 + c) (B) ∑m(0, 3, 5, 6, 9, 10, 12, 15)
7. The Essential prime Implicants of the function (C) ∑m(0, 1, 3, 5, 8, 10, 13, 15)
f (A, B, C, D) = AC + ABD + AB + BD + ABCD are: (D) ∑m(1, 3, 5, 7, 9, 11, 13, 15)
(A) BD, BD, A (B) AC , BD, B 14. Consider the Boolean functions
f1 (A, B, C, D) = AC + BD
(C) BD, AC , B (D) AB , BD, C
f2 (A, B, C, D) = ∑m(4, 5, 6, 7, 10, 11, 14, 15)
8. A combinational circuit has 3 inputs x, y, z and three Then find f1 + f2 in minimized POS form
outputs A, B, C. When the binary input is 4, 5, 6 and 7, (A) ( A + B )( B + D )( A + B + C )
the binary output is 2 less than the binary input. When
(B) ( A + B)( B + C )( A + C + D )
the binary input is 0, 1, 2 and 3, the output is 4 more
than the binary input the Boolean expression for output (C) ( A + B )( B + D )( A + C + D )
A and C respectively are: (D) ( A + D )( B + C )( A + B + C )
3.6 | Digital Logic Test 1
C
(A) 243 ns (B) 228 ns
A
(C) 240 ns (D) 270 ns F
16. For an n-variable Boolean function, the maximum B
C
number of prime implicants is:
n A
(A) (B) 2n – 1
2 B
(C) 2n–1 (D) 2n
(A) A + B (B) A + C
17. If the Boolean function f (a, b, c, d) = a + b + c + d has
to be implemented with only 2 input NAND gates, then (C) ABC (D) A + B + C
how many NAND gates are required? 23. Let f (A, B, C, D) = ∑m(0, 2, 3, 4, 5, 7, 9, 13, 15)
(A) 6 (B) 7 Which of the following expressions is not equivalent
(C) 8 (D) 9 of f ?
18. The following expression is valid for the number sys- (P) ABD + ABC + ACD + ACDBD
302 (Q) ACD + ABC + ACD + BD
tem with base ______ = 12.1.
20 (R) ABD + ABC + BCD + ACD
(A) 6 (B) 5 (S) ABD + ACD + ABD + ACD
(C) 4 (D) 8 (A) only Q (B) only S
19. P is a 16 bit signed number integer, the 2’s complement (C) P and S (D) P and Q
representation of P is (FB8A)16. The 2’s complement 24. The range of integers that can be represented by an ‘n’
representation of 8 × P is: bit 2’s complement signed number system is:
(A) (B8 A0)16 (B) (C 7B4)16 (A) –2n–1 to +(2n–1 – 1)
(C) (ABCD)16 (D) (DC50)16 (B) –(2n–1 – 1) to +(2n–1 – 1)
20. For a 4 bit magnitude comparator with two inputs each (C) –2n–1 + 1 to +2n–1
of 4 bit A(a3, a2, a1, a0) and B(b3, b2, b1 b0), the Boolean (D) –2n–1 to +2n–1
equation for A < B is: 25. The minimized POS expression for k-map shown is:
(A) a13b3 + a12 b2 + a11b1 + a10 b0
AB
00 01 11 10
(B) a3b31 + ( a3 ⊕ b3 )a2 b21 + ( a3 ⊕ b3 )( a2 ⊕ b3 )a2 b1 CD
+ ( a3 ⊕ b3 )( a2 ⊕ b2 )( a1 ⊕ b1 )a0 b0 00 0 0 X
Answer Keys
1. B 2. D 3. C 4. C 5. C 6. B 7. A 8. D 9. C 10. D
11. B 12. B 13. A 14. B 15. A 16. C 17. D 18. C 19. D 20. C
21. A 22. D 23. D 24. A 25. B
01 X X X
11 0 0 0