Digital Techniques (DTE) MCQ2
Digital Techniques (DTE) MCQ2
1. 0
2. 1
3. A
4. Ā
Answer : 4
Explanation: If A = 0, Y = 1 and A = 1, Y = 0 Therefore Y = Ā.
Q22. In the expression A + BC, the total number of minterms will be ………
1. 2
2. 3
3. 4
4. 5
Answer : 4
Q23. The circuit in the given figure is a ………… gate.
Answer : 3
Q25. The number of digits in octal system is ………
1. 8
2. 7
3. 9
4. 10
Answer : 1
Explanation: The octal system has 8 digits 0 to 7.
Q16.
Answer : 2
Explanation:
Q26. The access time of a word in 4 MB main memory is 100 ms. The access
time of a word in a 32 kb data cache memory is 10 ns. The average data cache
bit ratio is 0.95. The efficiency of memory access time is ………
1. 9.5 ns
2. 14.5 ns
3. 20 ns
4. 95 ns
Answer : 2
Explanation: Access time = 0.95 x 10 + 0.05 x 100.
Q27. The expression Y = pM (0, 1, 3, 4) is …………..
1. POS
2. SOP
3. Hybrid
4. none of these
Answer : 1
Explanation: This is a product of sums expression.
Q28. An 8 bit DAC has a full scale output of 2 mA and full scale error of ± 0.5%.
If input is 10000000 the range of outputs is ………….
1. 994 to 1014 μA
2. 990 to 1020 μA
3. 800 to 1200 μA
4. none of the above
Answer : 1
Explanation:
Q30. The circuit of the given figure realizes the function …………
Answer : 1
Explanation:
Q31. An AND gate has two inputs A and B and one inhibit input 3, Output is 1 if
1. A = 1, B = 1, S = 1
2. A = 1, B = 1, S = 0
3. A = 1, B = 0, S = 1
4. A = 1, B = 0, S = 0
Answer: 2
Explanation: All AND inputs must be 1 and inhibit 0 for output to be 1.
Q32. The greatest negative number which can be stored is 8 bit computer
using 2’s complement arithmetic is ……..
1. -256
2. -128
3. -255
4. -127
Answer: 2
Explanation: The largest negative number is 1000 0000 = -128.
Q33. A JK flip flop has tpd= 12 ns. The largest modulus of a ripple counter using
these flip flops and operating at 10 MHz is ……..
1. 16
2. 64
3. 128
4. 256
Answer: 4
Explanation:
1. w = z x = z
2. w = z, x = y
3. w = y
4. w = y = z
Answer : 1
Q40. The output of a half adder is ……….
1. Sum
2. Sum and Carry
3. Carry
4. none of these
Answer: 2
Q41. Minimum number of 2-input NAND gates required to implement the
function F = (x + y) (Z + W) is ………..
1. 3
2. 4
3. 5
4. 6
Answer : 2
Explanation:
Q52. For the K map in the given figure the simplified Boolean expression is ……
Answer : 1
Explanation:
Q54. In a 7 segment display, LEDs b and c lit up. The decimal number displayed
is ……….
1. 9
2. 7
3. 3
4. 1
Answer : 1
Q55. In a BCD to 7 segment decoder the minimum and maximum number of
outputs active at any time is ….
1. 2 and 7
2. 3 and 7
3. 1 and 6
4. 3 and 6
Answer: 1
Explanation:
Minimum number of outputs when input is decimal 1 and maximum number of
outputs when input is decimal 8.
Q56. A three state switch has three outputs. These are …….. , …….. , ……….
1. low, low and high
2. low, high, high
3. low. floating, low
4. low, high, floating
Answer: 4
Q57. Maxterm designation for A + B + C is ……….
1. M0
2. M1
3. M3
4. M4
Answer: 1
Explanation: A + B + C = 000 = M0
Q58. 1’s complement of 11100110 is ……………….
1. 00011001
2. 10000001
3. 00011010
4. 00000000
Answer: 1
Explanation: By replacing 1 by 0 and 0 by 1.