class 12 computer science python chapter wise notes pdf

Class 12 Computer Science Queues NCERT Exercise Solution

ncert_ch4_queue_exercise_solution.png

Queue 1. Fill in the blank. a) ________ is a linear list of elements in which insertion and deletion takes place from different ends. Answer : Queue b) Operations on a queue are performed in ______ order. Answer : FIFO c) Insertion operation in a queue is called _________ and deletion operation in a queue […]

Class 12 Computer Science Queues NCERT Exercise Solution Read More »

Class 12 Computer Science Stacks NCERT Exercise Solution

ncert_ch3_stack_exercise_solution

NCERT Exercise Solution – Chapter 3 : Stack 1. State TRUE or FALSE for the following cases: a) Stack is a linear data structureAnswer: (a) Trueb) Stack does not follow LIFO rule Answer: (b) Falsec) PUSH operation may result into underflow condition Answer: (c) False. Underflow term is use in case of POP i.e. try

Class 12 Computer Science Stacks NCERT Exercise Solution Read More »

You cannot copy content of this page

Scroll to Top