Digital System Design (EC 302) - MCQ (Google Classroom Uploading)
Digital System Design (EC 302) - MCQ (Google Classroom Uploading)
SEMESTER-3rd
GROUP-A
3. The minimum number of NAND gates required to design one X-OR gate is
A) 3 B) 4 C) 5 D) 6
9. The maximum positive number that can be represented in 1’s complement representation is
A)2n-1 -1 B) 1-2n-1 C) –(2n-1 -1) D) 2n-1
12. Boolean expression for the output of XNOR (equivalence) logic gate with inputs A and B is
A) A.B’+A’B B) A’.B’+A.B C) (A’+B).(A+B’) D) (A’+B’).(A+B)
15. 2’s complement of which 5-bit binary number is the same number?
A) 11111 B) 10000 C) 00001 D) 01000
16. what range of decimal values can be represented by a four-digit hexadecimal number?
A) 0 to 1024 B) 0 to 4096 C) 0 to 8192 D) 0 to 65535
21. 8421 is a
a) Weighted code b) non- weighted code c) Complementary code d) none of these
26. When numbers, letters or words are represented by a special group of symbols, this process is called
A) Encoding B) Decoding C) Multiplexing D) Demultiplexing
A) AB B) A C) B D) A+B
A)F=1 B) F=0 C) F = X D) F = X
2. The minimum number of NAND gates required to implement the Boolean function A+ AB+ ABCis equal to
A) Zero B) 4 C) 1 D) 7
5. The Boolean expression in POS form for the truth table shown is
A B C Y
0 0 0 1
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 1
1 0 1 0
1 1 0 0
1 1 1 1
A)A B + A B
B)A B C + A BC
C) B C + B C
D) A B C + A BC
7. Let P = 25 and Q = 25, subtract Q from P using both 1’s complement and 2’s complement methods, then the results
obtained after 1’s complement and 2’s complement arithmetic are respectively
A) -0, -0
B) 0, 0
C) -0, +0
D) +0, -0
A) 0 B) 1 C) A B + A 𝐵 D) A B + AB
10. Simplified form the Boolean function F(A,B,C,D)= ∑(0,1,2,8,10,11,14,15)+∑d(3,13) using K-MAP in SOP form is
A) 𝐴 B + AC + B𝐷
B) AB + BD + A C𝐷
C) (𝐴 + B) (𝐴 + 𝐶)( B + 𝐷 )
D) 𝐴 B + AC + B𝐷 + ABD
13. The two numbers represented in signed 2’s complement form are
P = 11101101 and Q = 11100110. If Q is subtracted from P, the value obtained in signed 2’s complement form is
A. 100000111
B. 00000111
C. 11111001
D. 111111001
14. 11001, 1001 and 111001 correspond to the 2’s complement representation of which one of the following sets of
number?
A. 25, 9 and 57 respectively
B. -6, -6 and -6 respectively
C. -7, -7 and -7 respectively
D. -25, -9 and -57 respectively
15. The Boolean expression Y (A, B, C)= A+BC is to be realized using 2-input gates of only one type. What is the
minimum number of gates required for the realization?
a) 1 b) 2 c) 3 d) 4 or more.
18. How many bits would be required to encode decimal numbers 0 to 9999 in straight binary codes?
A) 14 B) 15 C)13 D)12
19. Minimum number of 2-input NAND gates that will be required to implement the function:
Y= AB +CD + EF is
a) 4 b) 5 c) 6 d) 7
A) A B)B C) C D)1
28. If the following quadratic expression is solved it results the decimal roots 8, 5.What is the value of r?
X2-(10)rX+(31)r=0
a) 10 b) 12 c) 13 d) 8