Queue
Jharkhand Board · Class 12 · Computer Science
Quick revision notes for Queue — Jharkhand Board 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
1. Core Idea of Queue
- Queue is an ordered linear list of elements with different ends for adding and removing elements.
- Queue follows the First-In-First-Out principle, also called First Come First Served.
- The element that enters first leaves first.
2. Operations on Queue
- ENQUEUE inserts a new element at the rear end of the queue.
- DEQUEUE removes one element at a time from the front end of the queue.
- IS EMPTY checks whether the queue has elements or not.
3. Queue Implementation in Python
- myQueue is created as an empty list.
- enqueue() uses append() to insert an element at the end of the list.
- isEmpty() checks whether len(myQueue) is equal to zero.
4. Deque and Its Operations
- Deque is a double-ended queue.
- Addition and removal can happen from both ends: front or rear.
- Deque can be used to implement a stack or a queue.
Get complete notes with diagrams and examples
Full NotesKey Concepts
Frequently Asked Questions
What are the important topics in Queue for Jharkhand Board Class 12 Computer Science?
How to score full marks in Queue — Jharkhand Board Class 12 Computer Science?
Sources & Official References
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
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
NCERT Solutions
Every textbook question solved step by step
For serious students
Get the full Queue chapter — for free.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for Jharkhand Board Class 12 Computer Science.