Friday, 11 May 2012

Circular Queue



1.   The Deque in which input is allowed at   one end is   called   ______
  1. Linear Queue
  2. Priority Queue
  3. Circular Queue
  4. Input   restricted Deque
Ans)D

2.   The Deque in which deletion is allowed at one end is called   ____

  1. Priority Queue
  2. Output restricted Deque
  3. Circular Queue
  4. Linear Queue
Ans)B

3.   To Implement the Priority Queue Minimum_____ no of Queues are required?
  1. 1
  2. 3
  3. 2
  4. 0
Ans)C

0 comments:

Post a Comment