Digital Logic 2021 - objective
1. What output will go low in NAND Gate?
- If all input are high
- If all input are low
- If any input is high
- If any input is low
AI is thinking...
2. Which of the following is octal equivalent of (1E5)₂?
- \( (5.848)_8 \)
- \( (6.246)_8 \)
- \( (5.599)_8 \)
- \( (4.540)_8 \)
AI is thinking...
3. Which of the following is universal gate?
- AND
- OR
- XOR
- NAND
AI is thinking...
4. How many number of full and half-adders are required to add 16-bit number?
- 16 half-adders, 15 full-adders
- 16 half-adders, 16 full-adders
- 15 half-adders, 16 full-adders
- 15 half-adders, 15 full-adders
AI is thinking...
5. How many flip-flops are required to construct MOD-15 counter?
- 3
- 4
- 5
- 6
AI is thinking...
6. According to Boolean Algebra, What is the value of 1^X'-X?
- 0
- 1
- X
- X'
AI is thinking...
7. The logic circuit whose output at any instance of time depends only on the present inputs called
- Combinational circuit
- Sequential circuit
- Counter
- Flipflop
AI is thinking...
8. How many selection lines are required for 16:1 multiplexer?
- 2
- 3
- 4
- 5
AI is thinking...
9. In SR Flipflop, if Q-1 the output is said to be:
- Set
- Reset
- Previous state
- Current state
AI is thinking...
10. How many number of states a ring counter with 5 flips will have?
- 10
- 12
- 15
- 16
AI is thinking...