Queue
CBSE · Class 12 · Computer Science
Quick revision notes for Queue — CBSE Class 12 Computer Science. Key concepts, formulas, and definitions for last-minute revision.
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 revision notes 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 setKey Topics to Revise
Introduction to Queue and FIFO Principle
- Queue is an ordered linear list with different ends for insertion and deletion
- FIFO (First-In-First-Out) principle: first element inserted is first to be removed
- REAR/TAIL: end where new elements are added (enqueue operation)
Queue Operations and Implementation
- ENQUEUE: Insert element at rear using append() method
- DEQUEUE: Remove element from front using pop(0) method
- ISEMPTY: Check if queue has elements using len() == 0
Python Implementation of Queue Functions
- Create queue: myQueue = list()
- Function structure: def function_name(myQueue, parameters)
- Error handling using isEmpty() check before operations
Introduction to Deque (Double-ended Queue)
- Deque allows insertion and deletion from both ends (front and rear)
- Can implement both stack and queue using deque
- More flexible than regular queue or stack
Get complete notes with diagrams and examples
Full NotesKey Concepts
Frequently 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?
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
Important Questions
Practice with board exam-style questions
Syllabus
What topics to cover
Study Plan
Step-by-step plan to ace this chapter
Flashcards
Quick-fire cards for active recall
Formula Sheet
All formulas in one place
Chapter Summary
Understand the chapter at a glance
Practice Quiz
Test yourself with a quick quiz
Concept Maps
See how topics connect visually
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.