CUET-UG SERIES
Programming-and-data-structure

Queue

3 previous year questions.

Volume: 3 Ques
Yield: Medium

High-Yield Trend

3
2023

Chapter Questions
3 MCQs

01
PYQ 2023
medium
programming-and-data-structure ID: cuet-ug-
The operation is used to insert a new element at the front of the deque.
1
InsertRear
2
InsertFront
3
DeletionFront
4
DeletionRear
02
PYQ 2023
medium
programming-and-data-structure ID: cuet-ug-
Which of the following is not true about queue ?
1
It follows the principle of First In First Out (FIFO)
2
It follows the First Came First Solved (FCFS) approach
3
In queue most recent element will be the first one to delete
4
In simple queue elements get added from the rear end
03
PYQ 2023
medium
programming-and-data-structure ID: cuet-ug-
In queue following operation are performed enqueue(10), enqueue(20), enqueue(15), dequeue( ),enqueue(25), enqueue(35), dequeue( ), dequeue( ), what is the final content of queue.
1
Alternative Text
2
Alternative Text
3
Alternative text
4
Alternative Text