Queue
Meghalaya Board · Class 12 · Computer Science
Complete topic list for Queue in Meghalaya Board Class 12 Computer Science. Key concepts, sub-topics, and what to focus on for board exams.
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 syllabus 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 setTopics in Queue
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.
Key Concepts
Central concept: Queue as an ordered linear data structure that follows the First-In-First-Out principle
Frequently Asked Questions
What are the important topics in Queue for Meghalaya Board Class 12 Computer Science?
How to score full marks in Queue — Meghalaya 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
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
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 Meghalaya Board Class 12 Computer Science.