1. The Deque in which input is allowed at one end is called ______
- Linear Queue
- Priority Queue
- Circular Queue
- Input restricted Deque
Ans)D
2. The Deque in which deletion is allowed at one end is called ____
- Priority Queue
- Output restricted Deque
- Circular Queue
- Linear Queue
Ans)B
3. To Implement the Priority Queue Minimum_____ no of Queues are required?
- 1
- 3
- 2
- 0
Ans)C
0 comments:
Post a Comment