Queue
CBSE · Class 12 · Computer Science
NCERT Solutions for Queue — CBSE Class 12 Computer Science.
Interactive on Super Tutor
Studying Queue? Get the full interactive chapter.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for ncert solutions and more.
1,000+ Class 12 students started this chapter today

This is just one of 6+ visuals inside Super Tutor's Queue chapter
Explore the full set7 worked solutions below. Unlock all 14 free in Super Tutor
EXERCISE
1(a)____________ is a linear list of elements in which insertion and deletion takes place from different ends.Show solution
Not sure why a step works? check your working in Super Tutor
1(b)Operations on a queue are performed in ____________ order.Show solution
Not sure why a step works? check your working in Super Tutor
1(c)Insertion operation in a queue is called ____________ and deletion operation in a queue is called ____________.Show solution
Not sure why a step works? check your working in Super Tutor
1(d)Deletion of elements is performed from ____________ end of the queue.Show solution
Not sure why a step works? check your working in Super Tutor
1(e)Elements 'A', 'S', 'D' and 'F' are present in the queue, and they are deleted one at a time, ____________ is the sequence of element received.Show solution
Not sure why a step works? check your working in Super Tutor
1(f)____________ is a data structure where elements can be added or removed at either end, but not in the middle.Show solution
Not sure why a step works? check your working in Super Tutor
1(g)A deque contains 'z', 'x', 'c', 'v' and 'b'. Elements received after deletion are 'z', 'b', 'v', 'x' and 'c'. ____________ is the sequence of deletion operation performed on deque.Show solution
Not sure why a step works? check your working in Super Tutor
enqueue(34)
enqueue(54)
dequeue()
enqueue(12)
dequeue()
enqueue(61)
peek()
dequeue()
dequeue()
dequeue()
dequeue()
enqueue(1)
peek()
insertFront(12)
insertRear(67)
deletionFront()
insertRear(43)
deletionRear()
deletionFront()
deletionRear()
7 more solved questions in Queue
Every remaining exercise is solved step by step in Super Tutor, plus practice quizzes and flashcards for this chapter. Free to start.
Stuck on a step?
Ask Super Tutor AI to explain any solution on this page in a simpler way — free, 24x7.
Ask a Doubt FreeFrequently Asked Questions
What are the important topics in Queue for CBSE Class 12 Computer Science?
How to score full marks in Queue — CBSE Class 12 Computer Science?
Where can I get free NCERT Solutions for Queue Class 12 Computer Science?
Sources & Official References
- NCERT Official — ncert.nic.in
- CBSE Academic — cbseacademic.nic.in
- CBSE Official — cbse.gov.in
- National Education Policy 2020 — education.gov.in
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Queue
Practice Quiz
Test yourself with a quick quiz
Important Questions
Practice with board exam-style questions
Revision Notes
Key points for last-minute revision
Formula Sheet
All formulas in one place
Chapter Summary
Understand the chapter at a glance
Concept Maps
See how topics connect visually
Study Plan
Step-by-step plan to ace this chapter
Flashcards
Quick-fire cards for active recall
Syllabus
What topics to cover
For serious students
Get the full Queue chapter — for free.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 12 Computer Science.