English

NCERT solutions for Computer Science [English] Class 12 chapter 4 - Queue [Latest edition]

Advertisements

Chapters

NCERT solutions for Computer Science [English] Class 12 chapter 4 - Queue - Shaalaa.com
Advertisements

Solutions for Chapter 4: Queue

Below listed, you can find solutions for Chapter 4 of CBSE NCERT for Computer Science [English] Class 12.


Exercise
Exercise [Pages 65 - 66]

NCERT solutions for Computer Science [English] Class 12 4 Queue Exercise [Pages 65 - 66]

Fill in the blank

Exercise | Q 1. a) | Page 65

______ is a linear list of elements in which insertion and deletion takes place from different ends.

Exercise | Q 1. b) | Page 65

Operations on a queue are performed in ______ order.

Exercise | Q 1. c) | Page 65

Insertion operation in a queue is called ______ and deletion operation in a queue is called ______.

Exercise | Q 1. d) | Page 65

Deletion of elements is performed from ______ end of the queue.

Exercise | Q 1. e) | Page 65

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.

Exercise | Q 1. f) | Page 65

______ is a data structure where elements can be added or removed at either end, but not in the middle.

Exercise | Q 1. g) | Page 65

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.

Exercise | Q 2. | Page 65

Compare and contrast queue with stack.

Exercise | Q 3. | Page 65

How does FIFO describe queue?

Exercise | Q 4. | Page 66

Write a menu driven python program using queue, to implement movement of shuttlecock in it’s box.

Exercise | Q 5. | Page 66

How is queue data type different from deque data type?

Exercise | Q 7. | Page 66

Show the status of deque after each operation.

peek()
insertFront(12)
insertRear(67)
deletionFront()
insertRear(43)
deletionRear()
deletionFront()
deletionRear()

Exercise | Q 8. | Page 66

Write a python program to check whether the given string is palindrome or not, using deque. (Hint : refer to algorithm 4.1)

Exercise | Q 6. | Page 66

Show the status of queue after each operation.

enqueue(34)
enqueue(54)
dequeue()
enqueue(12)
dequeue()
enqueue(61)
peek()
dequeue()
dequeue()
dequeue()
dequeue()
enqueue(1)

Solutions for 4: Queue

Exercise
NCERT solutions for Computer Science [English] Class 12 chapter 4 - Queue - Shaalaa.com

NCERT solutions for Computer Science [English] Class 12 chapter 4 - Queue

Shaalaa.com has the CBSE Mathematics Computer Science [English] Class 12 CBSE solutions in a manner that help students grasp basic concepts better and faster. The detailed, step-by-step solutions will help you understand the concepts better and clarify any confusion. NCERT solutions for Mathematics Computer Science [English] Class 12 CBSE 4 (Queue) include all questions with answers and detailed explanations. This will clear students' doubts about questions and improve their application skills while preparing for board exams.

Further, we at Shaalaa.com provide such solutions so students can prepare for written exams. NCERT textbook solutions can be a core help for self-study and provide excellent self-help guidance for students.

Concepts covered in Computer Science [English] Class 12 chapter 4 Queue are Stack and Queue in Data Structure, Introduction to Deque, Implementation of Deque Using Python.

Using NCERT Computer Science [English] Class 12 solutions Queue exercise by students is an easy way to prepare for the exams, as they involve solutions arranged chapter-wise and also page-wise. The questions involved in NCERT Solutions are essential questions that can be asked in the final exam. Maximum CBSE Computer Science [English] Class 12 students prefer NCERT Textbook Solutions to score more in exams.

Get the free view of Chapter 4, Queue Computer Science [English] Class 12 additional questions for Mathematics Computer Science [English] Class 12 CBSE, and you can use Shaalaa.com to keep it handy for your exam preparation.

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×